Loading Tool

Explorer IconExplorer

Memory Pool

77,679 transactions
29.12 vMB
0.08844947 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 77b2e30c31d8c4ac01edc3163c53d2683d91b3e7cb879b058d876da932e83d4a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 0e18618ff4c116f41ce46295129ccac96409215cf4a42fb6f32b96494277d6a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.02751871 BTC
Feerates: 103.00 > 2.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (320,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
594,846 594,846 000000000000000000111d2098f085fb0dcbe0c703e70d787b402f1be0298fac 3,416 1.00/1.00 vMB 20
594,845 594,845 0000000000000000000a9cb3812b5bfc2561f9be4faac7c7b53e975ac79553f2 697 0.21/1.00 vMB 17
594,844 594,844 0000000000000000000dcfb8b4d161de9cd5de91b838bd60d4ff0c6e879ccff6 1,394 0.67/1.00 vMB 14
594,843 594,843 0000000000000000000e51f6c6bc0b4dfd6022ed6193fb38568b547c7af6ebd0 2,887 1.00/1.00 vMB 6
594,842 594,842 0000000000000000000d4ab3d73fd142fefbd084c4673fb2058da498c5d3c71b 2,879 1.00/1.00 vMB 20
594,841 594,841 000000000000000000110e77e73ebb84c5d99228d2a3024c54f9ef1e90051a1c 3,246 1.00/1.00 vMB 40
594,840 594,840 00000000000000000011a52a2bc8d2878cefc984d3c89dd480dba362c3199ad4 2,897 1.00/1.00 vMB 5
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: 673.02 GB
    • Received: 16.36 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.