Memory Pool Memory Pool Refreshing

12,697 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,821 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (720,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,089 187,089 00000000000003ad796c280afd86b04d3663f9aeec8be538124a248f037968ad 0.11 MB 269 118
187,088 187,088 00000000000009187eb9522558665699cfc184b74251bf5e21b50b57fdee7efa 0.16 MB 486 170
187,087 187,087 0000000000000593e6c2ef8f58a57ce465ae64096c9c4e1487bc82d927a2130a 0.00 MB 10 14
187,086 187,086 00000000000000e41e4b55c4cd607a09d85c73768685fd67b7237e8bf5af34a9 0.06 MB 133 115
187,085 187,085 0000000000000811fd095cfdf89ebdfcc7f0c64bb5c845022127aa7147e2eafd 0.17 MB 586 182
187,084 187,084 00000000000001a64161015de457ba0d0d7ae0bca35d6d188a7b25ffe0b6987b 0.00 MB 10 29
187,083 187,083 00000000000009474ecb537870256773110b2f87101a98de05c5963da08745cb 0.13 MB 460 176
187,082 187,082 000000000000073e31b276ae14d00fe0c12fabe4be4ef9978f4914a22ed72ba9 0.00 MB 8 43
187,081 187,081 00000000000004ab2561097f2a4195037186dc49b11776a120f401e3997aec93 0.01 MB 9 0
187,080 187,080 0000000000000134402e65ed155568520e37f5d4bde84df2e8efc37f9fdbe0c7 0.16 MB 485 182
187,079 187,079 00000000000000abd64932635402380579631a5c857bf2086e9cc4e0020c5887 0.05 MB 65 78
187,078 187,078 00000000000003924415dda4adcc901d5312e6c6a262efc10182440ecb738021 0.00 MB 13 45
187,077 187,077 00000000000004396be5ab60e0e63a4432a2d2073b429c01cd397845c19dd215 0.01 MB 27 106
187,076 187,076 0000000000000909b7ce68660792c636344a0105e14efc6c652aa985200b4c23 0.02 MB 74 154
187,075 187,075 0000000000000537d7ee984615db72cf472ed85751c27adcdef9e91962098b59 0.03 MB 107 97
187,074 187,074 0000000000000411fbf58f8492c5f742231758b3366ffbd348dcf4ffcbde0312 0.00 MB 11 29
187,073 187,073 000000000000079150a014cad61865b501f6bc7c6ee6d78a5cfc3c2596f369ee 0.06 MB 147 151
187,072 187,072 00000000000003219759effa6136da84f2f21924cc9424a21a6aecfd582c0d06 0.09 MB 294 144
187,071 187,071 00000000000004e6fd93b51dfcf6d59355cbe71805cffa1776e3df759a290cc5 0.00 MB 9 0
187,070 187,070 000000000000028079e07bdb0b0c63361880b3a5c85073dd98f9a9504b8d5502 0.07 MB 125 81
187,069 187,069 00000000000001f74f092593972faf6e9eda36b878f9dd207bed910412df652d 0.06 MB 113 129
Previous 10 blocks ↓
Total Size: 768.93 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,612.76 GB sent, 92.49 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.