Memory Pool Memory Pool Refreshing

3,264 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (472,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,338 435,338 000000000000000003ded22a244dfadce941b394a4145bb5e4142a35dab5d5ad 0.32 MB 534 49
435,337 435,337 00000000000000000165406dbc5117e7e75a8044a3bdd158fadb9ef826d688c4 1.00 MB 2,541 65
435,336 435,336 0000000000000000022f51c199a25ed0d45710f3d0e3dce284e27193ea3c7e39 1.00 MB 2,548 74
435,335 435,335 0000000000000000000912bcbb8303dd2fb437635dfa17107493be799ddc5ba6 0.37 MB 790 73
435,334 435,334 00000000000000000132a7e190eb15d7036de0cb2a8337a5c10dd46b94ec0833 0.76 MB 2,153 70
435,333 435,333 00000000000000000417f96cbcb3485c7082a89d98dabe583ebf86f97902cd8b 0.50 MB 1,202 65
435,332 435,332 000000000000000002e5fb032bbe354ce924c578613a907028b16db135484541 0.34 MB 705 61
435,331 435,331 0000000000000000019292476e46e7ecf201688b3f495bd513a76e040e2b4a23 1.00 MB 1,068 30
435,330 435,330 000000000000000001aab290ac9113c2054d166368ee1692f9334b2c6bd885b2 0.04 MB 95 69
435,329 435,329 0000000000000000042b33783c380a8e9eccc5ae501d0e9035357d5bfbc8db6e 0.14 MB 317 69
435,328 435,328 000000000000000000a74eeb4ddfbe56b9c0b215e3b69edaaed64dce2f313444 0.99 MB 1,468 41
435,327 435,327 000000000000000003a4977d8f8188bd8fb36c0e2a37d921717bbc4da2d72629 0.30 MB 828 75
435,326 435,326 000000000000000003f475016f9437524ca7e9f5af6802094f95bf58994d07d3 0.65 MB 1,526 67
435,325 435,325 0000000000000000032abf8037b2a406308617acdb919300c0897b96083c11c7 0.00 MB 1 0
435,324 435,324 000000000000000001ae9ca3ac47fd9e677b53b0f8b174d341374a15d82a287d 0.74 MB 1,270 36
435,323 435,323 0000000000000000038f78f661aa8ec0369989deeff5f891816dd5fbc9c4dbd7 1.00 MB 2,786 77
435,322 435,322 00000000000000000081e92adba4bb88563688ae7c9bfa32c245c3e2c66452f4 1.00 MB 2,544 74
435,321 435,321 0000000000000000011d5e290fdb8402e891bebee3cf2dd8b597b82c807bb626 0.20 MB 510 83
435,320 435,320 000000000000000002ab81802722556b1f618be9f2ca581241993261878a82e6 0.99 MB 717 18
435,319 435,319 00000000000000000435207d148430743798715d251328364c7307645387e90e 0.18 MB 476 72
435,318 435,318 0000000000000000031b5cc6c2374e028c5a175628423e6fcdcd3618d90a7257 0.99 MB 358 9
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, 113 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.