Loading Tool

Explorer IconExplorer

Memory Pool

44,330 transactions
23.14 vMB
0.15429466 BTC
Random Selection Loading Transactions
Max Size: 126.80/200 MB

Candidate Block

Mining Attempt 852ebbc87040e9f477ad13b14b5013062e6f92f92765ace758991ac3c5318022
Version 20000000
Previous Block 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33
Merkle Root 90dc4e6dfb73e8a92cc66543deada85e0f87e9c30cb83160d9465251ae020e1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.07388948 BTC
Feerates: 101.66 > 7.40 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,085 (904,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,896 9,896 000000005ce263b515dab497d964dbbc1afc8effde48cfdbe304cfc9b55918af 1 0.00/1.00 vMB 0
9,895 9,895 0000000099caf17c7189e97eb6aacb451dfa1c97e0b06052ed6c2921630d16ed 1 0.00/1.00 vMB 0
9,894 9,894 0000000082b71f3338960f989d2c10f14cd737ae56213c59bf9a403bd030bb12 1 0.00/1.00 vMB 0
9,893 9,893 0000000020d05bebefaa917fc2396feed526bba2b58bc33d0f903f65d3963213 1 0.00/1.00 vMB 0
9,892 9,892 00000000c65e4d5675d3fbce1218f876bacbfb1853d8b355edd287551660c925 1 0.00/1.00 vMB 0
9,891 9,891 000000006e5c5d9785de23ac829266f819b36c0bf77beda9d418781c1e163a89 1 0.00/1.00 vMB 0
9,890 9,890 000000001d23b45acd60027e66c01031768d472dc5a7cd279678cfe4216ce37a 1 0.00/1.00 vMB 0
9,889 9,889 00000000fd523232a2811f1458f217b56fb37050e4f7db1280696849cff3388d 1 0.00/1.00 vMB 0
9,888 9,888 00000000c6ebe5f7a54fb279f5b9121d92f2c34e3215215d20a327d30ad5dca6 1 0.00/1.00 vMB 0
9,887 9,887 000000002d00ebefbac23a5958ed1a5a4d6b2528c6054cbb187f9040eac8128d 1 0.00/1.00 vMB 0
9,886 9,886 000000009fb14d3650b8a6ac331ab55d2b7f64b58afac0dc5df5a4bc00622a74 1 0.00/1.00 vMB 0
9,885 9,885 00000000dcd9113fe48054aacf9f23cf40200bd8f24a1f25bad60f842d86f75b 1 0.00/1.00 vMB 0
9,884 9,884 000000007446ffb52462e68259ace3ae9e7e3ccbbbe5ce2c89c5a76e2fe1861c 1 0.00/1.00 vMB 0
9,883 9,883 0000000042ac8da50c65a15238747d1a4f7b3e95dda0ba068d5518d3a941a25a 1 0.00/1.00 vMB 0
9,882 9,882 000000002feb2d6954b845d99c1453a0f157eada14f663cabc96138c1a2faa6e 1 0.00/1.00 vMB 0
9,881 9,881 00000000305fd11c9d5e286ab19b452848a784abc927905d8d91e57928114f85 1 0.00/1.00 vMB 0
9,880 9,880 000000003abc5f04a0388406a3f268716e293394f6824f8e05b8808fcba633c0 1 0.00/1.00 vMB 0
9,879 9,879 000000003d6d7481a0c36a44a14d64d1ffecf63416394195ddf3dfe8e2d02103 1 0.00/1.00 vMB 0
9,878 9,878 00000000eb14c7b934c0860a83bc872c9a4571d8704ba1e9bc37bd2e797d772d 1 0.00/1.00 vMB 0
9,877 9,877 00000000260d7ccc02770bc2c828a2d8fedcb2c5a78b0325b913bea9317c0b17 1 0.00/1.00 vMB 0
9,876 9,876 00000000f22459f7fb26c871a3948e0a604da5c59d62ba7fe3a48df558089293 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 556.16 GB
    • Received: 7.01 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.