Memory Pool Memory Pool Refreshing

5,693 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (45,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,432 862,432 0000000000000000000180e755bdb0e92bb18b9190b30998a18f06600fc0392e 1.63 MB 6,931 2
862,431 862,431 000000000000000000012b2f9895a92f78282af55bc26573f7333a27892dbb38 1.60 MB 4,901 3
862,430 862,430 000000000000000000022683f2245834477c0a00f955f8571ca4a44f76f84504 1.58 MB 3,391 4
862,429 862,429 0000000000000000000101f48313fd76c3617cf28eb3480bf6a1e048a326a13f 1.60 MB 6,880 2
862,428 862,428 00000000000000000001f279b7549fe97e4186f07f3f7082ba38688fad90bd47 1.84 MB 4,597 3
862,427 862,427 000000000000000000018bb5a7a06d5ebc9ece0f474c720eea5a4919b0be839f 1.60 MB 3,296 5
862,426 862,426 00000000000000000001c0f5eb034c315e255b7cda102452497dfe330df982a4 1.69 MB 3,486 3
862,425 862,425 00000000000000000001bfcd93e40937a574adefa20280a41a727e92e53ca043 1.80 MB 3,518 5
862,424 862,424 0000000000000000000045311ee5636a14e150eb55ac0a3273d84afc36540527 1.60 MB 2,997 5
862,423 862,423 000000000000000000007ebb45bfbceb5bae5db130c059ebe67272c82374d573 1.59 MB 2,814 8
862,422 862,422 0000000000000000000095f84ac2acdde81d1649a20a4d47e478a618d6cac65c 1.74 MB 6,631 2
862,421 862,421 00000000000000000001c14ef373725ab3eb1daec7522e2ab3505fa1b776553f 1.70 MB 7,321 2
862,420 862,420 000000000000000000012bb863c3690e894a251a57aa9dd2cf813f585772d846 1.59 MB 3,644 4
862,419 862,419 00000000000000000000e3156a51af542bfdfb27dbd87398430988e72d006e4b 1.70 MB 6,121 2
862,418 862,418 0000000000000000000162081250d989424c7cd2286db6c25a091bcc984155b9 1.60 MB 5,138 3
862,417 862,417 0000000000000000000162d802c29b1f63e23b3f3313a1a969a7ef71f1a7307f 1.67 MB 3,372 2
862,416 862,416 00000000000000000000f37a183b966d2f176b0e9f4c888cb0f690530c80537f 1.62 MB 3,643 6
862,415 862,415 000000000000000000005c4dc7a469d2508e6919d4df5b71175669ddbfa80f74 1.74 MB 6,359 1
862,414 862,414 00000000000000000000aa869949269f7746fa911f44aac9b01628b60cf6cfad 1.64 MB 3,832 3
862,413 862,413 00000000000000000001da987db0c1ce7df745750afea1701e0af3d9cb765656 1.55 MB 2,797 5
862,412 862,412 0000000000000000000170379e8f438253e85553e70719fe31cbc530a3e3edc5 1.64 MB 5,099 3
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.