Memory Pool Memory Pool Refreshing

2,193 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (720,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,095 187,095 00000000000004d3a9d3ded5435e488611f59d27359df1ddcd482775cc3d3fcc 0.07 MB 209 161
187,094 187,094 00000000000008340a591ae6aeab4bea166619882fbab2b56df531e33b6f3a09 0.02 MB 45 81
187,093 187,093 000000000000037849260ef83f45f85d1db27b9fd513f1409b28214f3efb9c85 0.05 MB 88 56
187,092 187,092 00000000000002b02b00b96cf6e564c3956119eb288bf85c6b6ddce52665a2bf 0.01 MB 14 48
187,091 187,091 000000000000055b69520aabd0ef46e9266a208d902d797cc4f3e83ece15110f 0.00 MB 10 62
187,090 187,090 000000000000069e4281f42b611447c749b869fdd20f8ae72d24f38025ae7414 0.09 MB 220 17
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
Previous 10 blocks ↓
Total Size: 769.43 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,645.56 GB sent, 95.10 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.