Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,570 transactions (0.59 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,948 000000000000000000022b910000000000000000000000000000000000000000 0.59 vMB 1,569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,947 (370,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,801 541,801 000000000000000000059769b4c18ca9960f09f7230b2396b89f36148aa599c9 1.22 MB 3,012 11
541,800 541,800 000000000000000000161d22d504e0abc5b000755b1b74999416076e0b1ce55e 1.24 MB 2,732 19
541,799 541,799 0000000000000000001a0087f676124dbece8b6160fde18cc7290e6125059d73 1.10 MB 1,665 25
541,798 541,798 00000000000000000005891190afabca678e8d1c712e22f9375e161a8cfd38b3 1.03 MB 742 36
541,797 541,797 00000000000000000008902257b826459a9c780203f911544923f3a3b0b66f8b 1.03 MB 621 58
541,796 541,796 0000000000000000000f522a8a0bfd2cc7a6d4685b4b55544b0425624bd41049 1.14 MB 1,853 22
541,795 541,795 00000000000000000010a6a8dfabe686ba19f4eb5bb253f262f59cfa4f657a8c 0.15 MB 326 30
541,794 541,794 000000000000000000255adde23b9f2b2fd0e640cf6bd91c267ad566a62ed899 1.11 MB 1,694 10
541,793 541,793 0000000000000000000a04ef3926ce259f44f7e389810a8dd9cb205253215910 1.17 MB 2,463 17
541,792 541,792 000000000000000000266590070a70d03c4126a35ed589dab1cd3bd70d6acdf7 1.22 MB 2,490 13
541,791 541,791 0000000000000000000fa8e7b6fde5321bca0533f3e680e38bed1e764fd61844 1.16 MB 2,151 20
541,790 541,790 00000000000000000014a9a0b496063e63287927afa432f65c457b03758ad59f 1.12 MB 1,668 9
541,789 541,789 0000000000000000001943536316457e72c60145c02250b2b24d48252eb46034 1.12 MB 1,964 8
541,788 541,788 00000000000000000010261d1d6c3ec91c266fac745ced60995bda8c45df3b34 1.15 MB 2,459 9
541,787 541,787 0000000000000000001e55864f5a662d9960f0cee50c53680964d8fce7d12ca4 0.31 MB 676 10
541,786 541,786 0000000000000000002108f066db6c069a11371dc3c9b21912083c1024110043 1.20 MB 2,414 19
541,785 541,785 00000000000000000014877090c4c62570422e693d72d5a5440582ca2b757083 1.23 MB 2,745 17
541,784 541,784 0000000000000000001651cbc1e11e2b104f6097131a9492320b74953686d749 1.16 MB 2,392 27
541,783 541,783 00000000000000000007f4db7c20a8248687c4ba59ba8881d38736343439f73d 1.13 MB 2,640 12
541,782 541,782 0000000000000000001549cff21d712f37c50a4090153ddf742cfdc361c004a1 1.32 MB 2,560 8
541,781 541,781 000000000000000000257323b570a2b6b696222a110e508f77681ac7c13f32d2 1.13 MB 2,285 38
Previous 10 blocks ↓
Total Size: 776.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,494.18 GB sent, 133.41 GB received

Notes

  • This page updates every 5 seconds.
  • 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.