Memory Pool Memory Pool Refreshing

7,096 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (3,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,906 903,906 0000000000000000000075da3386034cff40badd71b4134508123ea01e669a53 1.59 MB 3,507 5
903,905 903,905 0000000000000000000063cfc604d498412c4ca46d36522013cee505ca9ccd51 1.57 MB 3,474 4
903,904 903,904 000000000000000000015499d38f5a621640fd4a91649af12c0f83b055ea159b 0.42 MB 1,437 1
903,903 903,903 0000000000000000000064bbeba7bb177a5b3963a19bcf2f7495e722535eca1b 1.21 MB 1,671 1
903,902 903,902 0000000000000000000222acb538c92079d1cacb1da48ba0d8732ea877b8a756 1.45 MB 2,805 2
903,901 903,901 00000000000000000000c0ae9b8c4d4a8aef2a248ca3bd85a79a335b5d209e1d 1.42 MB 1,918 2
903,900 903,900 0000000000000000000193e07ef688cf7a9b86b7581e4604baa4fc35368b7201 1.44 MB 3,080 3
903,899 903,899 00000000000000000001b566e92ab7495f94ca8711760a7fe10ac73a8e01c393 0.25 MB 675 2
903,898 903,898 0000000000000000000197420019ecc11e4f74b92297330aa43863fe473b014a 1.37 MB 2,126 1
903,897 903,897 000000000000000000012e7adc359c06868132c408cf32fb90b4fe9edb2f8a40 1.57 MB 1,742 1
903,896 903,896 000000000000000000016e2baec0a4d5dd19a43f72b21b2e6b71afd7ed8eef7f 1.76 MB 2,249 2
903,895 903,895 000000000000000000024b08003ead7e6fc17d83103d212b0b227bd07db0b413 1.39 MB 1,621 2
903,894 903,894 000000000000000000008f2d0a79c42a9c9b5b654554892a979800583b958969 1.40 MB 2,347 3
903,893 903,893 00000000000000000001ed4a2c59e4774c57c414c51e68b1e0e9d4978fdb1ac0 1.51 MB 4,643 5
903,892 903,892 0000000000000000000023254fad4246f5c6ade045ea28fd1153ffe241cc4e27 1.48 MB 2,583 3
903,891 903,891 000000000000000000000903723c7b15e708cf2fc0b9464316eb25391e8898d7 1.40 MB 2,117 3
903,890 903,890 00000000000000000001f712d91aa4a52207e491de79e4242f35520506993f15 1.29 MB 1,014 2
903,889 903,889 00000000000000000000aaf2a9dd0f78a6603c84259aa77909211138deeb20f0 1.58 MB 3,953 5
903,888 903,888 00000000000000000000fe9f74520f9f18c2423fc6f2b00e3632f2cea1cc9cb8 1.60 MB 3,622 3
903,887 903,887 00000000000000000000a15bdcf4f50a141e2e7795b326d47f0a6cc242e703da 1.64 MB 3,707 4
903,886 903,886 000000000000000000000d7828b4fe369bc35339dbc87a9691442cb789672076 1.63 MB 2,712 7
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.