Loading Tool

Explorer IconExplorer

Memory Pool

79,108 transactions
29.67 vMB
0.07444516 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 6658a8ed7c7056586e46e6454bbbc2f6d7bbfcf15b1e1e95c5e89ae7a2dcddd5
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 1c74f1ca769ba5d36d332ef3213d5309904ecdce4c4d668040e2df685f17eb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.01396186 BTC
Feerates: 150.77 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (112,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,000 802,000 0000000000000000000311b41f1d611f977b024b947568c1dd760704360f148a 4,653 1.00/1.00 vMB 10
801,999 801,999 00000000000000000003c2a8cf2bcde29ff40ed001900385a7f82b0a467c6f79 3,942 1.00/1.00 vMB 6
801,998 801,998 0000000000000000000439e896aec26b6c862afc63fe7702c8c2ab00097d387b 2,225 1.00/1.00 vMB 7
801,997 801,997 00000000000000000000831542ed8c288213c71664901dd5ee0f5bde36824ec2 3,658 1.00/1.00 vMB 6
801,996 801,996 0000000000000000000229a27b328da0361f90d08bd2f3f46dec65ebf80cfbdb 2,314 1.00/1.00 vMB 12
801,995 801,995 00000000000000000002954ce0c23f016b796f5769f98660f99ea3ba2586af50 4,155 1.00/1.00 vMB 9
801,994 801,994 00000000000000000000173f226c1dd903b7b6190c3c4c92e3100b58a21ad5cd 2,144 1.00/1.00 vMB 8
801,993 801,993 00000000000000000004d3af19cb23c8b240ce22cd1ed3323b568d71eb12fe17 2,557 1.00/1.00 vMB 16
801,992 801,992 00000000000000000002fee422688fc2f50808a4692bfc22f638be4744b690e3 1,994 1.00/1.00 vMB 11
801,991 801,991 000000000000000000033a2b716c0f3215d54453ae1f8f08314f81a30e19571a 2,684 1.00/1.00 vMB 13
801,990 801,990 000000000000000000030446506af02a145990ab0a99b3966e0f1d966c39eb9f 2,086 1.00/1.00 vMB 14
801,989 801,989 0000000000000000000490eed8f7e7f306656cfdb04601e41c656f33b3fb752c 2,112 1.00/1.00 vMB 11
801,988 801,988 0000000000000000000277eaa26008e6cad89f4437bc2acf48f79fb65b0766c5 3,358 1.00/1.00 vMB 19
801,987 801,987 00000000000000000002d94ecaee71562adf6abc320f494fbf5f0908e19f86ff 2,460 1.00/1.00 vMB 13
801,986 801,986 000000000000000000022758a41e770408aa687cfe3a539457570f91d56c0e2e 3,997 1.00/1.00 vMB 10
801,985 801,985 00000000000000000004e7c5d67244edef79662f85cd8f36f3a003ad2bdbfb2d 5,962 1.00/1.00 vMB 7
801,984 801,984 0000000000000000000347d8302b669f7fd094207a44e0e440c1d8b2328c0426 5,334 1.00/1.00 vMB 8
801,983 801,983 00000000000000000004d8c6ca93df1eef2c820ecde514d02d00281d77a5bf22 3,518 1.00/1.00 vMB 10
801,982 801,982 0000000000000000000288ed8a896b5551e42113efb7118b9361be6d4bd67f2e 4,163 1.00/1.00 vMB 9
801,981 801,981 0000000000000000000155ad18fa276dc0ff3c0e9dc351861d26401a6517263b 5,818 1.00/1.00 vMB 7
801,980 801,980 0000000000000000000003998d45bc787c86c7f81987766e854b3bd63aaeec9f 5,604 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.