Memory Pool Memory Pool Refreshing

3,285 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (872,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,466 36,466 00000000710946bc8c0aba7d1a25cb112fe94dcdba5cd043ba35275fbb306a20 0.00 MB 1 0
36,465 36,465 00000000a4ef65f30cc88ab8d28e67f45634d3eca238bd8b2035794972e362e6 0.00 MB 1 0
36,464 36,464 00000000a40ee4623dbde6f0cad28c2a1680dbde8b9165df85c51f653e1ba242 0.00 MB 1 0
36,463 36,463 000000008e7bf6bda775436045aa51213f9e6ee7acd0cd9cff143a06057082ff 0.00 MB 1 0
36,462 36,462 00000000689b1f485eaa3290fd56abb838bc5185ee319a146fb8ebe924db1396 0.00 MB 1 0
36,461 36,461 00000000b83c2e5214d79c04fe4d5ebcc8a0574c9b0cbfcf2566ca40a69db1a5 0.00 MB 1 0
36,460 36,460 000000009c6c049a400bacf535d8a0baa9d8e6bd459226d1a03896b382f4598c 0.00 MB 1 0
36,459 36,459 0000000078ee123995465edf086794cb7845fd85f37f1f203efb753ec7c52a12 0.00 MB 1 0
36,458 36,458 00000000683911f40a751293c4a3fb3e07f55f73a0144256845eb79a8cc92932 0.00 MB 1 0
36,457 36,457 000000003a8282d131989593931340c51b5cb1070e7153b75ea806efae4851c0 0.00 MB 1 0
36,456 36,456 00000000a0da60cfee7a956d8644ac9e3f807f7afc8b21ca79959a7487b90c5e 0.00 MB 1 0
36,455 36,455 000000008343d4aff94fccd0d914381f19dfd8005b360aec44715ca10cec7740 0.00 MB 1 0
36,454 36,454 0000000039c742bb411501af07f2f012af7d693369251722b96a628e8ef406de 0.00 MB 1 0
36,453 36,453 000000007b7c96b48ec9bb69fff057a06535596f6c677646900930a7313ef2d8 0.00 MB 1 0
36,452 36,452 00000000008cec2659b3cb21bbae1f3f3c0cf6eb8e455434db5b9112d7cc9819 0.00 MB 1 0
36,451 36,451 000000000d29204220745a54904aad306ff2229b5eacd918068e3dd504fc8c33 0.00 MB 1 0
36,450 36,450 00000000b719d4e179142287df4379995504dc362a66545515cdc6156593a0d8 0.00 MB 1 0
36,449 36,449 000000003c02d0291ead529a7dfbdc54d59cd03e7d31d0f3c6a20c38f5826f48 0.00 MB 1 0
36,448 36,448 0000000080217f89859a8da730efdf91d4108ac05057396fb6710dd68f25e783 0.00 MB 1 0
36,447 36,447 000000006b586d6d71a900474169aa604a72971e69c4037481d712f4b16b5616 0.00 MB 1 0
36,446 36,446 00000000712aaa8d05fae92a7e7c008dba5cf36900d859205ca38fed97fde207 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.