Memory Pool Memory Pool Refreshing

1,278 transactions
22.87 vMB
Show Random Selection Loading Transactions
Max Size: 92/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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (847,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,472 60,472 0000000002bb1e464663ce0024b12a6eb1118bd8b025b4b63f9996fa27c4db74 0.00 MB 1 0
60,471 60,471 000000000a6c2dd7043997d1420923d7413de98e509c508a435f473ea580a55f 0.00 MB 1 0
60,470 60,470 000000000444df46ecddb968b44595d60e386324fe61c0ca97bc8111e7ed9572 0.00 MB 2 0
60,469 60,469 0000000009e9addceff9f34841158cc873c7236290767bf645e6ed1efa5e4eb0 0.00 MB 3 0
60,468 60,468 0000000005d539f20e6366dfefd4921dd7230ff322daf85af16990cd2663d462 0.00 MB 1 0
60,467 60,467 0000000008fe7410f9b06655a4240a46cb446dd01f2590818403e08584cf82a7 0.00 MB 1 0
60,466 60,466 00000000069204d9de7c069b9c0d9b3cbef51133abc6225925f1358512baf404 0.00 MB 1 0
60,465 60,465 00000000083e49839cbb07f3784cf08e9121d86e44b135801cc2f05e335d4ea9 0.00 MB 1 0
60,464 60,464 000000000aeade097dbd3ebc19d315d43395c891d36a07d5a7630473104bc7ec 0.00 MB 1 0
60,463 60,463 00000000030fcec6e3c99cf4721d1ce05ba6df8bc6de405bc188059b8783a45c 0.00 MB 2 0
60,462 60,462 0000000008eba4a89aab81493a7a51b1e13b5c03129b58c06db54277d993e73b 0.00 MB 4 0
60,461 60,461 0000000003dddcfc629b516afb5da74d11262190295dbb8417513c4d168ed809 0.00 MB 1 0
60,460 60,460 000000000a6fc3e023159f990a0d36044af3478e5b913c52c5386574ace11c12 0.00 MB 1 0
60,459 60,459 00000000063b55525935a8ed56ad43be76aa36dab0013a24483553a44117cf23 0.00 MB 5 0
60,458 60,458 00000000024289490fa312785e26a2368dd1f6b3fec9c97ea1fc1edff12daf7e 0.00 MB 1 0
60,457 60,457 000000000bdd4e9f173659eaf0cf25fb49e2b4f249cd859cad49302a9273dc8f 0.00 MB 1 0
60,456 60,456 0000000005f003b9075730db97d494a4e4634001067e8978cba65b687abf68fa 0.00 MB 1 0
60,455 60,455 0000000001dce6a8e115db4970fc44d40b7017113ce816b979ead117efdba590 0.00 MB 1 0
60,454 60,454 0000000004a2334a4d787b49eaaa6c6cdcaf953d88db51bf4c09bd69aaf6f62e 0.00 MB 2 0
60,453 60,453 0000000008e9e34a9b8bc1277decd718c2fb520c7ceb0ba8d2e4ed82202f80ff 0.00 MB 4 0
60,452 60,452 000000000aa5dba6384ca34a3cee31df4ba22cb7b4b6facfd169b20c64aab225 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.27 GB sent, 98.60 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.