Loading Tool

Explorer IconExplorer

Memory Pool

51,642 transactions
31.34 vMB
0.10812194 BTC
Random Selection Loading Transactions
Max Size: 167.16/200 MB

Candidate Block

Mining Attempt bd750160e67cffb4b0c7e51fcb44a2f68bd6d9ecba38b1c44ace5fc2e5bc01ef
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root ed9b32b2c23c22348d0e1f943553f57bc049601e37c12f82fa101e6899db8680
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,089
Size: 1.00 vMB
Total Fees: 0.02198089 BTC
Feerates: 100.87 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (280,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,918 633,918 0000000000000000000688e96e45e48b3800d3fbf28b4931660a250319c83f21 2,824 1.00/1.00 vMB 30
633,917 633,917 000000000000000000009aea1d7bbeebc52c1e0e76106036e34cf824cbaefb88 2,782 1.00/1.00 vMB 39
633,916 633,916 0000000000000000000351adf38cbcf4a3f84cf40faeaec119b94220147298d2 2,139 1.00/1.00 vMB 23
633,915 633,915 0000000000000000000355177e228451a3a822a8244d1da557c80953f1a30e29 1,286 1.00/1.00 vMB 10
633,914 633,914 00000000000000000012ab22e55b63c532f0e6c3b2068e4bef122f7bb7e67e24 1,955 1.00/1.00 vMB 14
633,913 633,913 000000000000000000101bf4948f1c33ad2c99d2939377b86d600409e2d5b08a 2,930 1.00/1.00 vMB 26
633,912 633,912 00000000000000000001fca655fa53a797081e1c5fb7ac8a52a70574eb7fcf13 2,697 1.00/1.00 vMB 23
633,911 633,911 00000000000000000003884ce53bbf4aad0afa4dd4f618d83870176fcb9fae87 2,692 1.00/1.00 vMB 19
633,910 633,910 0000000000000000000163e27a8612e421cf416375f8ee90ddc65f19da4d25eb 2,684 1.00/1.00 vMB 29
633,909 633,909 000000000000000000054cee6072dadb25c24ae03c9ce5c93854ce6fae15572c 2,198 1.00/1.00 vMB 26
633,908 633,908 0000000000000000000032066777284d16161350e82b1b7c115ddf1205aca382 2,465 1.00/1.00 vMB 28
633,907 633,907 000000000000000000085ade0363e0d6458690f3909cb9fe7e9700a4a2b1a886 2,481 1.00/1.00 vMB 26
633,906 633,906 000000000000000000117255dcff3abc1ee08262618849601db726725958fea2 2,875 1.00/1.00 vMB 29
633,905 633,905 0000000000000000000e7f95b8d3e83aa687974d6e8ff3aacdf594f09a6a1e96 2,898 1.00/1.00 vMB 26
633,904 633,904 00000000000000000005716464fd7eec9def880b9e35f6a36d12edbeb925ba9c 2,905 1.00/1.00 vMB 43
633,903 633,903 0000000000000000000b3e563d0b1b96835f09cd0d7886b802f89c93f33bc296 2,325 1.00/1.00 vMB 24
633,902 633,902 000000000000000000040bd32786d7de9e2b739e3d153c70ea92710de2517f43 2,901 1.00/1.00 vMB 22
633,901 633,901 0000000000000000000dc808b2d4482eb2ae232435f8294b90cef8badbfb64e6 2,905 1.00/1.00 vMB 40
633,900 633,900 00000000000000000011cb344c38423825527842a531ba6c784d8a6f8b1f2f49 2,114 1.00/1.00 vMB 18
633,899 633,899 0000000000000000001167593c069bebd920fc15f7456417122c9b62b3ecfcb0 1,888 1.00/1.00 vMB 23
633,898 633,898 000000000000000000112ef635f8a4512a978c4ee798059c1bc3888689121c2b 2,388 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.50 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.