Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,417 transactions (4.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,553 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (828,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,821 80,821 00000000000bf13a506089090ab3f7cdad9c750fd52c476b5eaf277f56ea4550 0.00 MB 4 0
80,820 80,820 0000000000257c0198f27b8b3beabe613b04f9c96c3a79d6a41e651ca919be81 0.00 MB 5 0
80,819 80,819 0000000000149dfbf00ff62d8ef4b3e85374ef7dc3926fa52de5a094009e7b89 0.00 MB 1 0
80,818 80,818 000000000038de3411719d968b6158dc0b119e7d57461e2f8d8b6a36f1e8ade0 0.00 MB 2 0
80,817 80,817 000000000011e4c8dcb4eb8b16ed743a308fdae91186305a96eb48634bd477d4 0.00 MB 1 0
80,816 80,816 00000000003050d31ebc1566644e61dccbc72ab64b3cd2198fdafef9973029af 0.00 MB 1 0
80,815 80,815 0000000000197930045944f963555002adc9058ceddcf2b0fbb944b4d9540ac7 0.00 MB 1 0
80,814 80,814 00000000003dc5678daf9683f574a9d79b0a20aae2b09b7d5c8e86b74d3c211d 0.00 MB 4 0
80,813 80,813 00000000003807eb30b99c4681ae2db25e71fbd2d8623ea981c0d596c62acbf0 0.00 MB 2 0
80,812 80,812 000000000045b3456e9c37ac0cb352790dea29439ac5ab33d62e100afdf8c40d 0.00 MB 4 0
80,811 80,811 00000000000bc91c3f1e73c217debf43c56cf15226dbc9abf5df34fb6e90b56a 0.00 MB 2 0
80,810 80,810 00000000002022e975ddee5d1c3f21e87c086be0858db578c344e68948eeaa84 0.00 MB 1 0
80,809 80,809 00000000003a81e62981bbd4f446cd026499a43765c58b3dc67333fd94f4fb9c 0.00 MB 1 0
80,808 80,808 00000000000d5d3af0c11fbad59ca86de0378b58eb144c019e2447fd131f496e 0.00 MB 7 0
80,807 80,807 00000000003cd8f03eb9feea10c54c9cc9490088e532bae455332881c8082309 0.00 MB 5 0
80,806 80,806 0000000000378c05338cd6efd84ee818c0252fec7ef872158d2086b35a7863b9 0.00 MB 1 0
80,805 80,805 000000000042f1196db51708ad477a0518b479aedb22b52b506f6ea1a731246d 0.00 MB 1 0
80,804 80,804 00000000003a7ce89f70e76637cee880b9b3d5150caa8b10f0e96940aed2feb3 0.00 MB 1 0
80,803 80,803 0000000000328353eca2f424b993acecdafba2c6d16815c0b9c0d7670081c44e 0.00 MB 1 0
80,802 80,802 00000000001997ccfc472688de542c959930d7329c7ee4629cc5e07ae5697a69 0.00 MB 1 0
80,801 80,801 00000000000d5690caf4cb8303b4ac8f117e82c170e9e5424c4f263298b1736a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.59 GB

Node Information

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