Memory Pool Memory Pool Refreshing

3,508 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (786,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,257 121,257 0000000000005d62d506e9fce07e1de98f60b23ce38573e6092abe24ac012f18 0.02 MB 32 161
121,256 121,256 0000000000000415d30f8bc59fc4ed45f2bd7661c2ef3f89aed2e2c9cd2023a8 0.00 MB 3 2,881
121,255 121,255 000000000000598c2866c88fdb08a760be7bf7441a946a311e6ada733f5e89f3 0.01 MB 32 1,821
121,254 121,254 00000000000050153070cf170c1950eada9e21d638ecbd66a218b4461f97d39e 0.01 MB 18 590
121,253 121,253 0000000000003c040502312172b2008577ad64a3f71b6df500f711e73adec11f 0.00 MB 7 895
121,252 121,252 0000000000001b7d70c264fd1574fb698375828c6c8ed174b0d1c694b9c37b9a 0.01 MB 3 993
121,251 121,251 00000000000086b72ce7e05d4b1fd72d35c9ed32dc7c9c25d32e1beb759c506e 0.03 MB 32 564
121,250 121,250 0000000000006773921f0eec350291f05acbc0046aba631669d081b6334403ec 0.01 MB 13 759
121,249 121,249 00000000000032add408fc5683a217dabe399e0da878e9633ee409ad0ab06d0f 0.00 MB 8 383
121,248 121,248 000000000000063bdb9c50b3065bf30bc86e4b39efe6b2504d2b7afb8f111f19 0.00 MB 1 0
121,247 121,247 000000000000884b49efef300729cae67e44306a6ccbdd6e45fb7cfeef69de09 0.03 MB 123 59
121,246 121,246 0000000000006d9792f53b93dbbfa9a4d0ec0338701b1224e5a95565b71625e9 0.00 MB 5 343
121,245 121,245 0000000000005f7422c8e64b290d7bd94137c85e3ba58e730de9ef4da3512718 0.00 MB 14 806
121,244 121,244 000000000000641de66c08ab6ca7f4f25d9d51b7cddea9d55562b0c7c5ca400d 0.01 MB 8 1,124
121,243 121,243 0000000000003510491748c813280a695e2f2f6075d185870768bcb7781de42c 0.01 MB 14 858
121,242 121,242 0000000000006772b74d23c371b0991576c19a8c93769ef3dc50fb44881a907c 0.00 MB 12 339
121,241 121,241 0000000000003ec4ae679940475800920081669075caaaf9a21436943a2faac0 0.00 MB 10 660
121,240 121,240 00000000000009110e223e15c5b4ae1768d058c968d2086067f934aebf93b1ae 0.00 MB 5 323
121,239 121,239 0000000000004237d225955eb56ba915405429df8d9573b143bb7ce635a00606 0.00 MB 11 638
121,238 121,238 00000000000019ff6e95e9d6dd4d3f60f819b0be47e84a9d1b73ecc9a0f90927 0.00 MB 10 0
121,237 121,237 0000000000002c05d21767fc1d58082f19e50277c64738589750942d33c3a277 0.01 MB 17 317
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.