Memory Pool Memory Pool Refreshing

9,922 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (545,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,464 362,464 00000000000000000b165ad532992365f4e33562eaf0a58d80580b6d434bbb10 0.17 MB 429 35
362,463 362,463 000000000000000014481123d5e5c84fb03ed678104671ea3efaa97b52fd404f 0.12 MB 294 30
362,462 362,462 000000000000000001f5df514f605daf721227f095ba725feb568b070a778346 0.33 MB 736 28
362,461 362,461 00000000000000000692cf60563e99fe897b06f69bfcde40e0197bd0217efc0e 0.12 MB 241 26
362,460 362,460 0000000000000000112cb84b38e66604a21021e86f6d6c8c4172be489d448249 0.11 MB 272 32
362,459 362,459 00000000000000000d576c453ba4104eacb021d6f1627bb4a9daf15abc1af547 0.10 MB 202 17
362,458 362,458 000000000000000010d8ddc7b0d7a672e3967d948742ecfd5e48f37998f1565b 0.33 MB 560 24
362,457 362,457 000000000000000011938a5341298cec8c0ad405e51a9b93c8086e5d23cf7510 0.74 MB 1,497 32
362,456 362,456 00000000000000001195d44bce3b7b84dde4453236531a7dfb4d00cfe4f2c636 0.03 MB 66 1
362,455 362,455 000000000000000011cc80e82a48360ab9ebf67f99f0fb6dd5bdb1fbe09618ab 0.35 MB 740 38
362,454 362,454 000000000000000012706d7d72a385922ec90d00fd950a8f8544028d81787880 0.46 MB 779 58
362,453 362,453 000000000000000001af4af2377c1b219d98ee2aa7186b745ceb729f95473a4d 0.01 MB 45 32
362,452 362,452 000000000000000000dd2ff5aff9888e2c289a1127a95a9df41b2348e1d9e23f 0.03 MB 78 15
362,451 362,451 000000000000000009a58a4f3237957947ce89b62795536b1c65c0eb28fbcaba 0.21 MB 396 33
362,450 362,450 00000000000000000dfdf05263203e267a925941122a2923201c7175549c82b8 0.18 MB 371 29
362,449 362,449 000000000000000008ac4e4e7a78b8aa890762143a7a7522f19c156e47c88a48 0.18 MB 382 32
362,448 362,448 000000000000000015c04bfe4f917515e40e9db0ee2f3b02b71638835a8cbdaa 0.51 MB 1,157 42
362,447 362,447 0000000000000000004a9feda787bb30300b0d43b13e8a38a8c7532977d0a4f6 0.07 MB 86 13
362,446 362,446 000000000000000013c1292b1c4c783f46c71c95da028976ca0cd0c5723454a5 0.42 MB 917 37
362,445 362,445 00000000000000000cbf59439f497db3c476def14487f9d80da0da6719fe4a43 0.19 MB 284 24
362,444 362,444 0000000000000000142cd4ebb8e007b1de8f51afeb84316ce05acfa91fc00406 0.26 MB 308 22
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.