Memory Pool Memory Pool Refreshing

679 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (540,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
367,283 367,283 000000000000000003e95b0acc32ac78cb961dc15004addf68c3ad922248b6c6 0.39 MB 808 46
367,282 367,282 00000000000000000f8035e36cafbf7367726ef541eca55281b89885ce95bcd7 0.05 MB 103 34
367,281 367,281 000000000000000009a43dc6a5fe4c95c6c681a00977b9b58a0340c3e3dab191 0.34 MB 759 39
367,280 367,280 000000000000000006ae36cbe8d76d5aef559b751b87d4201f293441b1490550 0.40 MB 737 40
367,279 367,279 000000000000000003e6bc76054a31ad3a889053b0f219f1f7639b2b294f736c 0.06 MB 129 36
367,278 367,278 000000000000000002e71aa6d7dd99a230cef63bb8ce858cfc73aac8059e54a4 0.17 MB 379 37
367,277 367,277 000000000000000001e97fcff8da7fb09256de373cebc919344a79bd94d23c7e 0.25 MB 396 27
367,276 367,276 00000000000000000f1e293f345a81def0cf913ddd96ebb883ba8a93cb56a3c1 0.35 MB 801 42
367,275 367,275 00000000000000000156c91cb39f64d757760bde412ddfd869fd8445b1b6aa7b 0.18 MB 291 32
367,274 367,274 0000000000000000144f9b3cf761abc3d201ec3b4a0d5c7f947878c30a10503b 0.36 MB 658 132
367,273 367,273 0000000000000000093f694b4c21f4ed661cba073733e5bb194810a2130447e0 0.32 MB 484 29
367,272 367,272 00000000000000000393f4f0d97e5f9367ee86699495afd12e31676aaf62039e 0.09 MB 170 36
367,271 367,271 0000000000000000064bcf2f4caa0559433ef654911363cb3a9d5fe66dea25f5 0.20 MB 347 34
367,270 367,270 000000000000000009bdf72d1e723cd6bad1497d232dcde6c8718e4f83018a09 0.15 MB 314 49
367,269 367,269 0000000000000000143da26adc5aa7b49976fc0faa28958542ddb552454ed377 0.53 MB 1,098 55
367,268 367,268 00000000000000000eb36a1d99609a53fc14a3c7f48fbc9c3e6216e5624dfee0 0.32 MB 665 45
367,267 367,267 000000000000000004551c0d518e0c02028b9eca45a27189e79871d0c0dd9560 0.32 MB 739 92
367,266 367,266 0000000000000000020289cd3e7c119993c3a9a9d3bd015ab17df114ee2929f8 0.52 MB 1,059 58
367,265 367,265 0000000000000000148d34954fa959f0ea3d78233867d287cdee54871c68c446 0.89 MB 1,742 48
367,264 367,264 000000000000000003155c56f1afd47a678208c8dea1f731deb25840ddd7611d 0.41 MB 541 25
367,263 367,263 0000000000000000129529e0da901f545f8ac58d0ae8bc19cdafe19bd94ad3d0 0.93 MB 2,439 62
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.