Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,927 transactions (1.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,350 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,349 (864,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,306 45,306 00000000214cf8b66dd1b5fb215aa78c7e1522055c713d09671d8d5bbd3a70e9 0.00 MB 1 0
45,305 45,305 00000000238d8fed6bda7ea8a6f69accc872078666900a6f1918df1e7808ec08 0.00 MB 1 0
45,304 45,304 000000000f38cfa658d7ef7fba563ed16205180b20cc4a973aa268deaeb66625 0.00 MB 1 0
45,303 45,303 000000000a77791e9b013e3562ec699c1c70720228f441338873e6c238d51f1d 0.00 MB 1 0
45,302 45,302 000000000d2a863107807e850916c6617c9244d92da310bdaa4ba5817bbe957d 0.00 MB 1 0
45,301 45,301 0000000012fa33c1fc2c465a453d51f4d1534dba903716be3d1e638ff22fa764 0.00 MB 1 0
45,300 45,300 000000001eeb29606cfda88f2e18b426373a1eac0d954ce075b3b8e8f8aa6e3a 0.00 MB 1 0
45,299 45,299 000000000f10e28000581ce4e1328a5a56237a7f4bcb83873f534ee55d229a7e 0.00 MB 1 0
45,298 45,298 0000000009eabefc8dd2312da26e4842f7fa793e40fb5510ebb810b8692cb605 0.00 MB 1 0
45,297 45,297 0000000019744c8a452ed855c80475faf0049778e8d462163709cf4fc5ec0bb6 0.00 MB 1 0
45,296 45,296 0000000035ee40606a2a132d3714edd8b73304849b2be8b98bd6fc7681ca600a 0.00 MB 1 0
45,295 45,295 000000002129829b7b514cb0473c2f747afcf120bbe7d9be341280e563ae43ec 0.00 MB 1 0
45,294 45,294 0000000035a71d4acc0a714c33b4d94c1c79bbf289b3f0f09fd26de763071ace 0.00 MB 1 0
45,293 45,293 0000000017c87be761ddf6ef5c8461b30a6cb84e9ea4eba6d783ff63858f6eff 0.00 MB 1 0
45,292 45,292 00000000316d4a585b7ba392da2af156362b8aee95124b110aa50a189fe741db 0.00 MB 1 0
45,291 45,291 0000000019212c9038d5bffb8cb8c41900751e0770819343e15a95f81253f1f2 0.00 MB 1 0
45,290 45,290 000000002aeeb6ee45861f0f0991d33954036c4e21d81fbfb4b7a6066e501eae 0.00 MB 1 0
45,289 45,289 000000000e15a5b0f85c1c602e028617c777722a384ecbdad4a538914f9383a4 0.00 MB 1 0
45,288 45,288 0000000020f00cd5ebea36bda2727ce726574d459406bfc5933aba8394b72541 0.00 MB 1 0
45,287 45,287 000000001d0b2f671d2a310aa3cfe4dafd6912b5b17858854cbea321555538a7 0.00 MB 1 0
45,286 45,286 00000000289428990a83bb6201d9086acf848b24a4e7b360577263ad64d67124 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.09 GB sent, 109.10 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.