Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,622 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,564 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,563 (892,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
17,602 17,602 00000000d7a6c3b893e104be23418714debfa173c3ad5a49ffc5fdb2fc9b920a 0.00 MB 1 0
17,601 17,601 00000000e1ab4145bea5cd180d47c411c1e5f5aabd5e0ff41ec9f73d9d6e3c00 0.00 MB 1 0
17,600 17,600 00000000e7f78d6ad948e18c6df1e7673b88021f01bfd1a848a7f8cd9df15e91 0.00 MB 1 0
17,599 17,599 00000000e643421245b2581ac674592efe09a6f347345ba38d47f3157f32fe35 0.00 MB 1 0
17,598 17,598 00000000ffdd1b6aa100d4abc38ed5618b900df7184e2f9a39d739f515d2375f 0.00 MB 1 0
17,597 17,597 00000000333e117d4cae256357c964a7858a61241c911199f3194abb5c6381c2 0.00 MB 1 0
17,596 17,596 00000000e09d3bd34f20e5ddaf394ddea02d64ec27d813cc7c8d19804b854268 0.00 MB 1 0
17,595 17,595 00000000e9bd13fa9f9cd5795532303d4a2048b95936afa9f98a02a7d3a6cbc8 0.00 MB 1 0
17,594 17,594 00000000e6656f25020464df0c18021fab14bb4dd841f2fbf7cbc78163298447 0.00 MB 1 0
17,593 17,593 00000000ee9f6c8863262b4a943d175057161c1cc26d15c2fcf3cd5107cee49d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.69 GB sent, 120.65 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.