Loading Tool

Explorer IconExplorer

Memory Pool

76,488 transactions
28.50 vMB
0.06769829 BTC
Random Selection Loading Transactions
Max Size: 172.72/200 MB

Candidate Block

Mining Attempt 74f6be0cbfa3eb7f47bee2d0a925a6b0074059bf9f1a51171c6665e44635c37b
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root d7701c100f0c8dfb79866bb909ad21ffb09019c12d208222986cb7190664b366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.00871690 BTC
Feerates: 73.20 > 0.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (342,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,604 572,604 000000000000000000089ab1fc3de17c525f6e43f14e57df507c828761b8d59f 3,120 1.00/1.00 vMB 54
572,603 572,603 0000000000000000000e98d2b53625bf792f91817b427ed6d4f81abe8c54f6a2 2,638 1.00/1.00 vMB 93
572,602 572,602 0000000000000000001fb2106de5ee0716121092b54f4fef7d71730d6577e35d 2,781 1.00/1.00 vMB 41
572,601 572,601 0000000000000000000e5eccb2307be1b99a54e5087bedfacbee186e48e07b73 3,284 1.00/1.00 vMB 22
572,600 572,600 000000000000000000176f3b932bfbbc2aa5120d15ce380594d93bdf48e81233 2,781 1.00/1.00 vMB 52
572,599 572,599 0000000000000000001c64f37227e14014bcd180725810ffc3afd7f35dea6bd5 2,924 1.00/1.00 vMB 34
572,598 572,598 0000000000000000000a03bd35245dd604d434fdec8099b7ff4f2ceb920f38f2 3,121 1.00/1.00 vMB 30
572,597 572,597 00000000000000000002d29a03117bba4d28d003c43bb0433e0c0e774ed1fbfd 2,173 0.76/1.00 vMB 25
572,596 572,596 00000000000000000011d60fe201d28b3ac2ba2c31fb95a16f2ce576fd0b7302 2,768 1.00/1.00 vMB 11
572,595 572,595 0000000000000000001038e01d40d6dd381f9bbcd0873df1fe0006c4a9063134 2,951 1.00/1.00 vMB 17
572,594 572,594 00000000000000000024389b6bcaf8f691625c20ada3fa3ac7e201c79bb807ee 2,796 1.00/1.00 vMB 41
572,593 572,593 000000000000000000027fb1205685d74bed2e4bfa038919a724ea8f62db547f 282 0.10/1.00 vMB 16
572,592 572,592 0000000000000000000eef59111e87235196a01d94fd0456117eeaba6bd79a06 1,379 0.41/1.00 vMB 21
572,591 572,591 0000000000000000001f7a9bdaa6de5f457a26d1c6d8a66f91b3d0dbdb58fcb7 2,860 0.95/1.00 vMB 19
572,590 572,590 000000000000000000139ab6e8868260964ed070e621af0cdbc37bfc594f3d88 1,797 0.62/1.00 vMB 21
572,589 572,589 00000000000000000025bcb6c5891f3c033436f2be660607ec99ce1ffea0d572 3,102 1.00/1.00 vMB 7
572,588 572,588 000000000000000000261cb932d5ad689674656ffdcc936f053acb84e771bdbc 3,220 1.00/1.00 vMB 34
572,587 572,587 00000000000000000022c437dbc1f5379e99e6afaa39ad0dc51e67fb03d38bbd 2,605 1.00/1.00 vMB 45
572,586 572,586 0000000000000000001b1d3767ddc053e3ffd0536aa762dd4139dfa0596d70d4 1,923 0.75/1.00 vMB 13
572,585 572,585 00000000000000000016e2dae93e5c51dd6d0ede554d6abb2868cc7bb25eb9fc 3,114 1.00/1.00 vMB 8
572,584 572,584 0000000000000000002157fba067b694f5e7b6c9a49c30f6f5a917871bffd835 2,736 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.