Loading Tool

Explorer IconExplorer

Memory Pool

42,251 transactions
32.75 vMB
0.11753571 BTC
Random Selection Loading Transactions
Max Size: 163.68/200 MB

Candidate Block

Mining Attempt 5c35c1175ed00d71b9bb8f6f02fc29dfac7db320fb249f1198f4604a2812daf0
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root 2db2dcb501762256cad79eeb25df1d733d472ff06f094b93a5c50450e6a5104d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.04598701 BTC
Feerates: 393.72 > 4.61 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (811,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,084 103,084 000000000000897302f84075bba42bbd01c6fb6ced6b9efe965f9f4a074a2fb4 2 0.00/1.00 vMB 0
103,083 103,083 00000000000054dfeae2af4dda0c2bff13124203d17dfd2f48d8c122ffdc1f93 1 0.00/1.00 vMB 0
103,082 103,082 000000000003497c6fa25431336a61a6000d43355fef706fd1e3b4d84f2a6fb5 3 0.00/1.00 vMB 0
103,081 103,081 000000000001469e0097e6ea8eb1506a39020e585fd65dd8f11b79b9018a5643 3 0.00/1.00 vMB 0
103,080 103,080 0000000000015f3e5da6e939d06aa847f39866f5880d773e509ee530851b1443 1 0.00/1.00 vMB 0
103,079 103,079 00000000000185981d8dc0183a92c2f4a8fb76cc188f87347c4bfcb372619ad3 2 0.00/1.00 vMB 0
103,078 103,078 00000000000148e7109c6090da74a91f72d83f6cb7a890a19bd3bdb5d8bc6904 6 0.00/1.00 vMB 727
103,077 103,077 00000000000169f6c03d1f3994de931855b4f0fe2fccd5ef7f1ebc9a6c3beee4 2 0.00/1.00 vMB 0
103,076 103,076 000000000000e34a5ce9ff2955866538b6fd9fbbeed1e475d7a037fa0baa4687 1 0.00/1.00 vMB 0
103,075 103,075 00000000000165f843fb58350d007929ec77d49005c2c10e5457790cb8c2b5ae 4 0.00/1.00 vMB 0
103,074 103,074 00000000000228cbafb8d4a8a4415933c6ce912f055c2161753ab6e3de5048ad 16 0.00/1.00 vMB 0
103,073 103,073 00000000000241d390ee42f23aff7d6f6a754c22cc12e36b4e750aafff057971 1 0.00/1.00 vMB 0
103,072 103,072 0000000000024001d547fc7a21a4f76fb92ce9f5aecf8d80b7dbd42bfbb05556 2 0.00/1.00 vMB 0
103,071 103,071 000000000001e6901f50ef1e93c351f6dd47b5e9be570c9a882a16e02a4161f1 2 0.00/1.00 vMB 0
103,070 103,070 000000000002afe78da0ffb4f44157555473c0ab783b241df55e7824b38fd475 1 0.00/1.00 vMB 0
103,069 103,069 0000000000008726875307d3fe9677ab033671e7f5a6b7b1796cfa2ab1de3b5a 4 0.00/1.00 vMB 0
103,068 103,068 0000000000017b45e6d008087ef92ebb8fa861c895d23d27f3de0f6d26381882 2 0.00/1.00 vMB 0
103,067 103,067 000000000002095b551ab33058d64e84cbe1c929ad6a9656dc9e252727b85ac0 3 0.00/1.00 vMB 0
103,066 103,066 000000000000dfe58de532cd19cfaa3f18ee5eebe77f6390bc309a827473c700 20 0.00/1.00 vMB 0
103,065 103,065 0000000000036587eb182669dc3d55e6c21650adc76e36a37679e431378f578a 1 0.00/1.00 vMB 0
103,064 103,064 00000000000128a30454fdd09215f95fcb43aed47113478a52e7296056eb70e3 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 583.27 GB
    • Received: 9.34 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.