Memory Pool Memory Pool Refreshing

8,827 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,077 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (700,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,081 207,081 00000000000003500947f5e439a482aadc8c134e327ac24b274f68c6a5bc7fc5 0.22 MB 345 133
207,080 207,080 000000000000027eda1e551478b7d2b497ca6e119efa4f38effd08849c686d4b 0.06 MB 148 27
207,079 207,079 00000000000002be2f8fed11ba26f02fa2efe1a065562705f6c1ff1ae642c10a 0.05 MB 140 162
207,078 207,078 00000000000002a922029327198287044de955baa5c0486e9a1bfdeeb43d430d 0.02 MB 66 53
207,077 207,077 00000000000001cc52da7b281c26875def426fc980088beefc8ca9c4c7c054c2 0.08 MB 205 190
207,076 207,076 000000000000042ee0daa01946d82f559ea8100d09e74c00fe6cf458bd3e1748 0.22 MB 445 221
207,075 207,075 0000000000000482007a6a36e64d0dddf35012eef65b507fdd75c8065bf0f269 0.17 MB 422 235
207,074 207,074 000000000000027245e854362bd54dc5534b445a0a600e0a5bafb637b0b56e46 0.02 MB 57 227
207,073 207,073 00000000000000a46e4a6c089c5cc4df3855447294b91caa26a240b3d5dc25de 0.05 MB 106 213
207,072 207,072 00000000000001425cd68a2da6a29c79e5e076d92f5dc343188374036206e780 0.09 MB 199 201
207,071 207,071 00000000000003ad067c47cd20146e93bdb0d85b4d51e34b3c9030edfc2567cb 0.17 MB 431 239
207,070 207,070 00000000000000212976dbd518da44f2f20796a758acaf8a68836cd9e828262a 0.04 MB 110 237
207,069 207,069 000000000000050a7892c3b00663842d0c1513c68ecbb3c04dc97002a395c7a1 0.03 MB 65 220
207,068 207,068 000000000000027766b8b8f7ba378fc1948297bfc79bfa78fa617be9e7937297 0.07 MB 172 252
207,067 207,067 00000000000000acaea3d10fcb9a555fa5e458bd35bfc359dfadfd0ccb87175c 0.01 MB 16 88
207,066 207,066 00000000000004488bc6b0259f4ff9a57eac424f13d84e2cfc3507404725be6f 0.09 MB 211 222
207,065 207,065 00000000000000317930ca55c6410dc098d7c74c07d55243dca93667e7658be2 0.05 MB 133 432
207,064 207,064 00000000000004f1d390a444e2315cb3e8b008c3e87b72d6072612689bcfe008 0.15 MB 413 201
207,063 207,063 000000000000024013bf67b20bc666c6bbc618209833c5bbe25eec7fda1b508b 0.01 MB 18 90
207,062 207,062 0000000000000396727f6a1f12cde4e2ee32f95cbc30554d593fccc2897dd479 0.08 MB 223 178
207,061 207,061 00000000000000d02effacbbe4b18b0d7df4d60e879de016c7261b2736e25f90 0.04 MB 72 163
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.57 GB sent, 93.03 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.