Memory Pool Memory Pool Refreshing

2,187 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,166 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (702,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,528 205,528 000000000000001135835d1de49ac829694f5a8c29681c13323388bc199b5ac5 0.13 MB 308 214
205,527 205,527 0000000000000018d5ff56ea29dab91418da289bc2948dffcc86e672e802aef3 0.12 MB 198 97
205,526 205,526 00000000000004315ef3618dcb6770017471a017812cff795503eb3b36cd8921 0.09 MB 215 255
205,525 205,525 0000000000000332add9c02c7b5691e2c9549ab54146cde48487da9d6f500c0b 0.00 MB 10 251
205,524 205,524 0000000000000242e6b471f982bf93a25d3cb68d358513266860ccce40cdff96 0.10 MB 147 65
205,523 205,523 000000000000003b6488a3af111a37de3188f2d0afec619dd3b36f387f5b127d 0.01 MB 31 179
205,522 205,522 000000000000000605c663bd8ce348a2b078464e1a76132295048e9195fb212f 0.01 MB 41 172
205,521 205,521 000000000000033972e8ee61d9998cb6ee09ca6fc9d9db8e1b4504bfa3a0f427 0.03 MB 64 202
205,520 205,520 00000000000004b2f7ed9d0e52cf8266484d49150aa6ea9934004be09ef34a56 0.06 MB 135 131
205,519 205,519 00000000000004f004935722e020993c9f4745beb7b29ecc87cf503d506b1631 0.02 MB 22 47
205,518 205,518 000000000000023b3610d1049f0886365aa384c2d27bfcc27c8222047d17e257 0.02 MB 47 57
205,517 205,517 00000000000001e705623878cccb3ea20b059f49552ee9ab81ca0be21c3a0226 0.09 MB 40 112
205,516 205,516 00000000000000f526f9c84249dd614042383259463e10510827097d8981f6c6 0.02 MB 44 153
205,515 205,515 000000000000025e03199c9153bdf2d05e83deec70ffdce19d87e8a1f763791d 0.00 MB 11 258
205,514 205,514 000000000000048b11b8a0d7bd2c4e7febac8285ad2a7d18d1d104a8f4bd4b3f 0.03 MB 68 87
205,513 205,513 000000000000018c379c5500dc429f1944843666436a8ae3b953c0a05ae36ce2 0.00 MB 10 0
205,512 205,512 000000000000008356509740e345bc1369e5fbf227c955570ca1a6b14daaf64e 0.01 MB 22 115
205,511 205,511 00000000000002d012ec8b772ff6955e83b2e4a8082dc441e68ea33b8da57eda 0.02 MB 42 200
205,510 205,510 0000000000000552b1b3d06264cfd1f9602ce1c783c51ce6b971e8fc2ff219d7 0.06 MB 96 125
205,509 205,509 00000000000003005363d5e65691db85c7a3f67f596991b8b6715cee5a6dae6d 0.04 MB 149 17
205,508 205,508 00000000000003e9aa0c2fa793f9ef1248819514f7d4e975d51cb6c168b2aded 0.02 MB 69 37
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.