Memory Pool Memory Pool Refreshing

1,533 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (17,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,125 890,125 000000000000000000007d8f8c8a1e6fd0d47b6ef7a63ed1359f319c52edab37 1.84 MB 1,797 2
890,124 890,124 00000000000000000000dd982c055666804c5f4821b56d362998d28fa9aad553 2.16 MB 1,390 1
890,123 890,123 00000000000000000001fd463e1125fd67db97fd9e52cb3efe532f9b170ad658 1.82 MB 3,080 2
890,122 890,122 00000000000000000000df082b0c8b1c7615fccc440b7895bcd2081f4d6eb7bb 1.51 MB 1,129 1
890,121 890,121 000000000000000000020d87e54213dc495b4751a5205e508d046b816f133aed 1.63 MB 2,419 3
890,120 890,120 0000000000000000000222a863b98325c71e1e15856247a23192efd8e1849f80 1.73 MB 2,923 2
890,119 890,119 00000000000000000000d7bc2bbb6c6e260250e65025c1ac199d580d7d996816 1.75 MB 2,816 1
890,118 890,118 00000000000000000000ff6eb20196a0ba161b8d8316781fed0e97847c0abf6c 1.64 MB 3,671 5
890,117 890,117 00000000000000000000d7c4b65c3ca688e33764cecdf163283d157aaafe7d10 1.63 MB 3,406 3
890,116 890,116 0000000000000000000246b1178d9694b877cbd6888a63b982f0db42b50979e6 1.70 MB 2,864 4
890,115 890,115 0000000000000000000167974b5eef9ba68874d7b5b641407bc00fbbb13da409 1.57 MB 3,300 6
890,114 890,114 000000000000000000025270405b306a41c808f78229cdd501cb2739b92fbd90 1.64 MB 4,474 2
890,113 890,113 000000000000000000006e0964439a9b29dbdcc950b618406d0d806d2a3d3907 1.61 MB 3,642 5
890,112 890,112 0000000000000000000203921fb1bf3a5f36f1fb5ddb0b3668de596abb191c0e 1.62 MB 3,359 5
890,111 890,111 0000000000000000000185515b2e45313d8af7b46a6c5b710404077d1e00aba8 1.62 MB 2,400 3
890,110 890,110 000000000000000000026a1c197e6c734b5a754457128680891a371440da8a0b 1.51 MB 3,347 6
890,109 890,109 000000000000000000006f425b43c3f3238b96d7ab2addc3046e698b84db8a18 1.64 MB 4,152 3
890,108 890,108 000000000000000000010d8ab25f5a3f98c730c3e70a6265677d6ba91dc52605 1.74 MB 2,746 2
890,107 890,107 00000000000000000000362a1d72055578b915f653a99da326bee7c664d8b158 1.84 MB 1,550 1
890,106 890,106 0000000000000000000099e500f2c25a39c45380bebdf6788b6542e8bda542aa 1.87 MB 2,004 2
890,105 890,105 00000000000000000000f193c21a932035a365e680af74da4b3d3a9cd51de4a2 1.66 MB 3,172 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.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.