Memory Pool Memory Pool Refreshing

5,937 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (13,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,295 894,295 000000000000000000014f2d32dd7952ce1ba6658614c7016502f767addf385e 1.73 MB 3,785 4
894,294 894,294 0000000000000000000169640fa91e1be76b2b171b67166080d150b6132924a1 1.64 MB 3,886 6
894,293 894,293 000000000000000000020714f8ddd2c543087b74c6369fcc75692798c4f5426f 1.75 MB 3,480 6
894,292 894,292 000000000000000000006e9405d9887385fec764d421d977b92689f9c8b50711 1.62 MB 3,726 8
894,291 894,291 00000000000000000000b7a4a24eef784344fd98ccf7cd4861ce4a763c7efe8c 1.62 MB 4,203 9
894,290 894,290 00000000000000000000f29968445c350453eb8ffe73a573b543aeb42c84469c 1.55 MB 3,898 15
894,289 894,289 0000000000000000000224d4e902c74188d3f43547a01b83ac84f1787c8aef8e 1.76 MB 4,032 4
894,288 894,288 00000000000000000001b5f00cee6738ac62032dd46845e9d9cda2a9a18ea0dd 1.74 MB 4,314 4
894,287 894,287 000000000000000000011a9e809ce6aee5fdab239635caf59ba5fdfef64eedec 1.64 MB 3,631 8
894,286 894,286 00000000000000000001f4a11f8e1e149c4803db8d78ffa1fc72bbcb5b4db379 1.60 MB 3,757 3
894,285 894,285 00000000000000000001cb6cee87b8ac81034ec9300cce8a1d6350c2a7f85ea3 1.62 MB 3,621 6
894,284 894,284 000000000000000000018c09b4accd0a999e8e656b05b33ccaf38451ec910dd2 1.66 MB 3,926 7
894,283 894,283 000000000000000000008a2e84a30d0620d120782b68203fded62c68884e1e61 1.77 MB 3,750 2
894,282 894,282 00000000000000000000ad7d91aa3712576ea2cf18c2ae742bd610543dbfd593 2.16 MB 378 1
894,281 894,281 00000000000000000001f03f9e5e0d137f53fbe668b975417c430a42715243dd 1.69 MB 3,463 4
894,280 894,280 00000000000000000000599ed6ff640dcd8b071b82002520a0bffcb0b42d6d60 1.79 MB 3,193 3
894,279 894,279 000000000000000000005c0c3e734f4aafbbefd713ec4f691db82226ded5d57c 1.86 MB 1,169 2
894,278 894,278 000000000000000000023044a3e8d2c7f69ade82f605dcabfddf268c7df7a3ab 1.68 MB 2,846 3
894,277 894,277 000000000000000000014486ba2500b40321ed08cafc9a0bc710dc5a52123cbb 1.69 MB 3,821 2
894,276 894,276 0000000000000000000025ba10d2501413448eca537ce67a2c21a00b6443f5c2 1.55 MB 3,221 1
894,275 894,275 000000000000000000015adf18a83f80710895a485348c106422c41a0ee6bcea 1.12 MB 434 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.60 GB sent, 94.02 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.