Memory Pool Memory Pool Refreshing

1,172 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,161 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (774,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,363 133,363 00000000000006518d435d2509d8cb30ad335a1c8cdd81a367b6e2a4fa2a51b1 0.04 MB 75 1,174
133,362 133,362 000000000000054241925ef84b544438ed91c806280ccad475bae9853d07ad28 0.00 MB 7 319
133,361 133,361 00000000000007686fe134afcc12e29be1392cb5a121065df5261569d31f08df 0.08 MB 209 434
133,360 133,360 00000000000002352a6a37dc80b2b81253ddccabc0c2727627bbee342cb5768f 0.03 MB 77 927
133,359 133,359 00000000000008118132ee4eecadbf30c283c35d403b4bc28910ae4e0c35d585 0.01 MB 19 1,315
133,358 133,358 0000000000000b7842f159457ef1cc2a0230e6f985ad1e44b411435fa6a8d979 0.04 MB 125 429
133,357 133,357 000000000000049ff9f3ae809192c5fe33eee4e5ce8b61d91a1fd79ad5ad813b 0.02 MB 51 449
133,356 133,356 00000000000008c5482caea7e9eec8d492f5a2f06d7e596e9cbac8491a6d3b90 0.00 MB 13 576
133,355 133,355 000000000000010f274585e3a2b693d4d5f64aca48403157dccf9e71f49cb597 0.00 MB 1 0
133,354 133,354 00000000000002ce5c2b249b179389c251a6ad8a9bba2057625ee3dce651c9c9 0.00 MB 11 17
133,353 133,353 00000000000000578e0902189ca9a0d908b2026659fef4347c06b0f6a94d8e21 0.06 MB 204 54
133,352 133,352 0000000000000ab3be9afa9d134b9d9a6abde46f445877764e9be4721166a1cf 0.03 MB 58 395
133,351 133,351 0000000000000313180d083798923e8436509f646b198762feb696e1797dddd4 0.01 MB 19 1,938
133,350 133,350 00000000000002fd9103917d9a0347615b49c90e16fb720a5c3e4bbea2139e0a 0.00 MB 12 53
133,349 133,349 000000000000046cace7c107a27583c94757e75ece468055ee44fa817e6260c1 0.01 MB 12 186
133,348 133,348 000000000000042295936d891c974de274a06d80c9b41d9eede611a0a1c1bac1 0.00 MB 11 667
133,347 133,347 00000000000007a9db76fb8680a4fe3394989aff0df4d0f19fcc7b99865c733a 0.10 MB 128 138
133,346 133,346 0000000000000479a59051ba236e8f0584f515a20a8ea30f1d5cd41ba1c705e7 0.03 MB 56 878
133,345 133,345 000000000000060ebba1acb2dfa2d7ba58eb28566c4621834a2f92953dc8478f 0.00 MB 16 0
133,344 133,344 0000000000000365a64775068484b57ccebb60a4f06b8d29dc0862e98def671c 0.01 MB 24 975
133,343 133,343 0000000000000901d21bfb20148ae5965378a77bcadedd26a993e59ab6ab0a5a 0.01 MB 37 856
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.