Loading Tool

Explorer IconExplorer

Memory Pool

79,384 transactions
29.27 vMB
0.08850043 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt 5afc27126aa3ab4d2b0f3228e78be6cf7e5c2d236426cc578a7fa3f5b9f93f7e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9087fa9d635e1577492f1ccb5e91e9d1caa559912f1e8233d4f7f2cf3eceb8a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.02716555 BTC
Feerates: 146.36 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (275,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,287 639,287 0000000000000000000e00841980fbb9be6931347f26aa5d11ff238da056f575 2,622 1.00/1.00 vMB 32
639,286 639,286 0000000000000000000bcd583ae5eef5a77d5c64353ded8f2dd1717bd2fdf203 2,540 1.00/1.00 vMB 39
639,285 639,285 000000000000000000079aacc368312a8370fc8f991a3d5de90f46da534e08be 2,632 1.00/1.00 vMB 39
639,284 639,284 0000000000000000000be4b252aab4edfe525067fd279ab7e4e966d4e2585f47 2,724 1.00/1.00 vMB 51
639,283 639,283 0000000000000000000b0972409a26094a7a4c7ed0de7207d0acc162062a6b24 2,083 1.00/1.00 vMB 39
639,282 639,282 0000000000000000000b874a41deb65ce9636ea59cbb9efc5eb9efb4856d25b2 2,939 1.00/1.00 vMB 45
639,281 639,281 0000000000000000000c77f6c42760728afd745bde4a8b2835a04d6a419b912f 2,938 1.00/1.00 vMB 49
639,280 639,280 00000000000000000009d0d532f3b2380f018fbfb57c57949e24990c7de27b9c 2,908 1.00/1.00 vMB 48
639,279 639,279 00000000000000000007e7f51c7b754d20452229ae068669fcfe1c8473f353b9 2,541 1.00/1.00 vMB 51
639,278 639,278 000000000000000000040424eaa9532ce081ad0cc1b1c8aef90f9bccd71abf46 2,559 1.00/1.00 vMB 48
639,277 639,277 0000000000000000000f123843e6a949ae64840cab4f840f3a383a7a1fd233f1 2,281 1.00/1.00 vMB 51
639,276 639,276 00000000000000000004fa9fc6b6318bcd61bcd8475a86b5427ac77339117944 2,761 1.00/1.00 vMB 41
639,275 639,275 00000000000000000000ea3c276f854fe0e3f4624ce4f048827590fcbc92bf89 2,846 1.00/1.00 vMB 51
639,274 639,274 00000000000000000009b342795f23e62c47011f33556203c6ec55d665e1d2b2 2,594 1.00/1.00 vMB 56
639,273 639,273 0000000000000000000530e7c3fac725fcdaa38833e6d775753495758fd25534 2,698 1.00/1.00 vMB 49
639,272 639,272 0000000000000000000efdb533e38fd5cc6a37eaf55c409b913b66438c22a6aa 2,447 1.00/1.00 vMB 56
639,271 639,271 0000000000000000000bea5c28a63990b616524b474329c7bf88f3761f4f6419 2,874 1.00/1.00 vMB 49
639,270 639,270 0000000000000000000831efbd5ceb0c1ee5aa887f2acf424ff9ca6e01448af9 2,930 1.00/1.00 vMB 51
639,269 639,269 0000000000000000000ad74d0005556d9e5c3475a0670e640e71676237e83213 2,761 1.00/1.00 vMB 57
639,268 639,268 00000000000000000007d24ae121d3ed5607140c71f7f25d75687bd1c6a17c25 2,061 1.00/1.00 vMB 49
639,267 639,267 0000000000000000000a9e67e4849c8e04c5a6634caaced980fb7d3012021999 3,092 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.