Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,835 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,558 000000000000000000022cb30000000000000000000000000000000000000000 0.83 vMB 2,809 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (826,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,589 82,589 00000000000f4da27236d1c4e1430252048399c5ab8af7137ad587c5e1175a23 0.00 MB 1 0
82,588 82,588 00000000000e4ec37ebd860582b14a13be6de47050e911159c4cf1e96088a07e 0.00 MB 1 0
82,587 82,587 0000000000465b0a5628cef9f4c41a55d9aee85f27c0ca260b56072cf66196cf 0.00 MB 1 0
82,586 82,586 00000000003e40ae36a8d1ba51de8df84537917f5c0f4587aa9151ec0208daaf 0.00 MB 3 0
82,585 82,585 000000000042672981bb17a713a64933f6bfcbc9e158ead8eaac022dd5736361 0.00 MB 1 0
82,584 82,584 0000000000078b68f1c95cb3fa441ccf8c3c3a7c2ee4d89b60ae66f23008a728 0.00 MB 1 0
82,583 82,583 000000000034fba781fdf50b7d53486c84b5ba7cee7afde49a5767682f3d6820 0.00 MB 2 0
82,582 82,582 0000000000302c7e738e785d469755625ed4ff3d2cfcbdebd124ce526b8b7229 0.00 MB 8 0
82,581 82,581 00000000003733e310a4a1b739ead87b342285683dbfa2b5a47084ac9ac8390d 0.00 MB 1 0
82,580 82,580 00000000000541209c699a850ea6e4563c074f6a46e1b50f865af428d647b63a 0.00 MB 1 0
82,579 82,579 00000000000269640427a3571c0b2538306f33ebcf11f87f6d51bbedb4a69a98 0.00 MB 2 0
82,578 82,578 00000000000bedcaf790ceeb144eef63831eb974799e8d4bf6db34e4833c35df 0.00 MB 2 0
82,577 82,577 000000000012640ed8303dc280d2cbca01a802c3f7f3f770b07cd3e209a0ad7e 0.00 MB 2 0
82,576 82,576 000000000022f386d93d804a4b36902d8081c511d1654840d895b350544acbbb 0.01 MB 3 0
82,575 82,575 0000000000472c93dd67acc277b6bd29754a50e009b0e32ec7035bfa03b17b44 0.00 MB 2 3,875
82,574 82,574 00000000003570b2ce009c2e6a59d6a8fedd8addaa284742df67e81262b70b21 0.00 MB 6 795
82,573 82,573 0000000000097225a101c3b8e07f13f66423ed1f39ad14837c29ce98bdb3a064 0.00 MB 1 0
82,572 82,572 000000000006b21fcc4b8b045390eb93a9665569b837506035d64e239da6e0ce 0.00 MB 3 0
82,571 82,571 00000000003d9982709414a573eb3eceebbad84aaf530fb012cfa0516eaf570d 0.00 MB 1 0
82,570 82,570 00000000001f49a6b323d94ca1fb2c88c424c81e43915b31c20d051c4ad1a1cf 0.00 MB 1 0
82,569 82,569 00000000003ede5be5aca96ee02557893ea5ba80060de9fb50e640b88c6baaf2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.03 GB sent, 111.16 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.