Loading Tool

Explorer IconExplorer

Memory Pool

78,782 transactions
29.50 vMB
0.06913108 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt cae625a34dc3ffbd1f827ff3b3de6862fc5c0cfede82dac4ab5d73b400c4eedb
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 9f3af4292b9fa6436cdc3ac73f0e1adbf864328cfacdda234c1ca24ea3cb0b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,822
Size: 1.00 vMB
Total Fees: 0.00915558 BTC
Feerates: 50.25 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (285,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,158 629,158 0000000000000000000b8f3eb8074ed365ad9139554d3e3a38645f147b89971f 2,151 1.00/1.00 vMB 61
629,157 629,157 0000000000000000000b41e982a357f70f5a192564146fb7fc978d4be7b2f080 299 0.11/1.00 vMB 40
629,156 629,156 00000000000000000000fbb0fb108f748df92bc67452760cb9be4679ea676694 1,883 0.78/1.00 vMB 22
629,155 629,155 00000000000000000003b54bea1f3d59921972f99e4da03145e6ff27bd2efdef 1,930 1.00/1.00 vMB 14
629,154 629,154 0000000000000000000c69afba90244d96308253f5fec945a50c4db9b520ebc5 2,612 1.00/1.00 vMB 54
629,153 629,153 0000000000000000000ca8d48a0903deb2edaed25bb7d740d5d8c0286c7be57a 2,576 1.00/1.00 vMB 22
629,152 629,152 0000000000000000000765d650759c8ad4959a4bf81adf0f79562e12e783039f 1,453 1.00/1.00 vMB 20
629,151 629,151 00000000000000000000ea08f72127439669f3db88f744201bb318080c58b093 1,955 1.00/1.00 vMB 44
629,150 629,150 0000000000000000000b1602daa8f5d53207a194f0b2f725e73f24bed4a2a993 1,702 1.00/1.00 vMB 45
629,149 629,149 0000000000000000000a7ea4419e4f34c50c4661a3989a7933a8f71f75d1e94e 1,276 1.00/1.00 vMB 21
629,148 629,148 0000000000000000000443de9321e168e68a32a3e835b2de2c868875b6eae714 2,592 1.00/1.00 vMB 30
629,147 629,147 0000000000000000000645d1bda6bdbfa6fb9428515473282c1bd50bb1be28fa 2,913 1.00/1.00 vMB 72
629,146 629,146 00000000000000000001c08ff48c6c35ddf665c2f314d796d1f2916680c2e9ee 2,403 1.00/1.00 vMB 58
629,145 629,145 0000000000000000000f5eff4492ad364dc5fed51dfa66d01eb2b4b484b3a325 2,503 1.00/1.00 vMB 82
629,144 629,144 0000000000000000000a40e998fb4c9647008001222decb8687f24b31ac384b4 1,718 0.89/1.00 vMB 22
629,143 629,143 00000000000000000003728aec8bf4b946bbe284b0ae507fde00211c6c299a5d 931 1.00/1.00 vMB 11
629,142 629,142 0000000000000000000d52a08cd570589146acc572df6a7da4732ba2e22c147a 1,147 1.00/1.00 vMB 19
629,141 629,141 000000000000000000090e1d4bb7ab59891681db0fa324f69b37982d80351f3c 2,125 1.00/1.00 vMB 31
629,140 629,140 000000000000000000017be831c3e840110b0445d47ceb3400d85544d06d7d7c 1,748 1.00/1.00 vMB 12
629,139 629,139 000000000000000000051d781f6fe7ac3d387fb6341c19f05579cfe852977c76 2,593 1.00/1.00 vMB 16
629,138 629,138 000000000000000000101c9dd646a4045bb250a25fd33a365ab1a01cc80b63b3 1,979 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.64 GB
    • Received: 15.02 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.