Memory Pool Memory Pool Refreshing

5,681 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (700,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,472 207,472 00000000000001e1a6a96e9be8840afb80852d86209afc54867bf3e1330ff3eb 0.00 MB 15 82
207,471 207,471 000000000000049babfc9a20a40958254ef8d31811781d15bb89ef53c14c9620 0.04 MB 110 195
207,470 207,470 00000000000000507bb1f8aa13ad2536cdd1b1386edc93968c7d0a417de202cf 0.03 MB 92 186
207,469 207,469 0000000000000224514a14ab5cc65c4e0d04e846a6e5f60038b62cb5665ae1db 0.01 MB 14 197
207,468 207,468 00000000000004ab8eea066e48633df61922118b1b292f22c75efee7529b2e5c 0.06 MB 130 168
207,467 207,467 00000000000002252029d0604bba959a5df69a39c368a68361774eae3d117e6c 0.08 MB 131 126
207,466 207,466 0000000000000461adb70d0fe782a10dda0492cc051178ac35c424536d94ebe5 0.00 MB 10 165
207,465 207,465 00000000000003c7eb19153a5a51a35e05228a56e6357f184fa30b49b1f140c3 0.03 MB 75 168
207,464 207,464 00000000000005091299bb414540e7af6ff32df903c152edf87690efe70e4f76 0.15 MB 379 191
207,463 207,463 000000000000038709086ac60d579652f9a607ca99e83f4299a23046e9e7c823 0.05 MB 129 218
207,462 207,462 000000000000011554b26aa3983f58741c973dc5f2c6184f879d302371213dbb 0.03 MB 59 143
207,461 207,461 00000000000000bde84ed1a7bd38f79b19f0ae780e4ad3632626aa94e09ccc0c 0.00 MB 7 604
207,460 207,460 000000000000010bb0ef172c29d8744507043261f0507e95cdd74b013b9925f9 0.17 MB 191 77
207,459 207,459 0000000000000095ad06a6403e5a7c1cdf632e9d9f165040431aad0fd2f9b0be 0.00 MB 12 141
207,458 207,458 000000000000042512fcf3cedc5b8cea34a8eb656dc9e9dede115451328aab5e 0.01 MB 25 122
207,457 207,457 000000000000017d6334ea4879445b3db2742aa4b126c15f780e359b10fec080 0.02 MB 28 107
207,456 207,456 0000000000000473bb364efa322545e19937bb67c653b9784793001016a19136 0.12 MB 323 214
207,455 207,455 00000000000001310f4410a7619b0672450b740cc25bb1cb0b1dce30de08de15 0.03 MB 84 155
207,454 207,454 00000000000001e718dd31d0f22f3a177f8dbbb03c37b1eba45614796b84cb89 0.03 MB 74 227
207,453 207,453 000000000000022e33f41c889ae9c06b1a74a7a7769cf59c2f22dabb527ee8bc 0.00 MB 7 135
207,452 207,452 00000000000001894a5aad844c222b51092dff0d62d55ad2c454d141f99418a5 0.01 MB 19 116
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.