Memory Pool Memory Pool Refreshing

3,308 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,073 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (905,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,980 2,980 00000000572d35219bf83f85f0d8a3e972df391ff75c000ffff80455ef526abf 0.00 MB 1 0
2,979 2,979 0000000093d886b022912d12fa6e21555ae43d1c5c980083e44eff6195e1fef7 0.00 MB 1 0
2,978 2,978 00000000949dca9b431c0e7ab2824ea53720fe54a897f3f70b7d1b910935f3b2 0.00 MB 1 0
2,977 2,977 000000007d0e1add254a6d6802da19f7059e218b3ae57bf29caa843694efd121 0.00 MB 1 0
2,976 2,976 000000002c7d06e470034ede0b49597c3743b1c717ec1605f4a86cbb07647e08 0.00 MB 1 0
2,975 2,975 00000000ea632440f0d82612c132320fe0ac68c320468054c6cf836c4db50c85 0.00 MB 1 0
2,974 2,974 00000000e38cd27491d5a6ada8965ab82a6e24ff12ef2f9aae81f4c30beab55c 0.00 MB 1 0
2,973 2,973 00000000381e31c7775c6b6aad8c4344321a24bed056e020cd8e6b5149d2c447 0.00 MB 1 0
2,972 2,972 00000000d94f1d51a312d293fe4acaea8aae1377eb26ca4c0b8bcb50ae43f743 0.00 MB 1 0
2,971 2,971 00000000f85571f33b3ed8eacd52c1a80d70ade909d342c7f8a479dbbd3180fd 0.00 MB 1 0
2,970 2,970 000000005b718997744bc4d45b0f5106db14ea7e84ebbb00ed074c4e40094baa 0.00 MB 1 0
2,969 2,969 00000000113fc1ffd1e47d79786edebea211d22d9dc608850cd980ffc9023da4 0.00 MB 1 0
2,968 2,968 000000006786272f2f84e16361158797a4193d0129d7aa13d644762249837e50 0.00 MB 1 0
2,967 2,967 000000004abc190347ad0e28c2f888a4ae1c6b511d7295bbf12b80eded002475 0.00 MB 1 0
2,966 2,966 0000000049cd7c0044964f6e9148e3a7c30beee4fbb1a7670881e941ecb1fb39 0.00 MB 1 0
2,965 2,965 000000000467d523783dda1a1bf918a70623c4e31a9a193a38517cbbf38d1843 0.00 MB 1 0
2,964 2,964 00000000089b2c209ec8528ab849448e8e175b469feed8b62dbe325107b8d90a 0.00 MB 1 0
2,963 2,963 0000000085f77116ccb64b0bed0cb5d032937a1105cf734b3768e874a04fcb71 0.00 MB 1 0
2,962 2,962 00000000db3c531d6c5ae220af33503eec76741b105ff219801918f793f088d0 0.00 MB 1 0
2,961 2,961 00000000bedec7389b93b09aae014400a334b654a6aa2baf142237e72d7c0a47 0.00 MB 1 0
2,960 2,960 000000000fc4f99503403c52453159c7c6ac9c4a96b115490dada1e57e587de1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.