Memory Pool Memory Pool Refreshing

364 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (651,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,336 256,336 000000000000002a5f04e04ed15bee462f34bba5cc53500a63650ab92e9af9aa 0.11 MB 273 134
256,335 256,335 000000000000002b6903cb214fdb1892e25fc69d4c8e7e6300c2de8d58d82643 0.26 MB 631 119
256,334 256,334 0000000000000006e8efc97f1e7a86757d2e029f717ff7a95e0179e6b165f378 0.08 MB 213 130
256,333 256,333 000000000000001fa15e7e0f8ab67e461d1b301b5b6ac0ede85914facc368174 0.14 MB 317 258
256,332 256,332 00000000000000081c62f78c6372ca609f62c32ee3f3f2ee6a77ad797372be6a 0.22 MB 557 114
256,331 256,331 000000000000000ac1413428c0594577dfa71e5802893820635fe61fabe73d22 0.14 MB 316 124
256,330 256,330 0000000000000007c73d264b9ebedb93dfdf92964ebea477efafd9fb37a436a6 0.03 MB 79 47
256,329 256,329 0000000000000007d38e587758386178564e1aa1e876ea94ab454c6fa88957ca 0.29 MB 734 139
256,328 256,328 000000000000000140347035a023b5891936d4c27eaf15821b0bb984a02ab003 0.05 MB 141 117
256,327 256,327 000000000000000018860edf9daa1d9ca38c1bb2d6e699a587ea02278dd1dbd7 0.05 MB 80 62
256,326 256,326 0000000000000019056610920b16333b0c631a7b6bf8100a803f783b16dbf3e4 0.09 MB 191 88
256,325 256,325 0000000000000019fd7f7fc41cb7b68d43ec098ce8887cee804e69d3ad0d878c 0.23 MB 485 75
256,324 256,324 000000000000000b97c8e7f87ac700b9b747d44019793810ddfe05ff0e126b16 0.25 MB 633 131
256,323 256,323 0000000000000008a3d637bcb382d7b6de28fa0ce97c8aad441cee5bfaf927f7 0.15 MB 368 116
256,322 256,322 0000000000000015924f8410c4e3c9f5a8caeaf53ed5cdb46ae7c45c19b1e597 0.05 MB 102 60
256,321 256,321 0000000000000027cd3dcedde6738b90f95433da65ebb8b6824402ef9888c9d8 0.22 MB 571 127
256,320 256,320 0000000000000008e989c4a7842eaeb6aacc34e76df71739a66f0d25bd326fec 0.16 MB 428 115
256,319 256,319 000000000000002f434001354ff80548bf470deead274b6bdcc7941b5dbb04ae 0.20 MB 458 106
256,318 256,318 000000000000001e7e4c0d7928ba3ca327d3dcb2b22ab1120646d426f1e2db34 0.24 MB 464 105
256,317 256,317 0000000000000021092a76cf2a89cdf3d936524f7d9e421e851bdc1cc2ed892e 0.13 MB 302 86
256,316 256,316 000000000000001a5005494e32ee1d0cef03424b64a51c26f0763c2cd4ed280b 0.30 MB 763 121
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.