Memory Pool Memory Pool Refreshing

7,211 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,949 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (702,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,472 205,472 000000000000053de48c833312204ffc38b5a33339591560cd639c529e3df81a 0.05 MB 138 126
205,471 205,471 0000000000000206e35bb27db6defcb378c6619ebdd3bfc57e92f2e7e70066cf 0.03 MB 48 115
205,470 205,470 000000000000004f58199f40f0fa8f5f6257273d79ca4278834d9bbee6adaf32 0.01 MB 23 13
205,469 205,469 0000000000000310b363ffc9272ca96dacf22109cea11e012881cb7a7300bc8c 0.12 MB 231 184
205,468 205,468 000000000000024f351af6d3ae3992e29d99ccd964f73046e8da1c9502fdca69 0.02 MB 48 141
205,467 205,467 00000000000000ec30e20d3d17b3839abd1e886dfbe0d42f9914f286395af40f 0.04 MB 114 77
205,466 205,466 00000000000000c534853a8575c533cc6acaf1be3f69240d9db734d27fd58c40 0.02 MB 37 55
205,465 205,465 0000000000000306e71438d267d880341e49123a058a4e74e13954a7c154ba2b 0.08 MB 231 205
205,464 205,464 000000000000003694de75231d4a9f442c822ea2e64645c459e2375fe9657308 0.08 MB 197 260
205,463 205,463 00000000000002a03b062e20391d78865a17ff5be3ba4232b3c496624c26ee99 0.15 MB 314 179
205,462 205,462 00000000000002a80874390bf6b43952ad27f17bebe298a567d85d1dad1c3eba 0.00 MB 1 0
205,461 205,461 0000000000000353212a9ff0220786b79d5b628955c126240dc4f2337cb4e0a6 0.16 MB 390 148
205,460 205,460 00000000000003b27e8579afa89157d7447ec3f710a911765b8a2eb04857d994 0.01 MB 18 109
205,459 205,459 0000000000000467d9accf6c09554f65c665a5331f6692aaa04a078f78ebbd9a 0.04 MB 84 112
205,458 205,458 000000000000029a31ecc6e1269154fd5c6b2647845345993dea4c10eb48838b 0.04 MB 125 71
205,457 205,457 000000000000032ed6a16300830b731f07ff09095559278bff988ea692db8957 0.09 MB 241 231
205,456 205,456 000000000000034f58533d95b2ec5e221aa730735e99b9d2709aa991d25d544e 0.17 MB 183 31
205,455 205,455 0000000000000463e691a18b0980acc5d9a4f49a26389927dbea3970ea12bfab 0.02 MB 35 174
205,454 205,454 00000000000000aa3df5a3a009ed554018e1bbcf75d2fa9e2c781114439a6b67 0.04 MB 100 2
205,453 205,453 000000000000009297ffa68af17b0f6873fcf15cb38e809859e36a8408b99684 0.06 MB 120 231
205,452 205,452 00000000000003c4e8bcc965f64c6f55490d49225616b337cef317db8495cded 0.03 MB 66 157
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.