Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,640 transactions (1.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,044 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,043 (854,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,546 57,546 0000000011a042fefefd90d3a4da5e4355096915784eea902ba742f2aa725cc9 0.00 MB 1 0
57,545 57,545 000000000b087703a6f32fd9521b035dc218c4c44ffeeb0c1c99716b0f4bf2ba 0.00 MB 4 0
57,544 57,544 0000000008a390698f689201bfb682d070ae1d9f9458ecc2de37542b1547e0f9 0.00 MB 2 0
57,543 57,543 00000000133ccaf45c8a30a02fa98e0861c043791a4a2f77e92ff313079efab0 0.00 MB 1 0
57,542 57,542 000000001150685fd2a80503ea0e5e85c2bfc2ed2d78402761f97477c08ddf8c 0.00 MB 1 0
57,541 57,541 000000000b6441ed9765dae938664114c23d4f0f0cdde9363b552a9a5f0a9a2f 0.00 MB 1 0
57,540 57,540 00000000071b75b40121277d8e111a9a35efeb7c422319fb9356f81b454d4d56 0.00 MB 1 0
57,539 57,539 000000000f2d7da8ce8ea9cb17f5880e4651ed9eb0bbb3d2fd47e9fe8b6a9f86 0.00 MB 1 0
57,538 57,538 000000000aad4824b23d1793d95e8a843bbebfcc4466502d753e2e80f45ec905 0.00 MB 1 0
57,537 57,537 000000001147d4def66b0037ae7fa4addf86045014aadf85e9406cf3aaa95d33 0.00 MB 1 0
57,536 57,536 000000000f8020b79822e0fafa71f3e882233102c851634d1da6b41c66b8b5f8 0.00 MB 1 0
57,535 57,535 0000000004404c48451dbd0d0391c2df3138ef6e070043ca2c67961094775634 0.00 MB 1 0
57,534 57,534 0000000009129cc1d69be2e2d26953d775ceb9ed3f70d7b8732aab852caa1f89 0.00 MB 1 0
57,533 57,533 00000000027f9369630f867bcc1dfdc9c2b98936c5686aee0a21414ff3d4132c 0.00 MB 1 0
57,532 57,532 000000001137b4f5732973d03643c758ea0108a0b7dbd98314f3f49c85aeab31 0.00 MB 1 0
57,531 57,531 000000000f6a2bd77a751066654ac3bb7ad3b6899ab91866e8d3ad7998113e99 0.00 MB 1 0
57,530 57,530 00000000133b28f9ef7f638ebfd3ec415ef376a5dc5121478a9313057296cc0b 0.00 MB 1 0
57,529 57,529 000000000f0971bfb635b42e0fe2842ddcb4e0a58e87e29e1322181b1f77e56f 0.00 MB 1 0
57,528 57,528 0000000001f381b18f24ecc2904e5183ffc78715d077252cade4d0fb3aa5cd51 0.00 MB 1 0
57,527 57,527 000000000a4ac4466f1e67a29fdb09e70e6e2e4c201286cfa803b0b908dc2481 0.00 MB 1 0
57,526 57,526 0000000007066fe5a8adeae64fcbbbda84548f02fcfdbd30d3a9b5bb99f51f8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.17 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,521.25 GB sent, 134.26 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.