Memory Pool Memory Pool Refreshing

158 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,013 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 136 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,012 (775,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,210 132,210 0000000000000b74509cd075f3982def4acdacfdc60c1d680a0454317ff1b8e6 0.00 MB 5 117
132,209 132,209 0000000000000b56ebad73b06f8c118339336dcc78b68eb200d88f61795bc948 0.03 MB 80 233
132,208 132,208 00000000000004cdb85d0f3daf8474a7a8aff17bef95a13e9f9193c22c65ef2c 0.02 MB 57 292
132,207 132,207 00000000000005b4fa6d314c53bf8955ca008db4a127b99413096a54a9b74457 0.01 MB 21 799
132,206 132,206 00000000000012ab75174f0bc397cf77bd5e88465e76125fbd4e39140a0010de 0.01 MB 12 383
132,205 132,205 000000000000074ffd87552546c48adfcdb1d0a7d25ee70f7c5b90758638d08e 0.01 MB 9 485
132,204 132,204 000000000000030576af8501e29e132c0ecbd870c400fe14151852992c0c4a01 0.00 MB 3 71
132,203 132,203 0000000000000f2cbbf73b35325aca72842d417fcc757a5b05ee194a313f29ac 0.01 MB 17 486
132,202 132,202 0000000000000e1b559690a71e9657a78fb0221b507bf3bdafddc4fc036c767c 0.00 MB 10 1,013
132,201 132,201 000000000000087bf95394440739d33fe7e1e6b4d4682a4c5b30e9783e8e86e9 0.03 MB 91 65
132,200 132,200 00000000000007b4fa1ede15a0207c76558d1e8c20257945ed5837c0e9c0b7f9 0.03 MB 56 677
132,199 132,199 000000000000038335ead9e6a7962a89d08cfb7f79487a29c42b188b95722e37 0.02 MB 56 225
132,198 132,198 0000000000000108ec5dbc7335e4c1f155b0381da2482d30dd0c6788b5119154 0.03 MB 54 479
132,197 132,197 0000000000000e679e6cb832cbd0bb14897eccac42479df0bcb9ad1f915cbdf0 0.00 MB 11 2,051
132,196 132,196 0000000000000819f64a89683571c8d5259895e4cb89a5d1eb102a142a0474f2 0.01 MB 22 188
132,195 132,195 000000000000118403ffd4597dff622d9fd2e12281cb9f00d27c9fff685f0dc3 0.01 MB 24 976
132,194 132,194 000000000000007bf3656d66dd0e5276773fc451c8cb8d32b151db7646af71c9 0.02 MB 42 609
132,193 132,193 00000000000006d829168da0ae48246f44f6020b0d3b79d307fcdeb582600eae 0.04 MB 147 70
132,192 132,192 000000000000053bcef0f1aab308d5c04b06f2789a1eb2fefbf566e07f65b0f6 0.01 MB 34 847
132,191 132,191 0000000000000b0ac8aa631a7f6701d3e7b90a3f7d6360eeddf3c873a6e64a80 0.01 MB 35 668
132,190 132,190 00000000000006ba256d4d3b73fd58e6b638ef096159c14e702783ef2e17e7ec 0.00 MB 14 674
Previous 10 blocks ↓
Total Size: 769.57 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,649.61 GB sent, 95.78 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.