Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

647 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 631 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (892,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,623 17,623 000000000bb65c68276604b8f8fca1dd8bb461c51cc8ef5e2c7469af7327e653 0.00 MB 1 0
17,622 17,622 000000006308c02a8dee20171d79daa12276cddd729ba43e64f08c2b7e484653 0.00 MB 1 0
17,621 17,621 000000002d1780d127b904e802ce710a9124e95d98151f584565cf19f5e67498 0.00 MB 1 0
17,620 17,620 00000000fb853bef274ab659593c10d0fda6156d2043723ed377c1ad9f7258bc 0.00 MB 1 0
17,619 17,619 000000005fd7c30698af74d5a4c8985b2a68a3f358ddb72bc6cb141777d11f1e 0.00 MB 1 0
17,618 17,618 00000000d353285a7dc66b337cb0ac2ec5e761a0b5c01d8dab5eb09c4d79a713 0.00 MB 1 0
17,617 17,617 00000000334476b933342dce3d1709c3bda3dda9b719cd972b123a022b18feac 0.00 MB 1 0
17,616 17,616 000000005465d615ba83e954d0c5a66812af026c31d1cb5c6665c8c7cce70859 0.00 MB 1 0
17,615 17,615 0000000068951a6057a1bebf08a42eeda40d6e638e58c5a43b2ae0e008fb0bd1 0.00 MB 1 0
17,614 17,614 00000000b13080285292c0434ce5835df122ef17bd4e023bd93dbdfbe6f1ef24 0.00 MB 1 0
17,613 17,613 000000007571086f8821e0bd172940508984515406e8b7dc8c19a4d6f0a55924 0.00 MB 1 0
17,612 17,612 000000009a57b9e54d056b3597b28ccfead01761528a8227e4a8b732496c7f9b 0.00 MB 1 0
17,611 17,611 000000004950bfd7c4ad34c121866febb86b2d38c7b788577604a561a6844f51 0.00 MB 1 0
17,610 17,610 00000000269be2ec0be3d0b6d5fbc82fb6f050a44004dc0d2ca7474e5cfcc10a 0.00 MB 1 0
17,609 17,609 00000000b9cfcda9f911c5608283e91b443cf783e4740d1da0b4c77d8b9d0e05 0.00 MB 1 0
17,608 17,608 00000000222c3330d4e830fc1517527489c9a5f5394b6e5b25ebdbf320718984 0.00 MB 1 0
17,607 17,607 00000000880dced15fef20088a2f2721ccd3da97c926d43bc8e84f6b1532a62b 0.00 MB 1 0
17,606 17,606 000000000d88f8450877f93d3bf187b5617a08467c1d8a2d75965dad17b01764 0.00 MB 1 0
17,605 17,605 0000000058a64bf823c51099c71c79a82645b32dee4aaca84357286fc2037796 0.00 MB 1 0
17,604 17,604 00000000073046fd3a6bca5f22e63d51efedb1cf2a8e3f9dc09f0a1d7ba3ce2a 0.00 MB 1 0
17,603 17,603 00000000cec2a329f3526b7ecd42a4f189e8bec9a5adc2d035ed03aff6aeebc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.40 GB sent, 120.19 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.