Loading Tool

Explorer IconExplorer

Memory Pool

79,475 transactions
29.67 vMB
0.06798148 BTC
Random Selection Loading Transactions
Max Size: 178.63/200 MB

Candidate Block

Mining Attempt 7e784ef3a27b77144523b53f2d6fe1d6e3f4926b8f20fff97e4c493728f64823
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 2b308bf8de692fc39a7c61216b0053c667dbf94b7418108c8cc505ddfb93e2de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,327
Size: 1.00 vMB
Total Fees: 0.00762152 BTC
Feerates: 100.19 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (267,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,136 647,136 000000000000000000003355843ef2eefc24ef9a55a9ac5162f5a968552003c2 2,424 1.00/1.00 vMB 60
647,135 647,135 0000000000000000000657c7aa925caa49d18e0c02cab9992be315012d8fab06 2,242 1.00/1.00 vMB 75
647,134 647,134 0000000000000000000ec0ecdea29e1faa0eb5b3f789f9a8d1065e5def9326b1 2,703 1.00/1.00 vMB 121
647,133 647,133 00000000000000000000d14f8ae6e38cc42ecd2f79d1b55f860340d394e5d238 2,235 1.00/1.00 vMB 89
647,132 647,132 000000000000000000086e900a17d0e23743119be864fecaefd7b0fed19e0e37 2,040 1.00/1.00 vMB 51
647,131 647,131 000000000000000000012e2dbdc93c3f59aa6cda6dcdb22346995f6b6a6a33a3 651 1.00/1.00 vMB 6
647,130 647,130 00000000000000000000db1392b7c1c9d415b6c41c0deede102b5b9be2e3538a 1,684 1.00/1.00 vMB 17
647,129 647,129 000000000000000000084e90be770fe602b883e975bbfb8060772edabc4038b8 1,737 1.00/1.00 vMB 129
647,128 647,128 000000000000000000032c739a97a6ae1712cfa81663503f9f98dd3b8142f8b8 1,481 1.00/1.00 vMB 35
647,127 647,127 000000000000000000014cbea4f7cbae1f6665c8740e98c27e29c6a10b25375e 1,307 1.00/1.00 vMB 31
647,126 647,126 00000000000000000002d483366aa11cf865e7cde07d2e20000e5f0eaed75607 1,585 1.00/1.00 vMB 18
647,125 647,125 000000000000000000067f1ff411f966a9dddc848d1a6ebb54027eed380a183d 1,778 1.00/1.00 vMB 38
647,124 647,124 000000000000000000090b16b2a8b64468b1effe7a7e46cf922307045a03aae1 2,530 1.00/1.00 vMB 32
647,123 647,123 0000000000000000000367401f7d0e6ef67c3b2c8248438a0096506006a7b0f6 1,930 1.00/1.00 vMB 30
647,122 647,122 000000000000000000084c147dc856a27a1d27941a2b93accc9088e33e0d323f 2,079 1.00/1.00 vMB 135
647,121 647,121 0000000000000000000f978e48ac8cda186907c5fc9cd2b9a4d16c17e0909e00 171 1.00/1.00 vMB 3
647,120 647,120 00000000000000000004fdbe74aa6ecbe4fbbacfd6019db53cb45412b0463250 1,313 1.00/1.00 vMB 31
647,119 647,119 000000000000000000021f554ca54ef7b407a4d66657eb0f062a9e1a76a5c70b 1,376 1.00/1.00 vMB 33
647,118 647,118 00000000000000000005f60bfa2f3014129f26e38b91b2a386bb9f3f7da32790 1,688 1.00/1.00 vMB 38
647,117 647,117 000000000000000000049e510208f782be488e23ca6917993f0e5ccd2f0714cb 590 1.00/1.00 vMB 13
647,116 647,116 0000000000000000000ca0fc22ce42d518fa7abdd376585affde506adcd667a9 2,454 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.