Loading Tool

Explorer IconExplorer

Memory Pool

42,944 transactions
28.45 vMB
0.06406815 BTC
Random Selection Loading Transactions
Max Size: 146.89/200 MB

Candidate Block

Mining Attempt dcff283caba03fb8522827ad2ccd688c4037202d23bb005111676c4293390f25
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 886fd4cbd537bcc1eea88449688d1cde5d50da1bc0f469efc3059b88397901bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,067
Size: 1.00 vMB
Total Fees: 0.00908532 BTC
Feerates: 100.00 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (324,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,842 589,842 0000000000000000001a4c1decf83061834b362f1a96972b212da75648664fc4 2,661 1.00/1.00 vMB 71
589,841 589,841 0000000000000000000fab54874a7fe656ec81ce5ed90d6453cfca4fc8ecd88a 2,312 1.00/1.00 vMB 78
589,840 589,840 00000000000000000000678d14f2df95032f6e75d9982d45eae74f8a29bc9607 3,008 1.00/1.00 vMB 86
589,839 589,839 00000000000000000003dc9489b4d67ea23a4ae5c8f3313125a6cdea5cb4817b 2,897 1.00/1.00 vMB 67
589,838 589,838 00000000000000000016e551db6c0c9d0867c17cd7ee06f5bbaf20c7b88c6898 2,621 1.00/1.00 vMB 58
589,837 589,837 0000000000000000000e3bbc31016fc9f0730589f6c41ccf821768711bea7dab 2,530 1.00/1.00 vMB 80
589,836 589,836 00000000000000000015763117346fa9e728ed6fbc9bad75af330d60d044b102 2,854 1.00/1.00 vMB 59
589,835 589,835 00000000000000000000bb24f0a45689ec8f009e01b2626bf6eafc6a93b49fd1 2,117 1.00/1.00 vMB 49
589,834 589,834 0000000000000000000d54d6117ca88184d71ac4dbf8ed694e848e2e02e21925 2,385 1.00/1.00 vMB 62
589,833 589,833 0000000000000000000e16e98ebbe9030a367cc81cd98d7fce9ebcdc299a3169 2,443 1.00/1.00 vMB 72
589,832 589,832 00000000000000000010c1ac448d70e39e4713a7b52d0cf7fb4d9f961589be07 2,184 1.00/1.00 vMB 51
589,831 589,831 00000000000000000016fb842567f75becd6642a9cfc088e18c0efc8ae3f9a94 2,635 1.00/1.00 vMB 67
589,830 589,830 00000000000000000004e3331f331455d6b47309a907a66cddfb1ddc8b96dbb8 2,620 1.00/1.00 vMB 68
589,829 589,829 00000000000000000007d95d0a83925a5d533369a423fd69e77bf853b5f06b86 2,270 1.00/1.00 vMB 76
589,828 589,828 000000000000000000127c8a398b6a07caed75fbb9b2f63ac558d0842fccec38 1,578 1.00/1.00 vMB 82
589,827 589,827 00000000000000000016e7372d9197a43a6b7f7d59c2e935c880338ed142ba30 2,009 1.00/1.00 vMB 24
589,826 589,826 0000000000000000000cde11acb2ac7985dff7247dc32bec6d439189fcace895 2,833 0.99/1.00 vMB 31
589,825 589,825 0000000000000000001ba1d82693666443baaa008e82bc2d9951b2d906bba55b 2,756 1.00/1.00 vMB 40
589,824 589,824 000000000000000000083b1f4b5bdc0a589f7637ad6de6f578ddbb1cbe21bc92 3,174 1.00/1.00 vMB 54
589,823 589,823 0000000000000000000a43028e3ed386a3a22d7bee76ff95d2491c219e939eed 2,761 1.00/1.00 vMB 58
589,822 589,822 000000000000000000179fbdb2c7005f27f47c0c2a42ce1b3dad3f7e56d7a0c9 2,774 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.