Loading Tool

Explorer IconExplorer

Memory Pool

45,468 transactions
28.88 vMB
0.12823796 BTC
Random Selection Loading Transactions
Max Size: 150.70/200 MB

Candidate Block

Mining Attempt 89fbc2bf3d9eaef01e95b4f3b36cd2d464642631da9c1aa8a2a0829075709405
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root 66e9d8aee5aa22970ee443320f494257cceca873ce60be663c406a0c529950e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03979891 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (353,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,825 560,825 00000000000000000016195b21560c8d39965e0f6a65b367153d21c75cc07aeb 3,668 1.00/1.00 vMB 10
560,824 560,824 0000000000000000003001953df99df3c2ebedaa4e95f70b8e93c27754240159 3,233 1.00/1.00 vMB 18
560,823 560,823 00000000000000000015eba0d0a1be3b76937d34972e2f3d913b0bc13ede729e 2,868 1.00/1.00 vMB 47
560,822 560,822 00000000000000000026d9fdba599eb814f9aeb2f1ec96d0605baf99adc0e435 2,916 1.00/1.00 vMB 5
560,821 560,821 000000000000000000078af9e3a79e537a4dd78ea95fa5ca8ddc51778584c6eb 2,695 1.00/1.00 vMB 22
560,820 560,820 0000000000000000001f3ebe78848fcf13335b2db43c6e7f5b2424a3c467f000 2,286 0.72/1.00 vMB 11
560,819 560,819 0000000000000000001baa0fcf1a2d1f344524ca8bc45feec4e71f386726564e 1,677 0.89/1.00 vMB 6
560,818 560,818 00000000000000000021d7af685cb724935106b7774e13ad439b761b1758a2bb 2,824 1.00/1.00 vMB 15
560,817 560,817 00000000000000000022cea081833a26a9ce5a1d4c49094d5793558179f1a9da 3,164 1.00/1.00 vMB 11
560,816 560,816 00000000000000000019745bffc02622ec1616fbee263722840d0e0e226bb03d 2,681 1.00/1.00 vMB 21
560,815 560,815 0000000000000000002133cc8c3d7bfdc4bf2ee6cc11d3b48aa1b14d54c4678e 2,133 1.00/1.00 vMB 2
560,814 560,814 00000000000000000000e8126f96e2e39427c3afe4fb90912a0fad3a2d9800d0 2,164 1.00/1.00 vMB 6
560,813 560,813 0000000000000000000397153042a6336bfa2e9e12492273c2e05a0f047ff7bd 3,165 1.00/1.00 vMB 14
560,812 560,812 000000000000000000046f62408bab58205bf6add995716d288bd186399de8bd 2,604 1.00/1.00 vMB 17
560,811 560,811 0000000000000000002811b80f9aed65b5344caff5211baefaee0ccbe7e5844d 3,111 1.00/1.00 vMB 17
560,810 560,810 0000000000000000000b1f72ad389005dbf394df9e520440ebb8b1a7d4acb1b7 2,960 1.00/1.00 vMB 20
560,809 560,809 000000000000000000170ac2b748a7420615f191add83803f0b9bd19a98e5b29 3,381 1.00/1.00 vMB 31
560,808 560,808 0000000000000000001cb26db6c348d8885f5f4610a182d4cb6b54851e69a45c 2,886 1.00/1.00 vMB 17
560,807 560,807 00000000000000000028e34346e35dff8b7abd499d6ca4bf33b06d941aafd64f 2,846 1.00/1.00 vMB 26
560,806 560,806 0000000000000000001017dd7f393d820b68828c36d4d5f52a68de864d92d106 2,508 1.00/1.00 vMB 4
560,805 560,805 00000000000000000014225bd14ee18be3b5e8a465041877652405d328531dcc 3,053 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.05 GB
    • Received: 12.66 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.