Memory Pool Memory Pool Refreshing

4,022 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (887,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,728 20,728 0000000041618ffdd7f9aca85f931e3351245053a1ea4cac80325533f3e25ae4 0.00 MB 1 0
20,727 20,727 000000007fc1a4a159b1faa3a3b633bf79327427e824be41715f85340acc9f91 0.00 MB 1 0
20,726 20,726 0000000035e2f0f2206c3baba48858ef019511f9d9ac10c6ac06d99b57e1ee05 0.00 MB 1 0
20,725 20,725 00000000ffb805b552395141aec921db3877bb1220651f0f7a265e2754629562 0.00 MB 1 0
20,724 20,724 00000000c7a0b16fa81f9e0f8087c2cfdd1991cf2e205928cf6aed4ff140f413 0.00 MB 1 0
20,723 20,723 00000000e8833049cf335c57e7b434f05aadec9cebdb8e79c3cfa1d56ad7c451 0.00 MB 1 0
20,722 20,722 0000000086e9d1a5c56b188d0b15c4d7f56731b90ab8d15da73b3284e6dce82e 0.00 MB 1 0
20,721 20,721 00000000e7c63a0ec0e61587c10fae273e0265658d2c7bd2690f0b592818e8e2 0.00 MB 1 0
20,720 20,720 0000000040b908db9cffec827ee6fe9bbb8c1d88711782320aca40ee8475685f 0.00 MB 1 0
20,719 20,719 000000000083006625942b0b6ce2e5a5aa90eacf45962a5fc03e401fbe874907 0.00 MB 1 0
20,718 20,718 000000009baaa99d52aa92d697c7c2746f8e9905d369936083749f245eede485 0.00 MB 1 0
20,717 20,717 0000000040579ca2d9216af5b97cefaf15c85d5f1e063d634f0ccbbbc8ba7482 0.00 MB 1 0
20,716 20,716 0000000028bf38836b7c1ded03ec8decf9a9576a9b3f5bd2e6eca61c03d05d70 0.00 MB 1 0
20,715 20,715 0000000095c8969060bf20837bae5e912bccf8e42fc392d26ea2f14f91beb619 0.00 MB 1 0
20,714 20,714 00000000a059d4fe9d3b86c4a088e8455ef570bad50ea054e6d2fb1a7582d0f5 0.00 MB 1 0
20,713 20,713 00000000ef48bb9e72229b0a64b6d7204d2a60a12140a6f8bd159c20e99e1cbb 0.00 MB 1 0
20,712 20,712 0000000018672765576f6cb8817c55671542b268b452689301910afcef87c433 0.00 MB 1 0
20,711 20,711 0000000096796bb01a0b51bb7026fd31b53db786f0d0cd2d8f96b2cb214138be 0.00 MB 1 0
20,710 20,710 00000000713d7235cfbd9b778a714896a3386bbd1f697c6bcd159348eb3e47a5 0.00 MB 1 0
20,709 20,709 0000000075e30e828f5085dabee80ae4952cb9eef4384c7c49d028bcee1be908 0.00 MB 1 0
20,708 20,708 000000002fb11c02f9f25948fc82ec4c2cab3625468387ae9b7472d99308de7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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: 1,677.57 GB sent, 96.45 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.