Memory Pool Memory Pool Refreshing

9,501 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (730,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,573 177,573 0000000000000975d981de47ab20e7650bbbf57d72960bb0ac35ec2a8f6a82dc 0.02 MB 56 186
177,572 177,572 00000000000008e7cfaf273ac5a6f709b1ee951317aac484fb58451dcf833a78 0.04 MB 97 230
177,571 177,571 00000000000009b4f7b0110fde34e43d3a9577e27fcbe0d33278f36df5872d38 0.02 MB 48 75
177,570 177,570 00000000000002d528ad34efc776b4c1ad57c1cee15945a99ac435214afbe76f 0.00 MB 2 48
177,569 177,569 00000000000002b871b46b6e81acbc2c6f3ac62ed224f286ec0a1badefcffa3c 0.00 MB 3 43
177,568 177,568 00000000000007831677f2b748c16bbd6114f4ba008487d7aa0842d36d082d61 0.00 MB 9 56
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.