Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,859 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,857 000000000000000000022cb30000000000000000000000000000000000000000 0.93 vMB 2,846 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,856 (890,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,539 19,539 00000000997a363a033967519c242e77721cc56cbecc510b2743d8f3b1a8070e 0.00 MB 1 0
19,538 19,538 00000000a0e2d542358da2f49393999575f1bb0cbe8e16a6b18e16dd0d99a9f6 0.00 MB 1 0
19,537 19,537 000000008fe602eb7fd0d7decd1d551cbc8e56bcebb2d0f9fca9b0046ddcd75b 0.00 MB 1 0
19,536 19,536 00000000517e0d87eb9d6227da46a7b33b0acbaa587bdd10830131aad3768f5b 0.00 MB 1 0
19,535 19,535 00000000f8e3611e2a2a4fc923fafccafcf482c002900b6e0e0c518b7790390c 0.00 MB 1 0
19,534 19,534 000000008f32e1f8fd44a8245cccc995b87fb5b5e489551ebb4a0d35c29a0a3e 0.00 MB 1 0
19,533 19,533 000000009ca03ef291123f2c7b0a70fdb93da996537b69ec53fd1974fe1e06a8 0.00 MB 1 0
19,532 19,532 0000000095adca4364aa1b4144a95e98e649e421b6a54127e8f4a95243ec79f2 0.00 MB 1 0
19,531 19,531 00000000036ec168569d23e5cf2c33e3c739d6c9c9280bbdc74aa946a061559f 0.00 MB 1 0
19,530 19,530 000000002c6f8853bcb8d6eadc7acbb0e480f29e43c6d6c35db4b9299f23ae53 0.00 MB 1 0
19,529 19,529 000000009b30642e9951f1d754006c219a49634c9832a6c5abca829a420eeed4 0.00 MB 1 0
19,528 19,528 00000000766c06fa67a4d29aa3e1a3e36e8b8fde9e50060ded125a02df42d84e 0.00 MB 1 0
19,527 19,527 000000008237a302054e93a40f14dfb78ece3f3ffe75f80f81acc1f6947b464b 0.00 MB 1 0
19,526 19,526 000000006bec53a102ca546133be40af45fcd60aa178515d3a8ba0ab98539f4e 0.00 MB 1 0
19,525 19,525 00000000323f474232411d6f0297eefb8c4b14a95f21b1adc817f50a9e8623ae 0.00 MB 1 0
19,524 19,524 000000003092162134db837adec29986e569175fd423cff516a3bd32ff65dbe8 0.00 MB 1 0
19,523 19,523 0000000065c94e06bca64101c0b810dddee7ea6c9751dfefa7d5930c405e9da4 0.00 MB 1 0
19,522 19,522 00000000343f4147e7d212a0fd6aec52c61145a44b289280b7713af8ee7600f9 0.00 MB 1 0
19,521 19,521 0000000080bb6973bc3ebb8c54fb7dfd4996c2611307d5a1a1a62fe1b91978e2 0.00 MB 1 0
19,520 19,520 00000000c8d7d06440eeb6cee58c72e22ec16f63d825a76d8b021e54d801a73c 0.00 MB 1 0
19,519 19,519 0000000065c9c77e302fc0e005fef50945277e54927bd84626a0deb3bd062a4a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.13 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,167.17 GB sent, 113.95 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.