Memory Pool Memory Pool Refreshing

5,672 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (380,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,475 527,475 0000000000000000000708c9a6ffd3fa68aea4cb94164e6a43ab0ed87177ec1d 0.77 MB 1,608 30
527,474 527,474 000000000000000000273bf700ea83d4e8540def6c169ffd5dd8016c8d5a1508 0.12 MB 316 29
527,473 527,473 0000000000000000002c431f1276c453c909ede68f3a1a33e6a7090106815c8a 0.72 MB 1,424 11
527,472 527,472 0000000000000000001530263a931c930ca7d008cf4087cc429a3b96b085bc67 1.20 MB 2,691 35
527,471 527,471 00000000000000000037e634734805d4a48f7d50125ecc55a2f137e2722a32f3 0.15 MB 360 24
527,470 527,470 0000000000000000000c8988530f30db3ea021a9268f260431056a83886d3eb4 0.15 MB 420 24
527,469 527,469 0000000000000000000509af6d4484301f10f5c4eb33a779d7014eabbc0f08e9 1.08 MB 1,873 22
527,468 527,468 0000000000000000000a3cd2d118f20b6df69a74d323caaf99480d9dabe3d0d5 1.20 MB 2,590 28
527,467 527,467 0000000000000000002e45a89ee8cddd6db7f127a4e3e20a9d44b2645aae6c50 0.38 MB 853 27
527,466 527,466 00000000000000000017587d82454d9443849629ef2046b7f074e451c5f26aaf 0.07 MB 209 24
527,465 527,465 00000000000000000012f6c8ac1814aabcf0e23d281feeb592f0d08d7817bf36 0.51 MB 1,144 26
527,464 527,464 000000000000000000362a02f18d0e4e661d384c376997df017867cc6cbdc4bb 0.11 MB 203 43
527,463 527,463 00000000000000000027818cffb10df6537300c647fe8217abe7ebd265be449b 0.23 MB 443 46
527,462 527,462 0000000000000000002af4114c7ece9bf1e69951d69ab6bc17ce582ebff1b033 0.55 MB 1,088 26
527,461 527,461 0000000000000000000a1fd6db09e5e6c7c601986124c16296f48e2b3089cbe4 0.30 MB 707 21
527,460 527,460 0000000000000000001f04e04667c33ec2aa5c34a7cca2befc6896f9ef49888e 0.48 MB 1,122 23
527,459 527,459 0000000000000000002939bd2e7555c440d5e66776a9b3d2f78fad566758b1a2 0.77 MB 1,555 24
527,458 527,458 0000000000000000001966116b4b7f9f4c57da38de9731bee83b039901dc2273 0.32 MB 581 13
527,457 527,457 000000000000000000370f321e7b842f3a3f0049e547266a35531f29a470732c 0.24 MB 550 42
527,456 527,456 000000000000000000101a1cf736f37da4ad1478cb3d8d704e3ca0ee691d850c 0.39 MB 549 30
527,455 527,455 000000000000000000110b414ca4df8117b6ab29ca2eafe7ef720f5b4bdcb877 0.13 MB 300 27
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.