Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,862 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,501 000000000000000000022cb30000000000000000000000000000000000000000 0.70 vMB 1,854 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,500 (820,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,464 89,464 0000000000073046db8ab230f189ca2c10241fae0cc4acff809c158710be5cde 0.00 MB 4 0
89,463 89,463 00000000000d4bae343378da415d5f0b33598563865f291fe603606f1bf20680 0.00 MB 1 0
89,462 89,462 000000000010f2532324143fe7789f086dab5f877e63a6a84b55b67bb01d7719 0.00 MB 1 0
89,461 89,461 0000000000105bd70352720286d645077109ac9ee5db1659404b046e2583cbae 0.00 MB 1 0
89,460 89,460 0000000000100e167a2ab0ee6cc7eb2323b157f7f3c6822869acb715807abbdf 0.00 MB 1 0
89,459 89,459 00000000000df481902f769624a0be64d3eab4e71bd0ecd5c613914376bd5555 0.00 MB 1 0
89,458 89,458 0000000000124f5b1a4600a989e242b9a85462629f6fc9dc3879d141dfb88ce2 0.00 MB 1 0
89,457 89,457 0000000000021a664e0cb3b4a0c06bd361660072407c323b8205159f2cf9157c 0.00 MB 2 0
89,456 89,456 00000000000cc7f2f07bf6110e1193884a230f50f205d2b17053960ccc22588f 0.00 MB 1 0
89,455 89,455 000000000013c9989515a274a769c999231d4951b55980a6a1af5a4d334c9f07 0.00 MB 1 0
89,454 89,454 00000000000de5258efe63311bfb65c92edb4c07fb35b21e83cf31e7eee95447 0.00 MB 1 0
89,453 89,453 00000000000f32704e19cdff11116a21a08d38cd8cbc08bfe10f17539b5257f0 0.00 MB 2 0
89,452 89,452 000000000007229a4b4cb1ab519feb21095775c43c25de8c13421214e83fdcd4 0.00 MB 1 0
89,451 89,451 000000000003c6701da5d8b8fcb72c4a685f4ea57546d77cb7e5725d751c7c94 0.00 MB 1 0
89,450 89,450 00000000000590e1708ff8b9dfd77c223680f0df5885ff16e65bfb3330fd2e08 0.00 MB 2 0
89,449 89,449 000000000008d4199bf14985f7742cdfc6c6277b788c7af0d072b023052dd51c 0.00 MB 3 0
89,448 89,448 0000000000077c91caf1f55694bf6ec268da0462d06c6f22d10d0db750108344 0.00 MB 2 0
89,447 89,447 000000000009e8773e23318c7f134dc30b5a17155a54f30d5c102470e6c6bfa4 0.00 MB 1 0
89,446 89,446 00000000000224008c5be45b736d35e759d6c1c827c3ded1ea1fdcdeb4b2e7ac 0.00 MB 1 0
89,445 89,445 00000000001021810ec8eb61a1593df264012585811f384ed6699a766d4e9ec1 0.00 MB 1 0
89,444 89,444 0000000000086f97c6481f4ca0268f8ccd728f2a8c1b86c3aae8a5521a554e98 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.47 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,082.01 GB sent, 110.60 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.