Memory Pool Memory Pool Refreshing

1,673 transactions
0.49 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
2 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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (608,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,083 299,083 00000000000000003b04e00fce8ba427206ef8006b219719309ec6299b5533df 0.19 MB 63 13
299,082 299,082 000000000000000058128cf4bbaa17f4e66cacb800eea815513fd0f0913890a5 0.28 MB 598 40
299,081 299,081 00000000000000006ca7a1eed7fa58a5a9831ee11d04730593d1f3afae4f6337 0.29 MB 375 24
299,080 299,080 0000000000000000859ca8a5129e88f03b51c93065815a5f0e35822acc0bbf7b 0.34 MB 429 56
299,079 299,079 000000000000000009471ee666f0d7a4feb52148d4cf06447d226808d2e541fa 0.31 MB 350 21
299,078 299,078 00000000000000007dfacfe51abab28ae40d445f202133f3c719ba6a0a2e9ef0 0.01 MB 32 21
299,077 299,077 00000000000000004818e99335168518f9afb4d1b101bd6a92c2fc5ffea53714 0.35 MB 424 27
299,076 299,076 000000000000000042e6626d4436c1418cfbe0cbb5ac1c168bee6118014bebe9 0.30 MB 278 16
299,075 299,075 0000000000000000090ef069a44cde5873f076f9ea82a5fc0218d4518603a140 0.35 MB 990 48
299,074 299,074 00000000000000003dbc6d2b65b0bbd124fe9a75059aedcdc78a87aab0df4dc5 0.02 MB 59 30
299,073 299,073 00000000000000000e88988133761870b3de87e5625188cdd1e5cb514a96ce7c 0.10 MB 60 8
299,072 299,072 00000000000000004131005fc8128260d835cacb926cf25f6d61fb2968811a11 0.17 MB 279 38
299,071 299,071 00000000000000000920912708d4ae418e9439cc3411f02ddc99ed7ef83cc555 0.03 MB 75 37
299,070 299,070 000000000000000074344e0f7944a217ce9ac80042923d7f9b405385cc9c5cb5 0.06 MB 139 40
299,069 299,069 00000000000000008866c8b5755b21d6ed934568f37cdb5077f02e18e25a1f34 0.42 MB 628 27
299,068 299,068 0000000000000000731a053ec454bdcdd3ccca17dcaf67434adf83b11ff24349 0.30 MB 545 65
299,067 299,067 00000000000000000d793b59fec8db499bc38d820072029d38ee312b9a68b2d7 0.09 MB 195 43
299,066 299,066 00000000000000001a050782942eb9462c204695194a8cb5d53d6b828b45025a 0.69 MB 1,150 28
299,065 299,065 000000000000000064ceeb7d80a75a1c01e6a941ae5a8ca57c3679dd27ec677c 0.05 MB 128 98
299,064 299,064 000000000000000022f7c420a4a381371870dafd47aae32d7dfb0f28a87f0a8e 0.02 MB 65 27
299,063 299,063 00000000000000005e7619e68a07feea63c386d5928494da617775acbabbe99c 0.45 MB 908 33
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.