Memory Pool Memory Pool Refreshing

201 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,014 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 197 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,013 (647,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,511 260,511 000000000000000618a47091912a867a156737413179b2b833dad20fab1c3766 0.27 MB 516 75
260,510 260,510 00000000000000040fbf43f99ef141fb2e0c17cefee7814fb8bcb92d06fe2848 0.15 MB 85 17
260,509 260,509 000000000000000b4f50d96648cb4a3d8ab240c53cf96911794a12e2c1aa329e 0.15 MB 59 12
260,508 260,508 000000000000001773d0d3a938cef71bb701973e8e7d98ba681e11e30814f4fd 0.08 MB 202 146
260,507 260,507 0000000000000018d43c8f01bd6f999991558eeb09588e04ab5d6ef0eefa6f1b 0.08 MB 150 117
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
Previous 10 blocks ↓
Total Size: 769.57 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,649.64 GB sent, 95.78 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.