Memory Pool Memory Pool Refreshing

4,344 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,043 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (884,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,280 24,280 000000005a788b76c159e6838a8475de171b19161d11a47cdc94eae25346f75a 0.00 MB 1 0
24,279 24,279 000000009167ecdf4d3b34235af80ffdfc3933849057aee609d50a35e217d147 0.00 MB 1 0
24,278 24,278 00000000b9de14989adb146a30ce9df179e2b1414554a0d9f7667a9671804a1f 0.00 MB 1 0
24,277 24,277 000000007b0987dc8d1409888b0088e35077c3ebc73e79a5cf6c8fc91450dc98 0.00 MB 1 0
24,276 24,276 00000000aae448552b6157c10ff5b3272edb606ed9a40e191d5bef1ec02c93ba 0.00 MB 1 0
24,275 24,275 000000006345d007fb2adc86d07c30a52b0bd7d5ea17a00d735e65662ee2ee60 0.00 MB 1 0
24,274 24,274 0000000050f7cef4c089aa6e6278a709ea6f2121e24cc5dcc8ab29c4a8dd1495 0.00 MB 1 0
24,273 24,273 0000000017a34da1239f5aa06322cdc348865b1a0f29325fcec3e6e78f159a10 0.00 MB 1 0
24,272 24,272 00000000f49ac2a86cae401971e8009124ebbc5d1c42a5e3cf11cb123b04620c 0.00 MB 1 0
24,271 24,271 00000000526bbfd3187b528f7ccdedf79e7cac2d325b6f0a9d2fdb6e89d39664 0.00 MB 1 0
24,270 24,270 00000000674937d193fbbdf0cd2f78774c3fcf86355d0631eeab86fda943ed35 0.00 MB 1 0
24,269 24,269 00000000be8a49eaa42c3588e105e0e933490c4120fa60e5304d46524fda3674 0.00 MB 1 0
24,268 24,268 000000004e4ab7d88ecb6b37eb69e9e7c30f97731d53abb6c1ba1cd7d2aa7b33 0.00 MB 1 0
24,267 24,267 00000000b469fb02a238137e6143a3fd62a25ddc6bf3938e46c0503c37b5bbdb 0.00 MB 1 0
24,266 24,266 00000000240c84e04624487b7949fe8c27e2fc2f09f09071c9ddf132bd687da7 0.00 MB 1 0
24,265 24,265 00000000d0f1dcdac2f209fd25611d48657a977289b599459e11f5ddfbb2f149 0.00 MB 1 0
24,264 24,264 000000001dc991723c847703ee98ab0210ba7f5874dc573fbc8c09e718c75195 0.00 MB 1 0
24,263 24,263 000000004b5bd3d664d9458b56abc6ab2cfd041eb41c5fa5a140c93cce50fb90 0.00 MB 1 0
24,262 24,262 00000000feeeb61cd1e6ca38805a31539eaeeae253fcfdc013842b406119e85e 0.00 MB 1 0
24,261 24,261 000000008c8a00b1aa819367ddeaef33a77a6e3706c05231a341510c85e1e30f 0.00 MB 1 0
24,260 24,260 00000000d0f335842b780c9f36bf1ea154f5c70b1aee9fb08fc38f5d669b6dbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.04 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.