Memory Pool Memory Pool Refreshing

419 transactions
0.19 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,022 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,021 (14,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,450 893,450 000000000000000000011b9d3f31687f1e630748108bc4f1983501730d7eeaca 1.56 MB 4,385 3
893,449 893,449 00000000000000000000349a6dd5d828a549d64c682c638abb0a45fa1588a000 1.57 MB 3,155 8
893,448 893,448 00000000000000000000df5dd645ef5186c89de2a5a5fc700898e4f5f87c5a16 1.52 MB 3,105 7
893,447 893,447 00000000000000000001de4a2994cc8f07d369388d0701e589a5fe276edb826f 1.65 MB 4,406 1
893,446 893,446 0000000000000000000049eb88af76525ad731f71493d20cd0149405948c2aa4 1.68 MB 3,862 2
893,445 893,445 000000000000000000005ac042e9114d4f38bfa8be47c323823d4ba20a3be11d 1.58 MB 4,313 4
893,444 893,444 00000000000000000000a992af09dfa4402e4772a61ea131d89039008640f953 1.54 MB 3,890 5
893,443 893,443 000000000000000000010a2b17f9b262884b1d7e7c1f04fb2ac88e1b89347572 1.58 MB 4,418 2
893,442 893,442 00000000000000000001b216f4b0faa28969ba30ead229915510a1b5c89c1f9f 1.65 MB 3,959 4
893,441 893,441 00000000000000000000bcfff232c0db3bb72197f107ffbd461ebc47ada7a144 1.56 MB 3,543 5
893,440 893,440 00000000000000000001cc043288b127e628981a49bf3d26239c132156007bbd 1.97 MB 1,783 1
893,439 893,439 000000000000000000010d77fc837728ea69f1aa3b221c5e0b4d05f441ce4971 1.82 MB 3,909 2
893,438 893,438 00000000000000000002094e4e363492bca5f472adbf81478ac5bd35af5d9504 1.85 MB 3,314 2
893,437 893,437 00000000000000000000eb71208f386f478f790f09a79074b5323a91d44573a0 1.82 MB 3,324 2
893,436 893,436 000000000000000000011e003a3213a6324f1d9fb7aeab35185525568dba4d39 1.70 MB 3,837 3
893,435 893,435 00000000000000000002079fa7e25758eacd38115376b30ac6965c85b898fb10 1.62 MB 3,830 6
893,434 893,434 000000000000000000021ce79e2bf58639688fb63f274b1445f4ee2ed439c8ce 1.56 MB 3,432 3
893,433 893,433 000000000000000000018cc93a76d2b742b511bd722dd18919154cd04ce9f77b 1.48 MB 3,861 7
893,432 893,432 0000000000000000000042fdd38be1be9a4103ee0e63ff245a56a4fc6594f4b6 1.77 MB 2,832 2
893,431 893,431 00000000000000000000e73bea9805573e7b98dcdd766af8da2ef0f040565436 1.51 MB 4,329 3
893,430 893,430 00000000000000000001136b6250e667fe2b9ea272c52d35c4734f30446f6cf3 1.55 MB 1,738 1
Previous 10 blocks ↓
Total Size: 769.58 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.88 GB sent, 95.84 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.