Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,645 transactions (1.87 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,372 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,254 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,371 (843,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,459 65,459 000000000756e5da2ca787a1aad165a6348ceeb18e5f5c99f082657007dc9b70 0.00 MB 1 0
65,458 65,458 0000000002132712125e9f5bf39b835ce7cca2ac8495f7b418e08fa9a2bff79b 0.00 MB 1 0
65,457 65,457 0000000006f062eb45bd5e3f0595448b682a7434039fec023415e293474b6d71 0.00 MB 5 0
65,456 65,456 000000000875d6f96845148fe97152e0fe7c4883751b4d65966ba7e640a018fe 0.00 MB 1 0
65,455 65,455 00000000002df471e1933c4fbe9dcfc8f949b94e4b7106f3549a743ba6d1d0f9 0.00 MB 1 0
65,454 65,454 0000000006dc17776e45423d28a7056032ea4583dffebf62a727676b9e88797b 0.00 MB 4 0
65,453 65,453 0000000001b068cd618de742bf42e1654dc50db70b017da2f061bdd49803032a 0.00 MB 1 0
65,452 65,452 0000000005193b7fbebfbe5ea882cf5468e008171e94953089f6f04c9a0acf7e 0.00 MB 1 0
65,451 65,451 000000000a9efe743c414bb96bf70d31eb08060161c336b66c28154fbf549f9e 0.00 MB 2 0
65,450 65,450 00000000047fdb923123c45b8ae13762a8ed85cd15d06bc984a62542f014526d 0.00 MB 2 0
65,449 65,449 0000000002dcebdc2818952fc544f2f4c145c981b0a08dc50636f2283bb51852 0.00 MB 2 0
65,448 65,448 000000000595cb4ccce152e7f7f8ef09a6e1bea7a429d328e83d1fb515dc8590 0.00 MB 2 0
65,447 65,447 000000000311f12a2b067e2c995a8f2b6d6f20ce3ed495d4f9a3d40b3930788f 0.00 MB 1 0
65,446 65,446 000000000010e876a75e830ebb68b27f41b219f816e1b645deb2c2fa7b8adcca 0.00 MB 1 0
65,445 65,445 0000000003e1875442031ec0e9ba51b371419a5279d82543e08c798bee2b1735 0.00 MB 1 0
65,444 65,444 00000000005de6e57f0c26af1c11d17c911bb352ce9a037c2804cf66f56bcf8d 0.00 MB 1 0
65,443 65,443 00000000050fd3d115ccfdd9e85c63ecaa88ef6ab6032ee341e5384e13b7b6ae 0.00 MB 1 0
65,442 65,442 0000000007f72d07812083facda2a6d57353140c5a9b02ee51385603fe3ff9b5 0.00 MB 2 0
65,441 65,441 0000000003f5b66f4724578c709142f5d5d273ab45c49993de9d345c02bc7cd1 0.00 MB 1 0
65,440 65,440 00000000047568bf5b6a028c56169e8030aac8251e7b08d970c57a7f360b6459 0.00 MB 1 0
65,439 65,439 000000000723c4d5a6a9d4d8b21b48c7611ab65d1ecd4e8a1d2b4e1cd887f141 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.23 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,069.18 GB sent, 109.30 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.