Memory Pool Memory Pool Refreshing

7,932 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (565,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,113 342,113 00000000000000000599fd224a8889ee6983968874408f1569709a101e8b1f7b 0.09 MB 138 16
342,112 342,112 00000000000000001984a81749e1d4bb3d5beca9a82dade2d0794f8d9efc4cb6 0.41 MB 847 26
342,111 342,111 0000000000000000127b3f6071c34097eece7ca25159c57180f0719aa45e102b 0.59 MB 1,184 26
342,110 342,110 00000000000000000edbfd3c0ce2f5076725c2a6137036650fed6b8c17cb160b 0.25 MB 250 17
342,109 342,109 000000000000000006788b5a5430d223a5d3998a4d19d6b4682aa93764a60ba0 0.74 MB 533 15
342,108 342,108 000000000000000012bc0f27d2d00c6785018730f5057d8220cfd3e37bed8314 0.47 MB 1,024 29
342,107 342,107 00000000000000000f24d15288ce034f5bc93986ac96c02a23bd9ec60fe2ea13 1.00 MB 1,385 22
342,106 342,106 00000000000000000fe1b77436713d05ef09db319ce383f41d31b9b8e7c55175 0.75 MB 757 16
342,105 342,105 000000000000000013016cb5e6ed5c467af60f4f7e1fb7436244e47c628de9c5 0.08 MB 66 14
342,104 342,104 000000000000000001d3b31d335401d7d7bb5955f1165d87aa376d79b3dabc47 0.75 MB 1,584 30
342,103 342,103 00000000000000000815a5c376627903041fdffa45f01eda84240f0d0e8a587d 0.16 MB 206 15
342,102 342,102 00000000000000000c740e4c74a87c37ccc0804b261ba96664c0a0b85d93b0c1 0.17 MB 326 25
342,101 342,101 0000000000000000190b00c1a3b25f18d6e7b834a5c3f92e49abad4a0b901154 0.21 MB 429 26
342,100 342,100 00000000000000000d0fe0023a8dcfcde1d01ad32750986c6c71f3d9a67672b9 0.75 MB 1,206 24
342,099 342,099 000000000000000018249db23509672259cba7e6959ccab37a7fa9d530abea9e 0.70 MB 1,296 26
342,098 342,098 00000000000000000678e882ae8dda91118d1cbf184f509d436aa123f1863d1d 0.64 MB 1,029 22
342,097 342,097 00000000000000000fc8bf70249a6797f8966ccd74585bf2a9f2d94da63caa6b 0.10 MB 193 28
342,096 342,096 00000000000000000f4527d0540807730f7c98a9181f529fe590fc0011909403 0.68 MB 1,351 29
342,095 342,095 0000000000000000119864dd84ae8991c1f6b85f8796f9ddd1349e2f32b71a73 0.67 MB 1,372 28
342,094 342,094 0000000000000000177a9dcda4c29e9c43a530bd4bb9f44431747eb12df83cf4 0.61 MB 1,147 25
342,093 342,093 0000000000000000137b8d1b35b210799a1299fb618a0ece3efd96f96ee44dd8 0.55 MB 921 24
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.