Memory Pool Memory Pool Refreshing

1,827 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (807,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,082 101,082 000000000000cdffeda5bfcf22ba06e448c714ba6fe0ef1de6045e43a38ff22b 0.00 MB 12 0
101,081 101,081 000000000002f6bdfc65179fbb6b74815ed89f36a810a4a90da71adcc81e720d 0.00 MB 5 0
101,080 101,080 000000000003dc5d8005b7a2d2bfdd612f749e0c956e037c6bcffdced59e7015 0.00 MB 13 0
101,079 101,079 000000000001fcafabfe058640eb752bb09651ab4ff7f97fa724859812cc6a52 0.00 MB 1 0
101,078 101,078 0000000000026a2997fb08594f5ead48ad85d35040a95a9e64027fa9614a9e0a 0.00 MB 2 0
101,077 101,077 000000000001714d19c8583b5963e0ee2b40865c4a25e51a126688272b2ad453 0.00 MB 4 0
101,076 101,076 000000000001d78251dcb221268a916d46fef8ea6f640eebffc54037c54ae127 0.00 MB 1 0
101,075 101,075 00000000000044f4767180cb6c98f1d490c52a188cbd8b8d8bdb402b190abaa8 0.00 MB 1 0
101,074 101,074 000000000000edabf33984aa43ab307f686c528fafbbe4d354b4d3fc3a8a83b0 0.02 MB 70 0
101,073 101,073 0000000000034576db5106c660571e78632c7b7df6f5a6fe480bcc1b8d9cfebd 0.00 MB 13 0
101,072 101,072 000000000003948f45e3c53427e457b9b60f0cdecf47e318a2c157703b46b849 0.00 MB 14 0
101,071 101,071 00000000000065f38224196e00361d56d561f969082d0d95bfa46bc5418680c3 0.00 MB 14 0
101,070 101,070 000000000003ab225a99e1fa321efbe4b6951c76b9adba5fe7e6101483b7ca8e 0.00 MB 14 0
101,069 101,069 0000000000016d89797c6038313c7a4c1de789fc05a16027516041bf9f65f157 0.00 MB 12 0
101,068 101,068 00000000000238122dbc2623f31b602fcbfcb7ca306e1fbdfea9dbdc15e3e72a 0.00 MB 14 0
101,067 101,067 0000000000001d737f4a3385cc8d938a542c07e44b9c87695829cff711607b36 0.00 MB 9 0
101,066 101,066 000000000000c29cab0585d22058fb0d412c1c6cad7a46494bb2f0d2780d08d7 0.00 MB 12 0
101,065 101,065 0000000000023d7447818b7c160c78334bdf3d6fa82c121666cb7c43989a8e2c 0.00 MB 12 0
101,064 101,064 0000000000003b1414fbe29042e09eac299f2828b439253e248b72fcce92829f 0.00 MB 12 227
101,063 101,063 0000000000007f5f1c12a0239d9dfbac538ab7c5f3801ec7baf0f11a0c3639d3 0.00 MB 13 0
101,062 101,062 000000000000af972f8d9b61cc22b938164ea63ff46c78a94d060ad7eb34faa1 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.