Memory Pool Memory Pool Refreshing

8,614 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,054 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (62,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,022 845,022 00000000000000000000cb1f3f5abd03ec36a2bbe1d0b040d9d7a6e86097b787 1.31 MB 3,366 8
845,021 845,021 00000000000000000000a848fd3b842eacd5ae201fbfa11ec6eeb4d184c54027 1.72 MB 6,632 9
845,020 845,020 00000000000000000001d90fb40fb21dd052382d1ac59a6715089941b92d1e15 1.68 MB 5,691 10
845,019 845,019 00000000000000000000ae4ae9381ce9940dab9ef3e17eaa54449da8c3449783 1.62 MB 7,581 8
845,018 845,018 0000000000000000000226587895876b60c1018a6554e4758cc8c76683f4a062 1.63 MB 3,781 11
845,017 845,017 00000000000000000000dcfcae2ecdb4113cbcb19d565a35e958407d618225f8 1.74 MB 5,132 11
845,016 845,016 00000000000000000001be12f08697ba5486ff14af1755ddf63b7ca8bd5a33ff 1.59 MB 2,711 11
845,015 845,015 00000000000000000000ffc7993305c2009bed6f41992f9e4c7ae951e5842eed 1.56 MB 3,359 12
845,014 845,014 00000000000000000001d96a6715f1327fdace920bbd03141c2b01fc6b803d3e 1.65 MB 6,479 9
845,013 845,013 000000000000000000005f7348d2167eb6761e96014936f5fac16caf5da33e0a 1.73 MB 5,733 9
845,012 845,012 00000000000000000002fd2cca54882e90db1e5b17d25dca395dab7be93f7ca0 1.62 MB 2,676 15
845,011 845,011 00000000000000000001bfca84da2546f795c5c3662e417d15102c056cb280e8 1.64 MB 6,345 8
845,010 845,010 00000000000000000002e9955bd1c9a7c174944aef35c5baabdaf46cffdfc498 1.50 MB 2,999 13
845,009 845,009 00000000000000000001a4b5db961c45dba128fae894c4ee3d92720b939bdc8f 1.64 MB 6,320 9
845,008 845,008 000000000000000000008faf9cc3cef7548903b91325756d48e7841414426f6c 1.48 MB 6,901 9
845,007 845,007 00000000000000000002436abcc11653bb762bc66069cc0a7798c1da3a446a62 1.55 MB 5,882 10
845,006 845,006 0000000000000000000187ad24b1cd2068ef07cadb9be2a2259f4e930f855e80 1.58 MB 7,381 9
845,005 845,005 0000000000000000000328fb3bc5ca99e32af449091d4993bbf3d63ee32c4531 1.54 MB 4,273 13
845,004 845,004 000000000000000000033c433cbd415a40713ac701e9bfd6246ebdcdb7dce9f8 1.31 MB 2,224 8
845,003 845,003 00000000000000000001fbda2d0a90ed46fa7aa168159891652b5c2143cddbf3 1.50 MB 7,508 8
845,002 845,002 000000000000000000018c83bdb86f8e0a1af1fcbf623f7229b5b56cf9502af7 1.62 MB 5,187 11
Previous 10 blocks ↓
Total Size: 769.01 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,621.31 GB sent, 92.91 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.