Memory Pool Memory Pool Refreshing

1,717 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (45,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
862,500 862,500 00000000000000000002d5b4f115ca2458acb75a13422ea1d0a45f03f5a290b0 1.61 MB 3,846 7
862,499 862,499 0000000000000000000111f8c89daa97c49acad5af388fcdfa3390823e0e492d 1.67 MB 2,481 3
862,498 862,498 00000000000000000001ee3f44c84f9220546858466eb4cbd884a08968fdb0c0 1.48 MB 2,632 2
862,497 862,497 00000000000000000000946945fed9488b0c8fb48adcf802faad1762a5c6758a 1.64 MB 3,444 6
862,496 862,496 0000000000000000000103eb939d60b5b42130b7e4cec94f59154e8b2456116b 1.61 MB 4,276 4
862,495 862,495 00000000000000000001e1975a1f35ef4920b7b22a8fdc156c2ec7df524dda93 1.70 MB 4,138 4
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.