Loading Tool

Explorer IconExplorer

Memory Pool

73,887 transactions
28.47 vMB
0.08252564 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 13806e9323352cce0514f35c72281c4a458332b3a44c24db68589361a6660cf8
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root a17e3cee3804f6910918a7e7db04a16cc1221b3ab7901a61eff715323baccd5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,973
Size: 1.00 vMB
Total Fees: 0.02530751 BTC
Feerates: 196.43 > 2.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (328,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,803 586,803 000000000000000000149b358d21cbd9dca435540aa75b535e18b096da6de8a3 723 0.40/1.00 vMB 49
586,802 586,802 00000000000000000002b96db922f47cfbff0e70d8970a9be396ce93206b07e8 1,023 0.41/1.00 vMB 24
586,801 586,801 000000000000000000078861df8b5653945cf89a041c07fd673785b228220b04 509 0.21/1.00 vMB 31
586,800 586,800 0000000000000000000ee662fc18aed5ecbea68679544a7dd74b227c2de61f37 290 0.08/1.00 vMB 33
586,799 586,799 0000000000000000001e9d5cb2709124ce0207b42c6b94af815ac5bb8ca3578d 308 0.13/1.00 vMB 36
586,798 586,798 0000000000000000001d65a442dea9fdc291a5b9671ffa90c95cc947d0e782d8 1,202 0.39/1.00 vMB 10
586,797 586,797 0000000000000000000009c0e3b3d37d9064a2a95bf7963158f3ff25c259c94f 2,519 1.00/1.00 vMB 16
586,796 586,796 0000000000000000001a598aa47e6cfd736d7ed215cae9a0894ab3f9fc0127b3 2,797 1.00/1.00 vMB 61
586,795 586,795 00000000000000000019c090a3ad8f99eac2c962cffc094dc9e1e94aa8d1314d 2,657 1.00/1.00 vMB 51
586,794 586,794 000000000000000000086c5c7ffcfd31431fbeaaed62c582e72d79db49f07fac 2,223 0.80/1.00 vMB 28
586,793 586,793 00000000000000000003d7f0d6e098546d771f3e43eabb7b58ffea5a6edd3d27 2,469 1.00/1.00 vMB 16
586,792 586,792 000000000000000000021abe6be3653113b4af5d732b1159d8ce00af111e125e 2,233 1.00/1.00 vMB 8
586,791 586,791 0000000000000000000787df6ba5df0783457732cd86756b96502826af7e99fd 3,070 1.00/1.00 vMB 51
586,790 586,790 0000000000000000000815ab56a459477a5ace67904cb3f68f285a7e948b4b38 2,214 1.00/1.00 vMB 9
586,789 586,789 0000000000000000001c7e08d0723cad07c51003425eea5d692bd8170f6e6183 2,959 1.00/1.00 vMB 57
586,788 586,788 00000000000000000010dc9801c30bb09eec507a2b0033958afa34b99704ee8d 2,651 1.00/1.00 vMB 47
586,787 586,787 0000000000000000000f1217aff5173a6f229240988346aecc632ade5d7d677a 2,735 1.00/1.00 vMB 42
586,786 586,786 000000000000000000087c2591039fec1004b36a1342f66d619f576bd1ff2ffe 2,885 1.00/1.00 vMB 64
586,785 586,785 000000000000000000161e2deddb66e8e6dfb13244029b3a40f1c4a9b82fc20d 2,988 1.00/1.00 vMB 81
586,784 586,784 00000000000000000004ec260cddeb0f9229121990af32a1df62f3d658d74d5b 1,785 0.68/1.00 vMB 35
586,783 586,783 00000000000000000016c0be7c199ad8d15566c6f4e144d2a3555d5ea9101b7e 2,788 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.45 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: 667.49 GB
    • Received: 15.26 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.