Memory Pool Memory Pool Refreshing

11,544 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (602,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,380 305,380 000000000000000038fa42a5ccd95be0fbb67d0d5bb0799ff9e0e54e8fa0bdb7 0.35 MB 572 84
305,379 305,379 000000000000000051d3123c4e53e044a6a33b94ba0d12960969d748e80927f9 0.07 MB 128 38
305,378 305,378 0000000000000000420bff35d9837fa012ea8f6b39c40a6199808d58893e2352 0.06 MB 99 26
305,377 305,377 00000000000000004803793b70e289b14c3bfa6706089fa0cfdb3f45bc6bca97 0.18 MB 242 35
305,376 305,376 00000000000000003fbc7664dc3d588c164ddf1905db78a26f0652491a0c72ed 0.05 MB 97 27
305,375 305,375 0000000000000000215a6792b34b6b25863a6699770a0aa2cde58b5ae951efb9 0.33 MB 403 28
305,374 305,374 00000000000000005b2db2fb3811df0499f6726e1e951acc59ed1d4bb866b3e1 0.22 MB 220 22
305,373 305,373 00000000000000002014fb89fa0ffe1ec4675c3edb32563b187f461a22a9e596 0.12 MB 170 21
305,372 305,372 000000000000000049ce5f8f257066dd8b105b5adae35112f92714f88133398a 0.53 MB 289 15
305,371 305,371 00000000000000004e9b3c43eb559c8dfde8a03597cac6b9c3c2e5d0a48ee241 0.35 MB 845 40
305,370 305,370 00000000000000002b75920691ede18f44987fc96a0d10c0d87770c39d73b35d 0.19 MB 206 21
305,369 305,369 000000000000000037ee7d0825439a8d9a0c0ec3a045af444c9d60b7de506442 0.35 MB 577 29
305,368 305,368 00000000000000000028807d7ccc78529afb8009851ce30300128266c1381f40 0.26 MB 446 31
305,367 305,367 000000000000000048c147a3cf06337bd86a7d17a80dc6107012c32b507bdeb4 0.21 MB 300 26
305,366 305,366 000000000000000010da58c1ce8eea39218e4faba0f58208b58fb33257ed0d5b 0.07 MB 76 24
305,365 305,365 000000000000000030045a10474e0274a33ad8296e361ee0a3d5346b5511c319 0.08 MB 146 23
305,364 305,364 00000000000000002e165249406ee4c59e721f2fc9dce9866817a6a25892391c 0.44 MB 743 32
305,363 305,363 0000000000000000448de9ea35c1987fadfd4a55d4de12a06c5214d9487b05e8 0.11 MB 222 36
305,362 305,362 0000000000000000365aa81902dce308a471cefb5b0eb17fd9a19ecb4a60328c 0.35 MB 654 33
305,361 305,361 00000000000000000a325064ea3312b20346b9539e55a0124c114fcf8b92f855 0.11 MB 198 35
305,360 305,360 00000000000000002ee18fa1d23334353fa5b627bfe6d07a2fdc2fd0f079e309 0.04 MB 99 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,621.50 GB sent, 92.92 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.