Memory Pool Memory Pool Refreshing

6,581 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,684 (45,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,521 862,521 0000000000000000000290e0fc166788caa9d1a9964ab2746bf30b1c90ac98fb 1.79 MB 1,576 3
862,520 862,520 000000000000000000027255cbe5ad3843dc4d5189df776536b1c89ba881c277 1.71 MB 2,823 4
862,519 862,519 00000000000000000000d95e665032639bb1999192bfbe1cc600d52c0d22dfba 1.60 MB 3,934 7
862,518 862,518 000000000000000000014556f6f19e3371bfb6699a2d0443de9239793ac8750a 1.80 MB 1,534 4
862,517 862,517 00000000000000000001d5bd5f5a2731ae04b7a04f4afe4532096b2e84461dad 1.70 MB 2,721 5
862,516 862,516 000000000000000000000d99b921a081c951c79556fe9ca2f5dc55a0f6a0d46a 1.65 MB 2,657 5
862,515 862,515 0000000000000000000087d482f3294da564ce382e88c20a2a7aea5bbabeafad 1.61 MB 6,766 2
862,514 862,514 0000000000000000000269831e2ce08a8291be1bd8586b0cbfb28068dfaac1a1 1.58 MB 4,697 3
862,513 862,513 000000000000000000011902654619ee70e0bb5fce8c603a6daca3d7db5b3086 1.72 MB 4,398 3
862,512 862,512 000000000000000000004e121fc2f9dde34221ced3186086ffa4a0653cc75e4f 1.60 MB 6,713 2
862,511 862,511 00000000000000000002197a416105d6b211ae36478eb703a4db7becd09020ac 1.62 MB 4,638 2
862,510 862,510 000000000000000000015589af69b7e1f03f73649066d957ec00bd0812096f22 1.88 MB 2,156 2
862,509 862,509 00000000000000000001a8143d8e9246936ec402ec24f7c9322f188c14b7543e 1.69 MB 3,591 4
862,508 862,508 00000000000000000001696ba1a5352a17604e0dae6ab6d45868cca85e9338c9 1.59 MB 3,989 6
862,507 862,507 0000000000000000000293425b30c2bf7e66076c7508a76307549c4d6d2bd9bf 1.78 MB 1,932 2
862,506 862,506 000000000000000000016d5098438e8a7b769a6007d451ea542c48d631dc8c15 1.58 MB 3,492 6
862,505 862,505 000000000000000000020a8002a7488358d0a7313a00c963ed7a8c1d33f41376 1.74 MB 3,360 5
862,504 862,504 000000000000000000020bce365f1f28bc4d51779fdb02745c3a0d588e12bc84 1.72 MB 3,447 5
862,503 862,503 00000000000000000001a519c445c0a3f13196306035606cf42e5524ff1c3b5b 1.64 MB 3,137 5
862,502 862,502 0000000000000000000165f7b6a0c0ef25ea3cae79c8655ca35cb5303ba1cc60 1.84 MB 2,341 4
862,501 862,501 00000000000000000001c827e4d9c2360756e5d76e492b4c84592add5afc0add 1.86 MB 2,277 4
Previous 10 blocks ↓
Total Size: 768.95 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,614.74 GB sent, 92.59 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.