Memory Pool Memory Pool Refreshing

9,783 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (536,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
370,853 370,853 0000000000000000120d284e6ca8145d6ff8855a47858479070f70f56dc1f4df 0.03 MB 50 24
370,852 370,852 000000000000000000f61f6f5cee9b3ede6cc3333a96d2533545ce0288c8bb54 0.55 MB 472 18
370,851 370,851 00000000000000000fff81f887b484c3e1dd0604944e0da64e160321a291e7d8 0.10 MB 83 29
370,850 370,850 0000000000000000083eb3a2218b13229525f6c02ba59c706e159d6eaa9602e4 1.00 MB 1,960 42
370,849 370,849 0000000000000000082a754e30077722fe07fcea3b40fe4115ac53085d15d2a7 0.30 MB 559 33
370,848 370,848 0000000000000000144389d0d817f2b390a6330762fce3d014fca19380f4b74c 0.34 MB 583 31
370,847 370,847 00000000000000000f2fcd544011493d9f5cff3ed9c0d4438563ec0922cd2d51 0.52 MB 911 30
370,846 370,846 00000000000000001446b63d854edae6ad834d820e47a06732c9c95fd076ef86 0.93 MB 1,662 39
370,845 370,845 00000000000000000e4b9599dc4511d137cfeaf7da720fab97282a9d69cae122 0.95 MB 1,760 38
370,844 370,844 000000000000000008bf2a3d6a8123d0ba1f0bc95e2629fcb3745661597d03a1 0.15 MB 331 43
370,843 370,843 00000000000000000d2b136f5bc6375cbf37e5e8c69c8a9f20c9a49a89d052df 0.30 MB 641 50
370,842 370,842 000000000000000001505ee223eae419d9a1286670a25e09ccf080aad98cbc29 0.23 MB 325 34
370,841 370,841 000000000000000014bc61c742c824fa54af648a3d5340f789af4b1a28c5f8b3 0.64 MB 1,099 37
370,840 370,840 0000000000000000093cbf48e08cbb32de06294a4f7727c0ce16b1379d5ff278 0.53 MB 1,067 39
370,839 370,839 00000000000000000f8c9e3bc7d03cb0236cb20ba1164f59c3ad28c2ff6a64e0 0.25 MB 495 35
370,838 370,838 000000000000000009bcf9dd81a80a15c4199449f0f53ef235d774633627319b 0.05 MB 66 21
370,837 370,837 000000000000000003f0a063001f2f12a22c30325cb2cf50e369bfe5fc4ab227 0.10 MB 218 38
370,836 370,836 000000000000000004a32c56f3273c6d4479dac73f56aa6140602b3b6fcc32b7 0.07 MB 152 35
370,835 370,835 0000000000000000149c4460c138c259f001534c11108df419e2088fc50373ee 0.37 MB 642 33
370,834 370,834 0000000000000000038c52522f5c9e26b8b62fdcbd73dbe1b2819d4b7baabc74 0.23 MB 585 45
370,833 370,833 000000000000000012a8520053b9e42f63e8d7e7764f5bcb05a2c1a398fdb62c 0.57 MB 1,141 43
Previous 10 blocks ↓
Total Size: 769.03 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,625.30 GB sent, 93.03 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.