Memory Pool Memory Pool Refreshing

5,556 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (469,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,076 438,076 000000000000000004406047bd34661433a1a54f0ca29b24b8c2120c31e20c8e 1.00 MB 2,324 86
438,075 438,075 00000000000000000302fba80314e0020d9777db457b9a4993bafe65cb4b4774 1.00 MB 2,049 73
438,074 438,074 0000000000000000042a2577ee5770907edd7c9f62ca31bd92e72fd9ce16c8ac 1.00 MB 1,359 55
438,073 438,073 00000000000000000381a0c2964845a2a64b4d91b576e6e851bd68e181b1bcc0 1.00 MB 3,051 107
438,072 438,072 000000000000000000c0727e5b78b5431a24242e2bd293d7141ccf87688a407f 1.00 MB 2,158 68
438,071 438,071 00000000000000000009803168ad3fcaa265a93cdef8db728b00852f989932bc 1.00 MB 1,185 31
438,070 438,070 00000000000000000001eb661caa0a271d04d2994047e68654787c8c782527d0 1.00 MB 2,478 69
438,069 438,069 00000000000000000287de1f2e6de5580056c0469ab8c8b3e4e04f611701cf36 1.00 MB 2,361 62
438,068 438,068 000000000000000001dc8f397dea6ce8478af130885fd024ad7c101022d5c481 0.75 MB 1,303 40
438,067 438,067 00000000000000000252f6223095a07906fcabaa1872a4f52df0a6770006fea1 1.00 MB 1,954 53
438,066 438,066 000000000000000003f7de41c419f60e32da5c2be8d25ec427bbdc94263624c4 1.00 MB 2,338 68
438,065 438,065 0000000000000000027482da888eb6db2ee55a9d2f6a83bc38fd7ba7ce8a4c30 1.00 MB 2,530 66
438,064 438,064 000000000000000000c975818cb8d2bcbbfecce4a0629c71ebf86359135f7106 1.00 MB 2,303 79
438,063 438,063 0000000000000000021403c0799b67f96a5ed5cccd92577131d5d771168d0c7a 1.00 MB 2,271 51
438,062 438,062 00000000000000000209217eab34015dd08aa5b490affd9a8292616e399cd5fc 1.00 MB 3,075 64
438,061 438,061 000000000000000003adfab41040c110efd8dfd0502db44b4e4e94b69540bb88 1.00 MB 1,791 65
438,060 438,060 000000000000000003d5bdf155f3a368efe466f83afd279cf5a526a9e88d96b6 1.00 MB 2,045 81
438,059 438,059 0000000000000000006d98e2f397d1882817a6eceb3b1b5aee98b64e5ddd1b24 1.00 MB 2,484 100
438,058 438,058 000000000000000003cdb626c7df75e80ebea63126ad804cf529337b028d45f6 1.00 MB 2,442 84
438,057 438,057 0000000000000000006c3b9d5bdc70cce75cab2b59e19bba2038c5f4d7720f33 1.00 MB 1,562 70
438,056 438,056 000000000000000003595b5e7f929bc261436d1c480b809fe2de04e31e93d692 1.00 MB 1,243 67
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.82 GB sent, 93.05 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.