Memory Pool Memory Pool Refreshing

2,000 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,000 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (6,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,148 901,148 000000000000000000019e570bd065856fbec57616c827934cd0277f816a90fd 1.85 MB 1,539 1
901,147 901,147 00000000000000000001d41b78ec1c94053872fa3df5e64abd9f056700389679 2.20 MB 1,970 2
901,146 901,146 000000000000000000011a6f445bebf0627e393b98533b2cc27846b7a0ca77c0 1.83 MB 2,369 1
901,145 901,145 00000000000000000001dd35652089bef78b449a7bc147e6c439de425c448738 1.58 MB 1,638 3
901,144 901,144 000000000000000000009946280d653c4abbc67980692ac3268882ddb7668946 1.60 MB 2,676 5
901,143 901,143 000000000000000000022f77c721fb3894edfd20bda2ca61967a76202b9041b6 1.15 MB 1,081 2
901,142 901,142 00000000000000000001deb65eb9e453e9551b458ce9b2f5faeb2595d4bda998 1.43 MB 2,024 4
901,141 901,141 00000000000000000001ac18b0943b6f5c9f36a5d7ebeafb7f7290df3f5d302c 1.40 MB 2,389 3
901,140 901,140 000000000000000000009168ca461a5abf20fa5d54cf816fcc98f8b6d1f980e6 1.37 MB 1,398 3
901,139 901,139 00000000000000000000a89af33d32d6f8e2752e09e955a57df93aa2a1de5957 1.57 MB 3,619 6
901,138 901,138 00000000000000000001aa49163a940a269fba6837cf6d708da900d7fcf31201 1.02 MB 144 2
901,137 901,137 000000000000000000018ece16e3643ccc15cf2a2455a491a3edc567bbe517d2 1.34 MB 605 2
901,136 901,136 00000000000000000001b1e1fcb27b7eb523ec92839053b0cfed0ca66751d997 1.84 MB 2,658 4
901,135 901,135 00000000000000000001dcd8fe92855ee6dc3ee943ac83fb420c8ca9c1af5a96 1.57 MB 3,654 8
901,134 901,134 00000000000000000001460fc5902172e17d41b270b6db0edbf6550af8afd1fc 1.53 MB 4,045 9
901,133 901,133 00000000000000000001b2789ba8400b71411fd2ee90a422fbb5f4dfe0e692fa 1.76 MB 1,648 3
901,132 901,132 000000000000000000021e6591579f3445d5cabb776b66a053772988b783cc83 1.63 MB 3,783 6
901,131 901,131 00000000000000000001a168abbdcfa113b6027ec140e6597cbce927e76cdbae 1.51 MB 3,890 8
901,130 901,130 000000000000000000020d561caa50ce057a570700cc8ddf36f809ac7523498a 1.71 MB 3,339 4
901,129 901,129 000000000000000000000bc837af07eb40be6d44ab2c1b512f8351658972e11d 1.54 MB 4,037 8
901,128 901,128 00000000000000000000a120d5dc0c873313407a2553e34652e67d25c2e2a582 1.54 MB 3,896 8
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.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.