Loading Tool

Explorer IconExplorer

Memory Pool

79,844 transactions
29.62 vMB
0.09495852 BTC
Random Selection Loading Transactions
Max Size: 179.17/200 MB

Candidate Block

Mining Attempt 2014f5cb3875e078ac337efc937695c98a915e542eb35ec73a2e55b5685a0937
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root b5ff8e19fc104079bed500650b708be4b2dabafd7d1a5c8fe49b624d61294e1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.03197353 BTC
Feerates: 301.60 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (429,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,655 485,655 00000000000000000076d669728589125eb23b084fb82633199709f9360ae9b4 221 0.11/1.00 vMB 137
485,654 485,654 000000000000000000917a0f6f4f54881f143916fc618dafbb6d8959caaa8585 798 0.30/1.00 vMB 125
485,653 485,653 0000000000000000008c8251455416ee8c0e206a23f5cafb2bd3506a2a416386 527 0.18/1.00 vMB 119
485,652 485,652 000000000000000000624433de3130efcc9c203a9437f97bc414fd30f6bdd095 892 0.35/1.00 vMB 108
485,651 485,651 0000000000000000008cc893176da0573e5c8cac00b1840969fd3876384385a8 334 0.19/1.00 vMB 144
485,650 485,650 00000000000000000017df63327fc4b94dfffd172474dccf054f15b452f15355 878 0.39/1.00 vMB 59
485,649 485,649 0000000000000000009b9a02a1a1045e9f4f9e6b09c6177193ab51dea19601ea 1,244 0.61/1.00 vMB 119
485,648 485,648 000000000000000000b54e173ede777f67c585ff7a61c3ddbb4e8c2a256df162 1,226 0.56/1.00 vMB 86
485,647 485,647 000000000000000000de07841db68ed639920828a088a245968182d020c1d5d2 749 0.34/1.00 vMB 91
485,646 485,646 00000000000000000118ae66c8f0bbd0037ef70417ad9f1ac6f1df29041183c4 454 0.25/1.00 vMB 104
485,645 485,645 000000000000000000faf390a0e4ad594731b2f88c6ebdf7f15f150bdca52a10 1,698 0.79/1.00 vMB 61
485,644 485,644 00000000000000000077fe74384915351a42194696b6e222706ef10bfeaa7431 1,388 1.00/1.00 vMB 152
485,643 485,643 0000000000000000001856ffd8a8d45ab517abc3c5e99c1db4c4e05fcf4cbe31 34 0.01/1.00 vMB 274
485,642 485,642 000000000000000000ae131e814fd6f32d9da00085fea010174eff31044d3495 249 0.11/1.00 vMB 93
485,641 485,641 0000000000000000002d70e46833b94438b57d91e2bfebfced83c3731273d76c 614 0.28/1.00 vMB 98
485,640 485,640 0000000000000000008031804a650f43ce7ba754f52a2cc093262467bd3bba04 602 0.24/1.00 vMB 102
485,639 485,639 000000000000000000eb7910924645841fbe9e94d08f42076d72cd7253c709d2 1,219 0.49/1.00 vMB 95
485,638 485,638 000000000000000000e848ee8b4507d2e91208d58b2c654f71ca6bdd3b602987 1,159 0.60/1.00 vMB 99
485,637 485,637 000000000000000000412c81ec79aa1753325df8b754a77ce7696e8b1c0e2cfd 784 0.32/1.00 vMB 111
485,636 485,636 0000000000000000002c5bf7993fc154096c662b3356360242315032647902d4 123 0.04/1.00 vMB 99
485,635 485,635 000000000000000000077a12a5419685678452d7ddd92a41f2712755c1dd8853 756 0.37/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.