Memory Pool Memory Pool Refreshing

5,156 transactions
5.83 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,171 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,575 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,170 (730,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,585 177,585 0000000000000232f09a5d6a8a2f6564af11ceeb92ff1479cd04fad52b93675b 0.03 MB 69 216
177,584 177,584 000000000000054c85ac95943101fb50d3801b09af57ea9c070425a67abfcc2f 0.00 MB 4 0
177,583 177,583 00000000000000327117de9537e3bf874465af6c13d9cf8a3d3da95b36391f52 0.02 MB 24 57
177,582 177,582 0000000000000a91715140b90487586f61f548769c21ea66c912e9028191aed9 0.00 MB 5 22
177,581 177,581 0000000000000022ba470281ec63d21845940d494b940bd55438905541e8df70 0.00 MB 7 220
177,580 177,580 00000000000006883d0e372b7b40dd22bd8eafefa638e7f91298976b8aa939e0 0.00 MB 10 295
177,579 177,579 00000000000008dd3ddf820a8fbad6066165442f6ce7ca9ffa1f366d214668aa 0.00 MB 9 356
177,578 177,578 000000000000051140ed6ff3f5b2cf60bd8154d751c4a4a052c17b76656eac57 0.02 MB 44 99
177,577 177,577 000000000000038aff9827dbf56d99819f1205b351bcee4dc2e5f5e4a6545a66 0.00 MB 9 77
177,576 177,576 000000000000096c92dedf078776c53c83ec699c5c5599806be7c0e02a2989f1 0.02 MB 83 107
177,575 177,575 0000000000000026352ab7c96e4275862209f8aa45ebbaded8f33fecb09c1b7c 0.01 MB 41 209
177,574 177,574 000000000000042307d8288eec39de8816947c21aa9106eb4e8ad4620dd2f976 0.00 MB 14 44
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
Previous 10 blocks ↓
Total Size: 769.88 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,681.24 GB sent, 97.25 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.