Memory Pool Memory Pool Refreshing

5,073 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
882,770 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,769 (1,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,550 881,550 0000000000000000000004c49ba035fe60d9df340385cfca301cd44907b7f96d 1.88 MB 1,584 2
881,549 881,549 0000000000000000000156256bfe84b6b1401ede9af64efc6908e03f715cc8a6 1.87 MB 1,141 1
881,548 881,548 000000000000000000026fcabd9b2868045e743dec5c57e5098b9e19ec01e53d 1.37 MB 1,129 2
881,547 881,547 000000000000000000015d44ff47dd4b6abdd5caf205b702ec8d97586915c0a0 1.28 MB 849 1
881,546 881,546 000000000000000000024e02a17c99626821c76f3a8dde4faa4b0d44116dffa8 1.61 MB 806 1
881,545 881,545 000000000000000000010eb1e94121ccfc3b2f63661197fd85f7fc0c0c5a328e 1.70 MB 3,223 4
881,544 881,544 0000000000000000000068bb979585ac264e0ef024c7d32353ad0a7f92a72a5b 1.40 MB 2,557 3
881,543 881,543 000000000000000000004011a88f0d8f1f8f6d52e1c39bca0a5af214643b0a52 1.03 MB 352 1
881,542 881,542 000000000000000000008315f3437e69e9c5aba84ce58879c143cae364a9782c 0.58 MB 379 2
881,541 881,541 0000000000000000000171a45bf3034131c0984951894eda0c0ac7f0b358317f 1.40 MB 1,936 4
881,540 881,540 000000000000000000001c7e0d0511856a4c0b7f6af580d50b28c1e747b10d7e 1.37 MB 431 1
881,539 881,539 00000000000000000000d934720b8bbaae9c33803f390a0fe0c4e52355cd0864 1.28 MB 849 1
881,538 881,538 0000000000000000000227c294dccc19c52b1e6b089f1087fe4fc9dc8ac9b666 1.44 MB 1,742 3
881,537 881,537 000000000000000000007851b623bf1e6fcff9afc74c92eb70db656b9723388d 1.63 MB 3,039 5
881,536 881,536 000000000000000000011dbfe39ba6c1564d3b01102161467efd7de7718e7a64 1.93 MB 1,415 1
881,535 881,535 000000000000000000003601ef4e2fe908fb600efa5dbc760df1358a6b6aade5 1.60 MB 3,804 6
881,534 881,534 00000000000000000000005b1f826a54c8aa6b4c78a55cc840738a16d47c0d7a 2.00 MB 2,251 3
881,533 881,533 000000000000000000002e0892de12697def700d9c8728534bec8ad03422ad6b 1.63 MB 3,099 5
881,532 881,532 00000000000000000001300f56ab1d2f75e88c9a14317b667e5901ca434acd36 2.19 MB 1,205 1
881,531 881,531 000000000000000000027105e23c38eb0ce8abc43b4366d49d8eeba93b811a65 1.82 MB 1,579 1
881,530 881,530 0000000000000000000075157f55fc187d35db34fe1dcc2fa39ad0ea9fe7414d 1.85 MB 2,249 2
Previous 10 blocks ↓
Total Size: 724.00 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: 2,236.71 GB sent, 82.81 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.