Memory Pool Memory Pool Refreshing

1,232 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (44,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,631 863,631 0000000000000000000064169b9f1fb7edcff73cd403c4898184cd8a306dd61e 1.64 MB 7,775 1
863,630 863,630 000000000000000000031eb9566ff53e4e7f576010ed2738b4125e6cb5c24212 1.67 MB 5,359 2
863,629 863,629 00000000000000000001155abb6260ef36e7464d29a29920b1b56bbf3231c11a 1.54 MB 2,485 3
863,628 863,628 00000000000000000002f270bc8e9e161dff99f757ebe24057389fefbf206879 1.55 MB 3,585 10
863,627 863,627 00000000000000000001fa3bc5dc8e1b3b8a5ffa74de4663cd605f8cdb0f3421 1.61 MB 3,411 7
863,626 863,626 000000000000000000014aa2c80211ac160ba3941f5419d23626700d2ce7e406 1.50 MB 3,267 5
863,625 863,625 00000000000000000001a486acb38ac10a6a7e605451b994f2f547ad34cf2d42 1.55 MB 3,713 5
863,624 863,624 00000000000000000000df7082a3d51eda64b802e1d53a3169c2569c9beb7d7c 1.56 MB 3,204 5
863,623 863,623 000000000000000000005179197aad3f3ddbf542b53b79f7b11cd719eed4cc54 1.66 MB 6,824 1
863,622 863,622 00000000000000000001bd4736ef5432561197a88f588eb61bb2577b75a60477 1.52 MB 3,028 4
863,621 863,621 000000000000000000011f961897aedc98de9a4714d5be1a795f6354ba977f73 1.50 MB 3,116 9
863,620 863,620 00000000000000000000521c5aa09155fee8174497b339304e14957541e03320 1.70 MB 5,442 4
863,619 863,619 000000000000000000022ec2e30415fd3fc345aea423ea1f49566b90ad9da87f 1.72 MB 2,702 5
863,618 863,618 000000000000000000027bac873c3165ec01cbf213e8d4e42d09f1e67968b970 1.54 MB 3,318 6
863,617 863,617 0000000000000000000043f5263e51c10f394455e885e3bcf36427301fd07500 1.69 MB 7,363 1
863,616 863,616 00000000000000000002c782170cfb94cf488b3dfd241ab6fcaf1631a5c7aac9 1.63 MB 5,192 3
863,615 863,615 000000000000000000019622fb70d049736b12d3e264039c1e56048f42fefeaf 1.65 MB 7,732 2
863,614 863,614 000000000000000000024de73d3e432104a1e1738818bcab0f70cb6ad2478734 1.62 MB 4,563 3
863,613 863,613 00000000000000000003129d787cd52acade96cb8281d0aec9e349399ba6ed11 1.47 MB 3,901 4
863,612 863,612 000000000000000000014529de3e12eccdd2db9333379f34d639bc2658e1ba0e 1.74 MB 3,929 4
863,611 863,611 000000000000000000025f64de7c809c4142b33625218c7eaab47d0c163f6cce 1.65 MB 5,663 3
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.58 GB sent, 94.41 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.