Memory Pool Memory Pool Refreshing

1,930 transactions
0.93 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.93 vMB 1,922 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (647,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,506 260,506 000000000000001a9358367ab1abaa52eabc670d525b3fd883e47efa7df17e4f 0.01 MB 20 47
260,505 260,505 0000000000000017895fcc7e0584bb1c77e2a953eab86cc2a74aedce1a1faa6e 0.02 MB 45 82
260,504 260,504 00000000000000174f783598fa0b60e211aca82b378c8d0afdbdd01a09052205 0.10 MB 229 90
260,503 260,503 000000000000001c831f4664611d35b58bdb76dd7644f43c5f61416ed3ee40ba 0.16 MB 343 154
260,502 260,502 0000000000000005e5d284331e829210e621c8e8f0ee74e3355d91cfd5993557 0.08 MB 166 79
260,501 260,501 0000000000000006c12c03b7b5d3e6dda75b60d092d06151e07338355df64e48 0.17 MB 334 83
260,500 260,500 000000000000000783586596920c351f3fef30dc8793c0e33f99ed23c1014d74 0.01 MB 10 13
260,499 260,499 0000000000000007ffaa540bfd99dc8d940cf2c0d2773affba61b3effb949fe5 0.07 MB 95 31
260,498 260,498 00000000000000092a5f548c3404de76b3b1c69ac34dcf648c473fcb2ff86b8e 0.15 MB 152 33
260,497 260,497 00000000000000196421bec05fe6b42406552ab8d600c620960365bf81d7f3c6 0.09 MB 138 58
260,496 260,496 0000000000000010aa3cd52bcc839e87d49a8ab12a3f717809ec54f1418556db 0.15 MB 77 30
260,495 260,495 000000000000000425ca6ff3d0b6297b0894505a9839e23d4b12aa94faf4f786 0.23 MB 461 79
260,494 260,494 000000000000000328c5a524e4c8c3ed2a4230f8bfdbe8cb55782b8b3e058fb1 0.15 MB 235 75
260,493 260,493 000000000000001bba07a0d2927ca93764e8dcd7a89e36fcf95d0865c0938605 0.08 MB 95 38
260,492 260,492 0000000000000013719a00bb66ee4a05ad739cc5c58d3b36602c4d97251bd3ee 0.15 MB 133 51
260,491 260,491 000000000000000ac303ec9ce788113bf9605f13a445519f4ed3f58da754ed79 0.10 MB 94 30
260,490 260,490 0000000000000002ade88c05c061b439e9785f1f76bf9fb8d14d86c543ddde79 0.28 MB 503 82
260,489 260,489 0000000000000008e43dc69231bc23945be8bf3952ca78a732645a140271cf67 0.25 MB 601 121
260,488 260,488 000000000000001bf42cc08758a1e0cf3cd578e1a3c70094c7c4772adab82ee3 0.09 MB 204 111
260,487 260,487 000000000000000c2bdbcc89929b68b551ec99e51a4d2ff13f7476b0562e4f64 0.04 MB 99 88
260,486 260,486 000000000000001749fda5e560ca5ab043e1cc48784be24b8d5285e5a46102d2 0.14 MB 318 87
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.71 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.