Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,115 transactions (0.30 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,618 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 1,115 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,617 (893,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
17,592 17,592 000000002664d0aee20137709a8582649e4507ce44a254e1849bd0e9b4897c5e 0.00 MB 1 0
17,591 17,591 000000001c2a511aaea64373726ad17dcc54649c2bcbc71b04ac8780f4f09e7b 0.00 MB 1 0
17,590 17,590 00000000fe9a30d701e8e3e70ed2c7344f9f18589c1245fb5d04c5b0bf27e5fc 0.00 MB 1 0
17,589 17,589 00000000a8f8018e7ccb500494b3054ae0b40d6971a0e2613bf60b847c99fa18 0.00 MB 1 0
17,588 17,588 00000000a13facce30aa10c79c505119aaf937448e07ed1a0406176561f9f1cf 0.00 MB 1 0
17,587 17,587 000000002f2b025a8484dafd2354ce9186bbb7e1dfc98dfddbc7c4959b729851 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.52 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,258.14 GB sent, 121.11 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.