Memory Pool Memory Pool Refreshing

409 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 399 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (675,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,952 231,952 0000000000000165d9f90b1a7cdbfd5cec1528ab1fa86e599a9d2b244efbc992 0.05 MB 95 203
231,951 231,951 00000000000000cc76d4fa7d39296cfc2e7c2f5fd16271bf42b9ffdba024beba 0.06 MB 135 195
231,950 231,950 000000000000011a41c11af15a2e655ae61031e5f4dd3d1ff204174abd45d81d 0.10 MB 195 125
231,949 231,949 00000000000001c72e7a6af2ef5b5c601489a4f9331af3a88a02bcc26edb2a91 0.14 MB 296 129
231,948 231,948 000000000000016dde7b1fc85d67750826d6894ef65906eaa87eb7e32ba048e0 0.02 MB 41 161
231,947 231,947 00000000000001dacd9321fd3f6f4595712ef76d82d0af2f34efaef4abfaad75 0.13 MB 285 146
231,946 231,946 00000000000000d188dc39ac61c461e10f9bb052bdb4bd54c432c80c2be7b14c 0.06 MB 155 179
231,945 231,945 000000000000015c205baab8b3e008aab5eaaebbf43cda405c351ee9cc5a809b 0.08 MB 151 86
231,944 231,944 000000000000009449adf4149ff658646c86646f3609f7843accac412bacfe32 0.10 MB 249 158
231,943 231,943 0000000000000174b4b14d73cbe075e7a76c22bfde7ae1f3b444c7f55b40008a 0.10 MB 206 210
231,942 231,942 00000000000000c10dfc2416fa1e40f5ef0f0bfca769f1cf039afa51387c24df 0.20 MB 477 4,262
231,941 231,941 0000000000000131a29b94d5e3f52cc4696021a23eafa499d9eed1299f604a73 0.18 MB 163 110
231,940 231,940 00000000000001ad581a5053a14e92ac88df37e51bb61f8a4b6deab551a95585 0.24 MB 479 161
231,939 231,939 00000000000000d4b8d648fdaf5dbff16ea73c5dee621b855ba273d38f750898 0.12 MB 292 126
231,938 231,938 00000000000000227c5c0852d12537ce217ecb590c50b3ffc263da7e65c750a1 0.08 MB 192 203
231,937 231,937 00000000000000a7dc11bac7b07eaf5eaac7557b6d16f1d9b0f5bc369b0dd8c0 0.12 MB 287 140
231,936 231,936 00000000000001257824e7439343dbc7aa1b4aa58a1e5a9d4d536ce3d39b25b8 0.08 MB 180 240
231,935 231,935 00000000000000f61b5867ac65283c3b6e0c4026161dd1c62227e3877799fb8e 0.02 MB 34 175
231,934 231,934 000000000000018152fb63e780d4128a082bd6b02d08d57a65482e639041cef7 0.19 MB 292 156
231,933 231,933 00000000000001c7e0186b24825b3f2973ef6e8556bbc5f6a0aaadf363114fd1 0.00 MB 4 47
231,932 231,932 0000000000000160b4acd12e4bc66c2155d6b0d5207f5f34be65635370e90686 0.17 MB 284 148
Previous 10 blocks ↓
Total Size: 769.10 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,628.85 GB sent, 93.39 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.