Memory Pool Memory Pool Refreshing

6,002 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (193,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,233 714,233 00000000000000000000fc639e6f4b7e268978ff423492b4b47c2cb0ac076b4f 1.50 MB 3,429 18
714,232 714,232 00000000000000000007542b326309a0e247a40dc3a4c0cc9d8328be65b413ce 1.60 MB 2,595 8
714,231 714,231 0000000000000000000b22c58a01c101d909522446154111bbf68d8dcdfe2f39 1.77 MB 804 3
714,230 714,230 0000000000000000000b0f52a07c44a91c83438009916c13391e592b5c15c37b 1.63 MB 1,748 7
714,229 714,229 000000000000000000041882ae80aae0e992cd7617958fb8174326a88b15c54c 1.76 MB 111 1
714,228 714,228 000000000000000000074808d0bdd8d025dc04d5e452461702dd044dc1956867 1.53 MB 2,038 9
714,227 714,227 00000000000000000003c71dda3aaf0254a7c8cade5b77b8aa7ad20383809a53 1.81 MB 633 2
714,226 714,226 0000000000000000000b165c18a36d942c7d35d3ec27efef096572c3d8f1f39e 1.65 MB 1,623 7
714,225 714,225 00000000000000000008551770fe7f41b5bd4b003ade8184fba5c96239fe32e0 1.73 MB 950 3
714,224 714,224 0000000000000000000193639622061e05c1a7c4b2710da927dbc6043d878c2e 1.72 MB 1,403 5
714,223 714,223 000000000000000000038d63c46d2eb65f05ab5f93cc007718e41d358dc8f099 1.76 MB 1,017 5
714,222 714,222 000000000000000000085caefaa2eb088b184bd48e71948bebffc5e81a53fa39 1.68 MB 1,798 3
714,221 714,221 000000000000000000005f05016965730c7fbc7b99c02b161e28fcf29e315feb 1.49 MB 2,911 15
714,220 714,220 0000000000000000000a41cfd408d95ab058af0be8f7f741959251107bd3b966 1.83 MB 440 2
714,219 714,219 00000000000000000001ee86122b468c05702d42386cc0b494350670f9b54114 1.75 MB 1,631 3
714,218 714,218 000000000000000000078b377a06185a93db982a49d5899c5884bbb5ab3fc642 1.43 MB 2,827 18
714,217 714,217 0000000000000000000240444121d89b8e6fb1ed23c379cd6fd95a108a194957 1.54 MB 2,123 9
714,216 714,216 0000000000000000000717997de51b78d2881927d4ac4378c3a6770eda4be309 1.55 MB 677 4
714,215 714,215 000000000000000000059e7b1b96521116053db053e2ac090126a3bfcfcf629d 1.55 MB 1,717 8
714,214 714,214 00000000000000000005816d2b362ee67c67bdcb79a3dd83d16e76f3e844be37 0.00 MB 1 0
714,213 714,213 0000000000000000000809f22769ba4d0f9b773d6b9b9bcc94cda7800cc71397 1.12 MB 1,901 10
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.