Memory Pool Memory Pool Refreshing

9,890 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,912 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (583,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,060 324,060 00000000000000001c1f55abf36aeb6de877da916c486eefb7b3a9973ff847f4 0.02 MB 60 28
324,059 324,059 00000000000000001b40d3865a12e55ec29c3fa7d4dd3d49214cb4449cdc41b3 0.05 MB 83 34
324,058 324,058 00000000000000000dd880326023b81bbbc074298a1bbbf065c17a41c2bdfa13 0.18 MB 281 25
324,057 324,057 000000000000000002d92d95b6a5cf47ad0bb78703fc95bba699e8018a687d8c 0.20 MB 439 37
324,056 324,056 00000000000000000ad9b195a7ab580e42ff1191750cbc1ee6d09038de40dd20 0.00 MB 1 0
324,055 324,055 00000000000000001436378639568a89f67ea438802f75bd91796172aac71882 0.01 MB 15 9
324,054 324,054 000000000000000005fb62b52c7e161362b8dada1291e4c5a7e5c9c150dc4c8d 0.44 MB 825 28
324,053 324,053 0000000000000000072a29c88672b0cb7b6f9221eabe3d3eada912d3e7c2a2a7 0.12 MB 225 30
324,052 324,052 00000000000000001fb81b2bda940eefdb3a21c9e45a51f76f40b572498e1223 0.03 MB 60 26
324,051 324,051 0000000000000000137336a75fd8fd751797b762306e05860c6b48d4aef7e060 0.19 MB 356 25
324,050 324,050 00000000000000001ee07b9d8b9ad4aeb02d4515f90992a844360d6bee661760 0.27 MB 534 31
324,049 324,049 00000000000000000b351571edadf5aadc8074b41c2d0f5f6093dfced81eb85e 0.07 MB 89 21
324,048 324,048 00000000000000000d340ddb0ad9c1f6c6fff516ed3d14da77168bd5486b4563 0.05 MB 90 19
324,047 324,047 0000000000000000103c788dfd2d536ed330153e2a9e888551b12452a9a1905d 0.50 MB 946 32
324,046 324,046 00000000000000001d12d3ebe5553318271a136f3cda86fd2edb9e439444197f 0.04 MB 53 10
324,045 324,045 00000000000000000f58cfe839fe5adbac143d1114f04814b9d8384efbf5ee8d 0.60 MB 1,032 27
324,044 324,044 000000000000000000334715646846e2237dabcc2d2a69e0838f399b17ec0932 0.06 MB 77 22
324,043 324,043 000000000000000011f56b476e7c58f10915d34e78b43e89b5c4c287da760e31 0.34 MB 626 27
324,042 324,042 00000000000000001343abc501bbddda9ef7f1b210e27791d7ee640598757286 0.08 MB 115 25
324,041 324,041 000000000000000017c362453461d7c8997f46d124494582b8e24994621c9802 0.10 MB 222 33
324,040 324,040 0000000000000000022eb142c9f3c6afb24bebaa9be98dede4c12eb6b8a897f3 0.13 MB 260 52
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.