Memory Pool Memory Pool Refreshing

3,811 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (330,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,980 577,980 0000000000000000000877ec01b676cd5f5701b396761768bfe5312e55e4e2ee 1.22 MB 2,456 74
577,979 577,979 00000000000000000023b163bf9e389922d07f028da766bd9402da7b11353317 1.63 MB 803 26
577,978 577,978 0000000000000000001cd7db7bec94b54b700b0c2d6ff1b29a6d5f0e09687f1d 1.24 MB 2,473 96
577,977 577,977 0000000000000000001134586bc41d36a33be451b4e7399d273066bce43c0641 1.17 MB 2,380 58
577,976 577,976 000000000000000000058628e88d0537007e7979996044bf8c310b3ae68acb91 1.30 MB 2,130 91
577,975 577,975 0000000000000000001952d116a15cab3ee067c4cf7db0341cfbbc5ce4f7b0f5 1.14 MB 3,109 89
577,974 577,974 0000000000000000000e0793b99cded8f52ab84789747dd1f427a11ee6e2277b 1.16 MB 2,177 132
577,973 577,973 0000000000000000001fcddfadce379e8e3801ea7eed48015ea22c33fe23318d 1.41 MB 1,884 93
577,972 577,972 00000000000000000009236bd06adf809c1855bcfe6be272cd5bece99d7f8c07 1.33 MB 2,298 115
577,971 577,971 00000000000000000002bf33df131231bc8546a89ea2dbcfbc1cb4230dfa3df5 1.28 MB 2,739 164
577,970 577,970 0000000000000000001e411818203567b64ecd32546a80ecdfee40fca3af3f64 1.26 MB 2,368 112
577,969 577,969 0000000000000000001a9e6df678fa37e62fc42ecdf772e215fe0aa24b9a9be3 1.10 MB 1,937 134
577,968 577,968 000000000000000000157b2855856c4a677a642b1d4f8520d97d815d14cdd4a2 1.36 MB 2,965 143
577,967 577,967 0000000000000000000ec76910a08658c8df299089740b1ca3af3b55bab020f6 1.18 MB 2,846 190
577,966 577,966 0000000000000000000c24afc4fbbe235bcd77dc746b154d685fc6c56bac75b9 1.37 MB 1,603 102
577,965 577,965 000000000000000000283973555dc42801209fa9b9e5f950ec21780dd6db3349 1.22 MB 2,501 160
577,964 577,964 000000000000000000036f52878b5b07b80e839dc135d1edeaf7efd0a7563b2c 1.23 MB 2,735 151
577,963 577,963 0000000000000000001eeb45abc8d66ae9d60592d097f6257b15189c7a458ac3 1.27 MB 2,590 168
577,962 577,962 00000000000000000025838b1d0345431733ee43163124bd116ab3fd2a79bf74 0.30 MB 554 82
577,961 577,961 0000000000000000000c939324d9fa6d712ebe4a9fed454b7d80b40290cc7923 0.03 MB 21 79
577,960 577,960 0000000000000000001a25944474195e2dbad4dd2ff3d134cec1961155e7b9e9 0.02 MB 48 54
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.