Memory Pool Memory Pool Refreshing

1,708 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,682 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (666,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,469 241,469 00000000000000af1fd782f3546569144a0b09e933c818c11ff5bc8f8adc189b 0.16 MB 297 119
241,468 241,468 000000000000006b8ec1caf825d63cf45436da0581d6e18f0b486ba85c96818b 0.04 MB 57 255
241,467 241,467 00000000000000655999636a662fec8b9e1ce5300aaa66c0684427b8cd3cb835 0.16 MB 301 234
241,466 241,466 0000000000000003ecbff575d07ed0dc6bcef08e19b72cb06a9566c3cfbc5d35 0.03 MB 63 129
241,465 241,465 000000000000004823b392335328b81706d8403a3f97473b4de50b43806e4cce 0.06 MB 159 189
241,464 241,464 00000000000000a0fa075d13e285f101f0d40224cc7099b6515c7465c64c3241 0.10 MB 185 133
241,463 241,463 00000000000000cbbd2a32c08f6e01ded879082b4f53d3f7861b2445c552289a 0.15 MB 317 170
241,462 241,462 0000000000000051a7f2c737a6dfeb35b35e3179c8502a18ef8be6d1e72c2619 0.04 MB 73 156
241,461 241,461 000000000000002edd436e086e5cf1d4915450a8c4af0e7a4614c374f670c6e8 0.02 MB 57 177
241,460 241,460 000000000000003647a1da604474cbf44d0aaab73df35020bd10dcfe81c4881e 0.10 MB 177 135
241,459 241,459 0000000000000012f60bbaed5ce8a95eed1b92b405ab8edc2b05f4b357c9a7ed 0.10 MB 139 71
241,458 241,458 00000000000000290c2bd3b3e5325c73854a3946273fca3e6f4d0ebcc25ec447 0.25 MB 589 185
241,457 241,457 00000000000000f5fdcd657b1f4939326cec5968947ed7ec6be9bcf20379f67e 0.07 MB 152 164
241,456 241,456 000000000000001ca0ccd4846aed0ba1ed88beb65b15068b275fbbcb047eafc0 0.03 MB 64 117
241,455 241,455 00000000000000e3e0c924607e677ad1f5b63b426c90e18a02d9624fd57eaeac 0.09 MB 199 210
241,454 241,454 0000000000000068a9acfe76c0f8d309b7a2ff04c2d8d329564d244b52d02fc3 0.12 MB 218 317
241,453 241,453 00000000000000767a3390e8bb440b1fd49627fa15bea28abe0418a806e3789e 0.15 MB 358 187
241,452 241,452 00000000000000e43c5f82a92bdb38d639d2bab0f9c35e8652abfb851f5f4cee 0.14 MB 298 161
241,451 241,451 00000000000000d17ea1cc7dd2307de956aeda48dcf5a889f3364977f4832f56 0.05 MB 107 62
241,450 241,450 00000000000000b0502c3b56bfc30aaf2e791bb1e3660f4efcf1ec78cebb7f6e 0.25 MB 513 158
241,449 241,449 00000000000000e3efc9d7e231a00c65ab076fbf8e08da4ff2e8cd99e394ea46 0.14 MB 280 163
Previous 10 blocks ↓
Total Size: 769.73 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,678.99 GB sent, 96.55 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.