Memory Pool Memory Pool Refreshing

788 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (719,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,786 188,786 00000000000007fc5d1f3564ab38c322efd1a7bfc9c5fcbcaf9b79c9657c2fad 0.09 MB 216 122
188,785 188,785 0000000000000485a78ef1ed0115d14f7939a8bd2337921de539c0826dafaa11 0.12 MB 256 76
188,784 188,784 00000000000002d49828ee18a645fceda5b274bfab9e42e98600edbe2296ee4f 0.22 MB 458 122
188,783 188,783 00000000000008f2315afd2b40a6be0c085ce222ffc69d6cc3af79c54e7e323d 0.13 MB 256 58
188,782 188,782 000000000000023df1fe370bfb835cfea40da92a4cba5fc8b01b963850777dab 0.01 MB 16 93
188,781 188,781 000000000000060966b8a46bceb42ae55a2f75a4606d4556e158f10f5e51e617 0.11 MB 243 117
188,780 188,780 00000000000008bc5b9a582fb168a2a16feca1564cc9eeb82f968319bad92a77 0.04 MB 96 130
188,779 188,779 000000000000004429a69bcbb86d41e069c41af5204e68f905554a6148f7fa06 0.05 MB 142 72
188,778 188,778 00000000000008aaedd269d05223c08279e4ceb63b65936fc3f75dce6608738d 0.04 MB 81 59
188,777 188,777 00000000000002e4cefd729bdf975f131ac72d8ffc59d018053c7cd21c64ffa4 0.22 MB 525 128
188,776 188,776 00000000000004b0366d9afc05ad07d0fe7dfb6ecb2f016fde39084fe401ee20 0.06 MB 132 134
188,775 188,775 00000000000003513acf66710250107e635855f5aa903070eabc9334a8ed5316 0.09 MB 202 99
188,774 188,774 00000000000002b5afd397617fe4efba72d69aef8db2b7cc07f0473363a5f5c4 0.23 MB 512 98
188,773 188,773 00000000000009796a6c422e38b800676336b3b98c6cb09aee5358f7bb7c81b9 0.00 MB 9 0
188,772 188,772 0000000000000754537298dfd9b932b7d754d4a96aaeb47a071380a5d7a503ca 0.10 MB 256 145
188,771 188,771 00000000000002eb33333f1c7bb5987a63623d5564bbe65fdb016e3198f3ec90 0.18 MB 449 153
188,770 188,770 000000000000018a1841738ab5144da08beb31d0cf0f0c09773f43f812e89dcc 0.07 MB 182 149
188,769 188,769 00000000000005e31921df8378658fa482de4f0550d7157e94b30491bb227723 0.05 MB 105 139
188,768 188,768 00000000000004851940346933e6628842d24586fc6e120741bd269c422e6abb 0.03 MB 77 78
188,767 188,767 0000000000000542ea95d24b712687c349c9f0423d9817892da0c7ced2b04b27 0.10 MB 190 157
188,766 188,766 0000000000000263261fd17537e7d37d2c89ed5ba66601bc7ca6c313f31df705 0.05 MB 158 54
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.