Loading Tool

Explorer IconExplorer

Memory Pool

32,865 transactions
27.22 vMB
0.05656690 BTC
Random Selection Loading Transactions
Max Size: 135.29/200 MB

Candidate Block

Mining Attempt d904d7b76a3271bd61dd1fc4a2c20ebcf4a10299fc2e39133c1c53730e14437b
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root e8646c2248f2ff210f9ba610ddf442e3b4e41e44322b178dd467d6851070a201
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,402
Size: 1.00 vMB
Total Fees: 0.00535877 BTC
Feerates: 40.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (351,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,685 562,685 0000000000000000000da6f1905f0a40123502ed7d2fd8c290984d1e6e86598c 2,045 1.00/1.00 vMB 22
562,684 562,684 00000000000000000011da215ef5c13f37990e1296960e10f35f014b94ab8fd1 2,198 1.00/1.00 vMB 26
562,683 562,683 0000000000000000002921bc4724869c90ac10ccee1d1b6d92532a86aeb53545 1,249 1.00/1.00 vMB 29
562,682 562,682 00000000000000000025c3836af2066a5c9492d0eb05b67e7493093a0c911d61 2,673 1.00/1.00 vMB 37
562,681 562,681 0000000000000000002190edd7b1f4f745e35975b3c948388478f2ad68476018 80 1.00/1.00 vMB 7
562,680 562,680 00000000000000000024b69b69a7e01ddfa8c96416144b4f24e9dc7847f1e0f8 2,067 1.00/1.00 vMB 30
562,679 562,679 00000000000000000005ef212309cc15f5fa8a91aeec4a029b45cae9fa49a27b 959 1.00/1.00 vMB 15
562,678 562,678 00000000000000000012308934cd906dd530ccbf1a0fde32b547b3b3efbb8d5f 996 1.00/1.00 vMB 15
562,677 562,677 0000000000000000000e898fd4b24057230a1d65af6c021a48a760885b108124 1,290 1.00/1.00 vMB 14
562,676 562,676 00000000000000000019a5a58b31177fce14b762c5481accc4163d17e8bd8ab3 1,534 1.00/1.00 vMB 25
562,675 562,675 0000000000000000002366b841afac1a776b9d42e6db83f1714658dbd283122f 2,190 1.00/1.00 vMB 27
562,674 562,674 0000000000000000000d90cff7fa1ec4ccae2b2390901f9e66e8d34b3afb5853 547 1.00/1.00 vMB 10
562,673 562,673 0000000000000000002860bcfb729e27247ed4fc7b41cf4229cfce401b2b1419 613 1.00/1.00 vMB 9
562,672 562,672 0000000000000000001cf36e711672e9890fe4e6ec550c0353eda5b744c1c2d6 1,869 1.00/1.00 vMB 24
562,671 562,671 00000000000000000018a31f2e7f50ebba8f4a02f9588e97ddb67359f63e3766 2,615 1.00/1.00 vMB 19
562,670 562,670 000000000000000000140fcc228d82685eba4f04d402f2ffcb05f54c0fbf2c7b 2,739 1.00/1.00 vMB 23
562,669 562,669 00000000000000000000e9c0e1ea30fca1d650b2958528469dfe90da8322896e 1,678 1.00/1.00 vMB 30
562,668 562,668 00000000000000000016b88c6a01a301037e26040610244ae65ebaf9dcafb85b 2,308 1.00/1.00 vMB 31
562,667 562,667 00000000000000000019b96967874684b63694ecf013d21d71b8084d90593d2f 2,476 1.00/1.00 vMB 37
562,666 562,666 0000000000000000001b1a09fa5694993d0eb3938d68d71e831e4ba804dc73d7 1,883 1.00/1.00 vMB 20
562,665 562,665 0000000000000000000c4552c452347aac4fec8ec33afcb8694a94dc740af78c 2,443 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.90 GB
    • Received: 11.84 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.