Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,806 transactions (1.95 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,918 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,917 (261,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
650,446 650,446 000000000000000000020895307cfebfc984bd9653fd9b885076870cdf646a85 1.16 MB 1,074 48
650,445 650,445 0000000000000000000c93ff95f773f5a8394237a5524c78179fc311016926b9 1.34 MB 2,406 49
650,444 650,444 000000000000000000071e7429185f61a6cacc69dc75934d583131247766231e 1.19 MB 2,135 60
650,443 650,443 00000000000000000008f6dc9b34559ee098fdd9d1f1b8cf7429a33c3135963a 0.00 MB 1 0
650,442 650,442 00000000000000000006ce7ceff78a8e1e39ff7676778e34da76b1913c05b7d9 1.25 MB 2,548 53
650,441 650,441 00000000000000000003a1cf9be738d9541db3fd5b2eee375f2843ea4c4f7ce1 1.21 MB 2,745 57
650,440 650,440 000000000000000000026edc6b6a9be461b965e62d27770fddb563b33cce9f93 1.12 MB 2,263 56
650,439 650,439 0000000000000000000d175c1c7713e8f952ea7a6b983708423d6a25d94ecc15 1.23 MB 2,460 52
650,438 650,438 00000000000000000004d951b1ac3f3e247c434d338eda60b99c2b0845095edc 1.19 MB 2,810 58
650,437 650,437 0000000000000000000155f5adf3a928e8bd418394af4bed611a97f79c11bd83 1.29 MB 2,313 76
650,436 650,436 000000000000000000098a0109027199ec4c0c57e7203c9ff3b418e8d867b8ab 1.50 MB 2,344 63
650,435 650,435 0000000000000000000d764fcc97aba8d3e2f0f3c0a1ad7263dfaf2a352add0b 1.32 MB 2,981 83
650,434 650,434 0000000000000000000db744101935144b3550c54d728b8d5c65947d3c824f37 1.07 MB 563 49
650,433 650,433 0000000000000000000d3dafe10d58741a01a742915cd1a8ba8432d2dded9b70 1.33 MB 2,692 62
650,432 650,432 0000000000000000000688f6a769fc8c39624d8771e5c0ee8e81ce8c14776f0a 1.23 MB 3,077 62
650,431 650,431 0000000000000000000275abda186106acf77261712ae91f11f8c3f0eece0149 1.22 MB 2,925 61
650,430 650,430 0000000000000000000959d437ec83f96bafc8714c4ed9bef87ea61f74cafe02 1.27 MB 3,110 70
650,429 650,429 00000000000000000001be37f82e8777bbc7a9bdc02a9131ee1de287f8135e8b 1.27 MB 2,727 63
650,428 650,428 000000000000000000083ee86823b09e5b1565b801ca44905f4b7a15e796e843 1.17 MB 2,901 56
650,427 650,427 0000000000000000000e6dd86ae34342317d3ece8319536f740af30de0f0c662 1.25 MB 2,206 64
650,426 650,426 00000000000000000005209ff44a8daf23916073af75cfda8958cf1782cfe44f 1.37 MB 2,810 78
Previous 10 blocks ↓
Total Size: 776.93 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,484.50 GB sent, 133.15 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.