Loading Tool

Explorer IconExplorer

Memory Pool

78,608 transactions
30.00 vMB
0.08862474 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 3e86e4945333617326d46c948edc8125c6671f2be5cade225e7885dbcb56efdc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root bf2d4f633cfd7d95b96b65d0466ac8d641cfb07af44d8463a32b94e8ea9f3677
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,828
Size: 1.00 vMB
Total Fees: 0.01954604 BTC
Feerates: 150.61 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (320,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,867 594,867 0000000000000000000dbd8e64b50d28628453c87d28baf863c35d59916d74ff 2,956 1.00/1.00 vMB 31
594,866 594,866 0000000000000000000efede0a58b39a6608449e2ad6e22c8b73c7961c60ba2d 2,996 1.00/1.00 vMB 20
594,865 594,865 00000000000000000013011de2d3f338ccdfc6cd1abef498e2af8ea5cb74ba61 2,775 1.00/1.00 vMB 27
594,864 594,864 000000000000000000071d7ca08a975aca53a2a619a78deaa4b0d043e9f1e641 984 0.36/1.00 vMB 15
594,863 594,863 00000000000000000011b48674197784688aa1e6cba92c3fb054303fc1a9bbfb 1,508 0.54/1.00 vMB 16
594,862 594,862 0000000000000000000dd2354a2c7afc33fc29bbe9dfb0c13b2e1a302aaed9e6 435 0.15/1.00 vMB 17
594,861 594,861 0000000000000000000fee7782866e79ae195e35e99e35021e5e9cb30515f0cf 1,928 0.66/1.00 vMB 18
594,860 594,860 00000000000000000010be4895ecf1336c1dfcafafa838ecc2326b51ce086a56 145 0.04/1.00 vMB 13
594,859 594,859 00000000000000000008ea8efe7d76b420ca2c5d30c177ade5581c564537e093 1,785 0.58/1.00 vMB 13
594,858 594,858 0000000000000000000bb70d79fdaed42d48eaad80335ca7b5c269fec80bb39c 2,048 0.73/1.00 vMB 18
594,857 594,857 00000000000000000002b52604ad984b54509244773d275e322d4894a0c5fc9c 1,077 0.68/1.00 vMB 1
594,856 594,856 00000000000000000009358740a21ed4ce636cca38965dbfef7a6f229dee4f01 2,566 1.00/1.00 vMB 5
594,855 594,855 0000000000000000000307aa4a2b4f96ee5b451592b2fa04fad367f330c9b836 2,948 1.00/1.00 vMB 18
594,854 594,854 000000000000000000131eee4e4772d242f3f469190ff2e896eb93163ff46ea7 3,080 1.00/1.00 vMB 7
594,853 594,853 000000000000000000072aa10c0efc34612dc2f1ad81335b08f9636d3fadd6d2 3,495 1.00/1.00 vMB 33
594,852 594,852 000000000000000000134af8fbffe6c23dd3d764d61d32373d30b9d04b94647d 3,517 1.00/1.00 vMB 23
594,851 594,851 0000000000000000000f1fabb57e3f43b475d788a521b4912b9efb630778f549 2,920 1.00/1.00 vMB 19
594,850 594,850 0000000000000000000546cdca213a469885d6ee3ecd867a65d163702b0506e7 3,009 1.00/1.00 vMB 33
594,849 594,849 00000000000000000014e65c582688884a657b457e166fcc0eaec973bda17d06 2,537 1.00/1.00 vMB 31
594,848 594,848 000000000000000000136f6922e4bc531772663d72b2f238f8a5ade76a1c0344 3,197 1.00/1.00 vMB 18
594,847 594,847 0000000000000000000b1450066766e78c5baa2a3c1e3f80237460ae5ba6bc7d 2,609 0.85/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.