Memory Pool Memory Pool Refreshing

16,430 transactions
5.29 vMB
Show Random Selection Loading Transactions
Max Size: 31/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,720 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,020 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (730,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,567 177,567 00000000000000930230f7286bef62546b2ea926f48dff9287e56ecfe200b202 0.00 MB 7 39
177,566 177,566 000000000000084d0160478a33f0aeacb6f7807de83fe02d6519177047a0ccfe 0.01 MB 26 126
177,565 177,565 000000000000023fb2b99b27f0e22f802c38e2b3b7be142d9431e603039cb6f0 0.02 MB 63 0
177,564 177,564 0000000000000ada1de4d134d825d1c6882691d27bb9afb77ba21011448f9417 0.00 MB 11 51
177,563 177,563 00000000000009f544f88cf31dd777af867f38365e6749a86c1242b83a143d1f 0.00 MB 15 43
177,562 177,562 000000000000073479adbf5bd7116d3144b2e485c62f8c49e883d240a6f8f67c 0.02 MB 27 297
177,561 177,561 000000000000022e189219fceec1626f1b48232129a0369d6d5c6812c9ac1741 0.01 MB 27 110
177,560 177,560 000000000000037d7e463c26aa78400c33d73f6d1754c907e88b87c0a97a3015 0.00 MB 10 33
177,559 177,559 000000000000043fe5b84da1ec45a2ef53d3d129e831892823bd6e17e9e7b1e2 0.01 MB 28 207
177,558 177,558 0000000000000ae268bcae5280c268f4a92a2eafa968da8cff34d67bff4399e8 0.09 MB 88 80
177,557 177,557 000000000000063f00f107fab308f4d95d28880e429b8a02544d266c081be865 0.03 MB 64 139
177,556 177,556 0000000000000512a777e882efadce97623f40b7095f2e5c83e6fd7e3f9cd592 0.00 MB 1 0
177,555 177,555 0000000000000ae0b7c8aef52c963359345448d521ecc2160650b5d2f53f15fa 0.00 MB 7 53
177,554 177,554 0000000000000117e80b958b5a49420a70108c41ab21152535b023e4a25320e2 0.01 MB 19 189
177,553 177,553 00000000000004b223c92f478cc04aba16b475d43beb34b0542a5c34efb3962e 0.01 MB 13 49
177,552 177,552 00000000000006a7bcb21c16f31aac74ae8eb3a796c7661baf8aad94aee46cba 0.03 MB 63 110
177,551 177,551 0000000000000729620bef99a45577b1a9e8430195d551ec2b71de45060be4f8 0.03 MB 91 154
177,550 177,550 000000000000085745124a0bf458ed060a4bedd870741136d549e78eb36bc927 0.02 MB 40 107
177,549 177,549 000000000000096a963bef9b66d3055f662b8713d56ef423b30626035feff80a 0.01 MB 12 7
177,548 177,548 00000000000009445f84aeed243caf6a19c7868176d9046a6bff271b3068c756 0.06 MB 137 134
177,547 177,547 00000000000000bf8bc470eb71250fe76b61084cf2ca3f7b5ea2a0689029bbff 0.01 MB 20 5
Previous 10 blocks ↓
Total Size: 769.02 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,624.05 GB sent, 92.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.