Memory Pool Memory Pool Refreshing

8,623 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (703,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,203 204,203 000000000000013f3751e5c5f3b319b783f8aa2ee73c1eb620bcf6fff5c49c82 0.05 MB 109 173
204,202 204,202 0000000000000542bd25d68b702191d449d0aced9d1528604560ebbd63a4f03d 0.22 MB 529 85
204,201 204,201 000000000000016fd3943e447716c95d4f38b6eaa72127f479b4b8e57c148396 0.42 MB 1,104 166
204,200 204,200 000000000000053ab5cafe0435882b6cae116e69be95c0b10968ea94d9ba2d55 0.31 MB 584 87
204,199 204,199 00000000000003571b8bc8918a2dbe65a681ff0c44f4e3e63459327fcc116201 0.20 MB 509 185
204,198 204,198 000000000000013d82728fa1e0bd0352d5297778298578604a71c2415350a2b2 0.00 MB 11 199
204,197 204,197 00000000000004349718f16e40fa15aaf96dd13d434818a96011db83e0b8815f 0.00 MB 5 952
204,196 204,196 00000000000001e0fbd31157439a9febc7ffd0b6e5d9d58ce902d8629fc0dca8 0.11 MB 221 192
204,195 204,195 00000000000005728c6daa060db1ef585740c831a7515a08e0c0cf44921ae0e0 0.05 MB 127 144
204,194 204,194 00000000000003e531c1556692a694ea7e59ca0a8fc79e9c3b23b39711473fff 0.00 MB 1 0
204,193 204,193 0000000000000091977873ba26830f51756a431f7b03c953c42baa426cc0422f 0.02 MB 53 155
204,192 204,192 00000000000005224fbc68a89e57d3f146111bcf0457407c0b1751fba85c9132 0.07 MB 168 152
204,191 204,191 00000000000001d34b48f3292c4f1df6846461443b81f6bffa692abc70f9de3a 0.02 MB 24 128
204,190 204,190 00000000000003aeac2ecee61cbabefade6be0d4f42b19da7ab7853c8dedb518 0.06 MB 109 143
204,189 204,189 0000000000000120092d007b8bf93eb0aee51b7a6420c60860cc0434fcefff71 0.03 MB 50 93
204,188 204,188 000000000000055ca943ce8a11a82186b77f88460b3cc8f6cff7b434f50cfca9 0.29 MB 719 154
204,187 204,187 00000000000000f06d2913a450711ccdcdb8cc78195aa2e6bd6f56c15241b303 0.05 MB 140 108
204,186 204,186 00000000000002f9ee06bc87dbcaff12cedff32e9182ff0e971c90ec7929bf6a 0.05 MB 129 151
204,185 204,185 00000000000003ce4dce03e64c7d39d943eec5d0f65bffa2365fe0b965fbeaf6 0.11 MB 278 103
204,184 204,184 00000000000003f01e5f884840ab0913a3a846c2f790fe36d2b7c0dcc2b18ee3 0.25 MB 538 165
204,183 204,183 00000000000002c3d3fe248236fb76e56014991af351d6b8b389efae3cf4b7d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.