Loading Tool

Explorer IconExplorer

Memory Pool

81,867 transactions
30.41 vMB
0.12085234 BTC
Random Selection Loading Transactions
Max Size: 183.49/200 MB

Candidate Block

Mining Attempt 978973ef7e84e0d49ac09d5904b44745b8ceb35902d8e32ff277b3164802c2d3
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 924c5647b0579f048bec78688642ac7fd0166035dfa7a3c8bfeb70f921987540
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04382235 BTC
Feerates: 502.62 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (515,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,210 399,210 0000000000000000066ad0a097de36d152dd4902e4373ac3f97aac670aba4e06 2,180 0.75/1.00 vMB 69
399,209 399,209 00000000000000000321e818129d7609816d6555e4c3a45906318b84fefec347 454 0.33/1.00 vMB 27
399,208 399,208 000000000000000000ecaa1fd01526cebb14928bfa51b411f1cbc9115ab95fe1 82 0.10/1.00 vMB 15
399,207 399,207 0000000000000000050e9ca9aaa9d5211c7a691d17381250ece84a0182a68481 827 0.72/1.00 vMB 23
399,206 399,206 0000000000000000016da9e337fba8e94b80af1f7d532abb7380ef197724e58d 645 0.95/1.00 vMB 16
399,205 399,205 0000000000000000003b5f095a203da535da200e40b7f557556b8d317ffb96a7 1,637 1.00/1.00 vMB 28
399,204 399,204 00000000000000000074f91bd88c4db820868de1d92b3226f3b894303cbcb98e 2,650 1.00/1.00 vMB 48
399,203 399,203 000000000000000003b07eeff664318eb6bd10b782aca1749bbe8cf995c921d4 36 0.08/1.00 vMB 6
399,202 399,202 00000000000000000611ce83856c0a2d66c8d4f5b7ea0b336b5849b064a5fb85 1,836 0.75/1.00 vMB 51
399,201 399,201 00000000000000000017e76e8bdb74098a20abbe4a98d3e547b882aa49e7d338 1,839 1.00/1.00 vMB 31
399,200 399,200 000000000000000002a16e42e82c833324c8e8cfd481269c3421a45ffa6a8f17 956 1.00/1.00 vMB 14
399,199 399,199 0000000000000000032ac4b5cf7613c46aee7c4bba52c3cd23d5f7d23f0eefa8 872 0.95/1.00 vMB 19
399,198 399,198 00000000000000000577eb866ccd60866c055aabbc3cac2e6746d0320202817c 1,378 1.00/1.00 vMB 28
399,197 399,197 0000000000000000063de00af2a9c38b4ebc4e5006dff56bc31e61272b8b7054 748 0.75/1.00 vMB 19
399,196 399,196 000000000000000005376a13ab7bf48ef4c8d078aebf2c40d2efae3ac7e02aff 2,331 0.93/1.00 vMB 49
399,195 399,195 000000000000000004c546db14d2903afeb327f24acbb15d2a43808a05cd6a52 813 0.99/1.00 vMB 21
399,194 399,194 0000000000000000040c9c6a07b73cbd1123f68ff6bd46983e49f22179141a3e 1,665 1.00/1.00 vMB 38
399,193 399,193 00000000000000000432ac5e88c988d550aaa9b629344cac3b61cc807fb8b4ca 1,589 0.95/1.00 vMB 31
399,192 399,192 00000000000000000022f59337acfeafb728e4b612ad8332cfca6ba3939a70c7 1,685 0.75/1.00 vMB 47
399,191 399,191 00000000000000000049b7a9af82daee2e5aabb5ea8dd0d7ffe182db7deb2ebf 1,947 0.75/1.00 vMB 49
399,190 399,190 0000000000000000051c6ff7d53f7d5859dbe4670e3fcbcf6bb44bff51974e47 1,644 0.95/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.61 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.88 GB
    • Received: 16.05 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.