Memory Pool Memory Pool Refreshing

2,039 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (44,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
863,610 863,610 00000000000000000000aaa7ccf7e4362221d85b591f4b9cdaac85720d897eb8 1.64 MB 6,648 2
863,609 863,609 00000000000000000000d4b1ebc9f23f4f6a2a504907df6295537aeef93cf936 2.05 MB 2,495 2
863,608 863,608 00000000000000000001b8e11ca7a778b4d0b900839224ff7163a86ed6ff2e39 1.74 MB 2,409 5
863,607 863,607 0000000000000000000145bb88237856823f2dc4aff48a0c7a78a75f7212dee6 1.90 MB 1,154 3
863,606 863,606 00000000000000000001aa46d4f4300258dddfd9a2d7c91a014cf76aa1d78d9b 1.55 MB 2,912 6
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.76 GB sent, 94.07 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.