Memory Pool Memory Pool Refreshing

9,633 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,074 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (759,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,539 148,539 000000000000073a1e73e7f4a72aabb8d109a1836fe1283f4b40c7ed5bd72815 0.03 MB 101 57
148,538 148,538 00000000000001b21e381f3cd66d040df8da09f6d529efdb8d7cabd32a69d27a 0.01 MB 12 173
148,537 148,537 0000000000000331471302777888417a00e72f29c101ca1df14dce8f33cfe446 0.00 MB 10 72
148,536 148,536 000000000000011ebeb8689135c23c9ebd81537017675c3d6257a2c7bad8293e 0.01 MB 24 116
148,535 148,535 00000000000004785bed4a9e8cfedcc2ec84a0f8ad6ea78b722bad1f953c4586 0.00 MB 15 72
148,534 148,534 000000000000035f3963863624896a29c6686783a2ce86f0cd2b38afc352c7c9 0.01 MB 15 50
148,533 148,533 0000000000000759be3c6c9471fcf1e84df2cb30bcf792a3637c3777a2025687 0.01 MB 8 46
148,532 148,532 000000000000033513373f080e05da3dfd804321b79f038a5004a55b4f9d2e98 0.01 MB 20 312
148,531 148,531 00000000000002a7d837cf0490e1bbef728707f1b9e42c89ce8c9f4b621ef30f 0.04 MB 112 84
148,530 148,530 00000000000003bdf0a7cf13822537492adcf6a30ba4d209a22f6ee68e70fa32 0.01 MB 32 74
148,529 148,529 00000000000009240c8164de64fe9cf6a48497b140a1a209b8f667fbdc4ece14 0.01 MB 48 364
148,528 148,528 000000000000040254076f46e70a8a9b569050908000f8e4137437351865f19c 0.04 MB 133 0
148,527 148,527 00000000000001ccfb2094019b6e7bba4b5c783c22a52fdf1021634ff101a62b 0.04 MB 108 145
148,526 148,526 00000000000007ee0bed574b2b25a7c56b4f5bb5854324248c1e0aafbc2438af 0.00 MB 10 703
148,525 148,525 0000000000000502d466ab1701c5bc919684ad2c3c96e8d43c29c006b231db49 0.02 MB 25 165
148,524 148,524 00000000000006ab31d823354118c3a2adf05cd5d927281e4786db3ca4e44a49 0.03 MB 54 198
148,523 148,523 000000000000064ae06fb6d5df7b985c02d992c1912ab1c7691587a39f1e557b 0.00 MB 13 48
148,522 148,522 00000000000007f0de4cf9bb4d64949420a93eaac65b5c3c8ccd819da5f4c57f 0.03 MB 70 144
148,521 148,521 0000000000000709da4e3bc3e5ece42b6411bac689976df6a6b44b2dd6f258f1 0.03 MB 19 104
148,520 148,520 000000000000036e2c1b90fa2f7b4e803e4c1478cc3c690d2768e50edf56dfea 0.00 MB 6 38
148,519 148,519 00000000000006cd65e31b01a4485770b3f02728faf5cba15e9e66996eb41bfb 0.01 MB 24 96
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.63 GB sent, 93.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.