Memory Pool Memory Pool Refreshing

17,636 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (618,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,587 289,587 000000000000000073a7d862155dd33d841bc1ac0e6b4e9fb54d855921169fb4 0.38 MB 364 22
289,586 289,586 000000000000000075eac37fbe66c37aa304c49fecf6586404e68e769471e5c1 0.00 MB 1 0
289,585 289,585 0000000000000000396572530e2d0e7499c431bd250228b9952e4acb5010eae5 0.25 MB 710 59
289,584 289,584 00000000000000005762f035e5da56e1c0227048abdf721367439954677d384d 0.38 MB 636 31
289,583 289,583 00000000000000010d0096abab5fe36e5c62b8111f1d30f97417011366335c68 0.12 MB 148 23
289,582 289,582 00000000000000002584470f92f54434de63e12308764997d42127c27360109d 0.26 MB 461 47
289,581 289,581 000000000000000017dc9a3684af7baaf4da72bd5f6d817225307ed7fc275b4e 0.35 MB 550 31
289,580 289,580 00000000000000002c6237b17a2a5615fee0dc101e71a4a5c7058594758fbf01 0.25 MB 654 46
289,579 289,579 000000000000000074991b528f776a12291ec6905b8ee7b0efff48fe0c58fa7f 0.00 MB 1 0
289,578 289,578 0000000000000000bf15e587913a68a1c0c37806a009e985d1a7df77261b2308 0.25 MB 406 45
289,577 289,577 000000000000000065d6ee4a149f35a839ae11430ba716b5921b2a87680508ac 0.34 MB 155 13
289,576 289,576 00000000000000010ce26642a7bc3e63bda045ef2afa4dfae08ffe4c7fc99777 0.35 MB 584 32
289,575 289,575 0000000000000000efb93ed3937519182ef2c5d66d2a303f105381aae4cead2d 0.25 MB 800 69
289,574 289,574 0000000000000000fe0a7aa24fe84d2b84ca2b769022d1bb8ce5b60563bf7538 0.27 MB 472 29
289,573 289,573 00000000000000008509fd6b71409fc795e601cb6e16c5a518b7c8e201c25b9e 0.21 MB 412 34
289,572 289,572 000000000000000038f7697901c8ace58b447f42a489f138874c85e26ae079f6 0.83 MB 1,011 24
289,571 289,571 00000000000000006b5f5139b6bf019c621c2c12b86fd54de6bd2d9c94592c5d 0.35 MB 779 37
289,570 289,570 0000000000000000ecae7f07bae0a2cf11076a83945a9cbf36a4dfa2e879e8e9 0.35 MB 686 32
289,569 289,569 0000000000000000ec9555d72ffd77bd019ddd7a99b46e70ada33987659dcc39 0.35 MB 1,058 57
289,568 289,568 000000000000000112fb7ca5e0fd3e2c0be0c17618c86b4b62d48bc215759ad6 0.06 MB 128 30
289,567 289,567 0000000000000000eaf3e7cbcb4436602e2961ceef4e88e639886dbab68efb7a 0.21 MB 275 38
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.