Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (34,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,513 873,513 0000000000000000000208100e3e5c0b7c1bdde6a357fc7e3978d7754e1c97b6 1.57 MB 3,853 11
873,512 873,512 0000000000000000000054f3f22a8342990b63914f6fa7040a7ef8408b9d7f03 1.52 MB 3,802 13
873,511 873,511 000000000000000000028d9185c244d5740d7dab40b693c1d55172bcf73505d7 1.68 MB 4,159 12
873,510 873,510 00000000000000000001aa5faa88cd566b79917dbc611897a198e274696bedf8 1.56 MB 3,671 20
873,509 873,509 00000000000000000000082e91a01b3be2f7c2ac007c51653604075ba599302b 1.56 MB 4,259 11
873,508 873,508 0000000000000000000181ad9a02086556ee3b6f25bae50030066c2b6db39ada 1.52 MB 3,918 16
873,507 873,507 0000000000000000000119e1ed9c45fd034d8a1d05abc7ce55a7a67987e7369e 1.37 MB 2,230 10
873,506 873,506 00000000000000000000d297c84c4c8ac4a4631b671a2c453ae19d791b04c381 1.31 MB 2,121 10
873,505 873,505 000000000000000000022dc4ee9883d6f0193ced5666dce2bc9eb60acfcbcb22 1.37 MB 2,114 10
873,504 873,504 0000000000000000000045644efbdbfe61b74b97a1041a701b09e49d0389a4c5 1.21 MB 993 7
873,503 873,503 000000000000000000006a373022d4f92e6972418106dc67058c6c32d7c19030 1.23 MB 1,009 9
873,502 873,502 000000000000000000022acff4cc59c7bbb9f7d5f1ebe0e6ba35374d48289575 1.42 MB 2,931 11
873,501 873,501 00000000000000000001327ccf3dc36511d358ee2728b37a22a8fa017a2af524 1.50 MB 2,901 9
873,500 873,500 00000000000000000002342c762c752d47e35bcd2ae3cef3ef4a2ce79ccb24e3 1.65 MB 3,138 6
873,499 873,499 00000000000000000000485a968649e7adef5c265cd1eb94c938a339ad3f0f38 2.08 MB 390 3
873,498 873,498 000000000000000000005cea9a2e5c035f4b384a6ea86556bf145417b531e843 2.15 MB 1,133 4
873,497 873,497 000000000000000000006203a8b488ecc756d1030d326afa92d0f6a6e153996b 1.70 MB 3,254 3
873,496 873,496 000000000000000000024d1ff53d373400959532f04660358ff3278c349cf004 1.90 MB 2,801 4
873,495 873,495 00000000000000000000b94578a10bb1bd01c025fa5e77032fd9ec5f5ffd792c 1.54 MB 3,410 4
873,494 873,494 000000000000000000001e808fe76fb25204fcdcaa236d6777ca8a4e29839cf3 1.33 MB 1,445 5
873,493 873,493 00000000000000000000087965c295e3c211c78874b1c4461ef3eda6e44a4ded 1.19 MB 1,329 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.