Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,985 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,348 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (863,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,123 46,123 000000001f610a87e001c6607d51a5171f0bfd66aba2043b0202dc7377194072 0.00 MB 1 0
46,122 46,122 000000000bef5de377261748013b04ed4a7e6b0a3dd730c3d6c6dcc8651c97ca 0.00 MB 1 0
46,121 46,121 0000000017cd687792d290952acbf200433eb5749a77ca5016716a3f1460c629 0.00 MB 3 0
46,120 46,120 00000000334b8fc04163f19099c0d6e1c44aadbd7e24597d18204e8168c33db3 0.00 MB 1 0
46,119 46,119 0000000019dc8d39e9f2034f87b9c48bdf0b8eac13da239e2b00a60326d93792 0.00 MB 1 0
46,118 46,118 0000000029c29c39bdb7f983b7e8d77a2fb9422f78da37760d209de8c7bb6562 0.00 MB 1 0
46,117 46,117 0000000004d2f8f922bb3c068d9feeaa6d7442982cc69e78192dd2a511621923 0.00 MB 1 0
46,116 46,116 000000002df21fe152ac052570b7354108f23c1188041534fed7a0b28dd839f4 0.00 MB 1 0
46,115 46,115 000000001a07f9dc53b32fb122f1edb963e4f9806804b78550266210921cb2a2 0.00 MB 1 0
46,114 46,114 0000000014178dcaf0743c640fd2fdce2b2717d63359cda05ece70621ea37728 0.00 MB 1 0
46,113 46,113 0000000004e46a9524e10f0a6ac094c54cccde1465f9c75397c1a76cb153dd22 0.00 MB 1 0
46,112 46,112 0000000016f142876a37739dd3d5d55666ac26edea2583a4c803eec3e20daa99 0.00 MB 1 0
46,111 46,111 00000000104e1e6c47a363762439a3e4bdea16b1b3aa475555d78c52641a14d2 0.00 MB 1 0
46,110 46,110 000000003328138666a9c661a980d1f2b7f618c05ddac40d709a4f6813be1d3d 0.00 MB 1 0
46,109 46,109 000000001a7bd8f37f5c3205d73e7165e91ee0974faf84634547b49ffa96d786 0.00 MB 2 0
46,108 46,108 000000002092471202b28fbadbf93e7d630733ce454753e75ba9e74a143bb909 0.00 MB 1 0
46,107 46,107 00000000197fddb8d0cff1e01bf3ea10fa8ff6ec4dc3644f4c6ef7b3781675ea 0.00 MB 1 0
46,106 46,106 000000002380f20450a68e0defdf023a674c4dfc3bca56936293a8de0b3dd1e3 0.00 MB 1 0
46,105 46,105 000000001536b46083b9bbc1642e1c9bfe3aa5a9aac87fce4f57468ecf026e80 0.00 MB 1 0
46,104 46,104 00000000236f873893d1046c31d302a460ed0960cb5f20c32a2dc1fee5c09119 0.00 MB 1 0
46,103 46,103 000000002b0691f553133b68ec4edb1e5364b6e3095224da3a2e90a0907d3c88 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,152.81 GB sent, 112.54 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.