Memory Pool Memory Pool Refreshing

2,366 transactions
0.65 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
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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,346 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (577,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,170 330,170 000000000000000004c6b581080ca657a89229266f7ce5a9ef2986b2eaa4aea6 0.34 MB 691 26
330,169 330,169 00000000000000001b1b9b853f29477f7e42c1d42c090a43c56fe446fd9aef68 0.03 MB 64 49
330,168 330,168 0000000000000000160c6d711f9cd4b3c7b048e57eea3c73af4d74dd9ee6a9e3 0.45 MB 726 22
330,167 330,167 000000000000000002cedd3fd118aad2958c759580f95eddc0c495e741464109 0.90 MB 1,914 39
330,166 330,166 000000000000000018c7f93567e67dd8de99c09d8ea05c0f964e521eb8eab28d 0.03 MB 64 30
330,165 330,165 00000000000000001132d5b6f64e8aa86a7865657c57b6f70b7c825f2f3cb4cb 0.39 MB 780 31
330,164 330,164 00000000000000001592d6fd9f69e6d15413a9bad385bca0bb922b8767d5d9f9 0.02 MB 45 17
330,163 330,163 000000000000000018ff4bd277b5109391a677d9554533cd982127503a93c299 0.31 MB 659 31
330,162 330,162 000000000000000017473bee70df35198811ef4960078d4bc1237f1406857bd4 0.03 MB 49 5
330,161 330,161 00000000000000001808196e13f000d475d1ee3ebdee91bf5674f95016cbbca2 0.44 MB 310 14
330,160 330,160 000000000000000012a45c6c3cebb0c1f25cffcf22f623257ce85b8d8c9619a1 0.32 MB 823 40
330,159 330,159 00000000000000000914f4c8132ea1d149fa0659dc3e0a0c771fd87a1da8191c 0.10 MB 199 28
330,158 330,158 00000000000000000d01e5e9021729d9ee3c567dd16114875760bff1a36b5db5 0.01 MB 28 26
330,157 330,157 0000000000000000117878de0b3afcd2015fd27dd8d447ea2eef74d0a629022a 0.21 MB 277 21
330,156 330,156 0000000000000000062f7abef7d9450c0dd6a3f625030d95fd3d60ba1a6da8a7 0.18 MB 475 34
330,155 330,155 000000000000000006cdfa20f009c8d6e582a71e0dba7479fb2886ebdceb19b3 0.22 MB 390 26
330,154 330,154 000000000000000004374491fb7ed9fc3e4164a6096e57c78d4ecdc601b8c483 0.16 MB 268 27
330,153 330,153 00000000000000000cbd9e92ab9e42c0156baeac92b071af0373d8dc2e0e64b7 0.31 MB 569 27
330,152 330,152 000000000000000015c9881d63e99f7f7a742fd2eefea445fb0b521f2922cb97 0.75 MB 1,350 29
330,151 330,151 00000000000000001a388216f42bf691c228cbe5f55e28e0a25ebfb79cc7f45c 0.04 MB 128 35
330,150 330,150 00000000000000001a37afe0d56f6ff3d187a7a74827a08a641ae82a29e08210 0.67 MB 1,067 25
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.85 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.