Memory Pool Memory Pool Refreshing

5,538 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (872,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
36,445 36,445 00000000a2cb088a638e636de103d8bfd7f8850e74600b707aefbd61c748ca7a 0.00 MB 1 0
36,444 36,444 000000005228b5130d58ed5695471d76846f8e6e2c7d66fc94bef98eabd152f8 0.00 MB 1 0
36,443 36,443 000000002dac203118db8e47dfcb4c0c1a0b8058343affb17668b85a9c877688 0.00 MB 1 0
36,442 36,442 000000003f3eed62599637eddeb112ac4faef9e9598aa85d08afab089b4be856 0.00 MB 1 0
36,441 36,441 00000000a256141b201f091e1c45995214e5405aadc6af40e24b34a0990071e3 0.00 MB 1 0
36,440 36,440 0000000056470d95399afd79e8643d8cb16224eebd72c8dce5eed1206b3c106d 0.00 MB 1 0
36,439 36,439 000000007fec3419aefea0b90c815d4c640d2407f9cb7ba3b7b2eca5359bd50e 0.00 MB 1 0
36,438 36,438 000000000ad21f65f6bcc14664f9cad2d9f78aa7add3ceec0cf7581f8d32ed7d 0.00 MB 1 0
36,437 36,437 00000000693edb1e6f2e54cb3f294000570e531b13734f1927fdad49a23f1f20 0.00 MB 1 0
36,436 36,436 000000007b4da0a3bc63323814230919bada4d34efa708e0fedf334937a792ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.75 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.