Loading Tool

Explorer IconExplorer

Memory Pool

40,853 transactions
28.62 vMB
0.06654835 BTC
Random Selection Loading Transactions
Max Size: 146.47/200 MB

Candidate Block

Mining Attempt 2b98c335e9a0bba845f755eaaa4ac2e73ea16eab28db0f3bdeae9a3c44ce49b4
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root fffb169fa51958f1ffebb407dbd017b377b4fd22416296a7541e914d9741a0f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,858
Size: 1.00 vMB
Total Fees: 0.01123824 BTC
Feerates: 100.19 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (351,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
562,664 562,664 0000000000000000000edfab1b46f7ae9650322b393466744065107390894cb6 2,756 1.00/1.00 vMB 18
562,663 562,663 0000000000000000000ab1c99c0e336c24a8e794510610e6d11dacdc1d21e69f 1,780 1.00/1.00 vMB 27
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: 629.17 GB
    • Received: 11.88 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.