Memory Pool Memory Pool Refreshing

2,019 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,019 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (100,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,293 807,293 000000000000000000006040dfdc679d12d8eba47215da6601bc8bf9cc2f7967 1.57 MB 3,003 28
807,292 807,292 000000000000000000001894322b292db64af59441288ab35c30060ad825b9a6 1.64 MB 1,353 14
807,291 807,291 00000000000000000003c5eb2b75beb0028f0c5dd9c424a227c5272899729a02 1.28 MB 1,817 18
807,290 807,290 000000000000000000010862f6ef5f47744ead8de2847bf3bb64e072c1fd746c 1.80 MB 2,316 18
807,289 807,289 000000000000000000052a8aecd9e7acaaf6efd513828e870eb3120213af77e0 2.00 MB 6,188 13
807,288 807,288 00000000000000000000c5f92f3a295df5bd05c1442bf6b157d6ae2c1b5c2bbb 1.54 MB 2,269 15
807,287 807,287 00000000000000000000d24358d1d5726c5d8b391f177ec3aa47ec57454670c6 1.18 MB 1,568 22
807,286 807,286 00000000000000000004d961ec89cbbcd8364b2ebd08c1cb7e078477a5796cc2 1.55 MB 3,215 15
807,285 807,285 00000000000000000004391df024ad927dc7cb69c13086e90f6ad575697b67c5 1.81 MB 3,642 13
807,284 807,284 0000000000000000000092a1511f74e054fa828ce1cb1eae424ce78bd7963349 1.52 MB 2,503 21
807,283 807,283 000000000000000000044a194883e83d42b0a324821c2aaf99d2f9fe51aacc84 1.80 MB 4,449 14
807,282 807,282 00000000000000000002f8f6a88831e06ff881b974d1271944d2bb89014ce57b 2.02 MB 4,753 14
807,281 807,281 000000000000000000048d2afa703debd5586d0a80578c0a4c1310e6b83d8efe 2.01 MB 4,229 14
807,280 807,280 00000000000000000004e9da51361b53257fd808e338e4a315635ce6e9203e22 1.86 MB 3,523 17
807,279 807,279 000000000000000000020505738aaccf23997c0ed599676523bd72bc475832e9 1.90 MB 5,509 12
807,278 807,278 000000000000000000002b5d7df375245f135dcb32ce02e87eb8f07e63a597fb 1.45 MB 2,492 23
807,277 807,277 000000000000000000030a7e7dd963851b8e0e92d559e07953291897b5c65dfe 1.93 MB 5,799 13
807,276 807,276 00000000000000000004ebfac0678cc9bd41192c8b6e9d15ace6699d02c63f2f 1.81 MB 4,297 16
807,275 807,275 0000000000000000000041e55fb49fd55b47bf5cde3690b7a4c7fa18b78cab6a 2.05 MB 6,418 12
807,274 807,274 00000000000000000000151e7aabc1457738530ee778497c02a714a114bfd462 1.83 MB 4,437 18
807,273 807,273 00000000000000000003b19e5022e1d48dab900cacedb6d1ed31c56aa37391fa 1.84 MB 5,067 13
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.