Loading Tool

Explorer IconExplorer

Memory Pool

87,101 transactions
32.59 vMB
0.15104883 BTC
Random Selection Loading Transactions
Max Size: 198.99/200 MB

Candidate Block

Mining Attempt 7ca3c4ce47802a206b7b26ef96e4a27a549bece7f03deed9f8e090938325e248
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fffb0b0fcdd42ef84f458764ebc74b2a59702addacd905bb3cea58b3744cb951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.05817958 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (735,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,200 180,200 0000000000000434c4df871537023943bf86760c413ac96badcd99a0d4286af6 130 0.05/1.00 vMB 168
180,199 180,199 00000000000008a8ae4852916664e164c989acb70b2100c14ae34d284e0498c8 190 0.08/1.00 vMB 189
180,198 180,198 00000000000006c283c64046c90365a09d722188147fead2b5817201ada53269 72 0.04/1.00 vMB 141
180,197 180,197 000000000000077feb44c9b098f7d842a3c6ef9bc58224b0b0f3325135640281 29 0.01/1.00 vMB 131
180,196 180,196 000000000000021303eb815cc5b5a09af1beeefe9e545681159162bcb3e4b757 24 0.01/1.00 vMB 43
180,195 180,195 000000000000071b8b983fc036503853922c120bb26a25f826aeffb5f476c63d 146 0.07/1.00 vMB 113
180,194 180,194 000000000000017c529cdbaf7fe354b20054211669a346606f6d4d9010cadd39 87 0.06/1.00 vMB 74
180,193 180,193 00000000000006c76981ff578cd1c774c38c80a8d629ff8f5a958ae59add1a9e 34 0.03/1.00 vMB 45
180,192 180,192 0000000000000597ff616f709f27b7d090bad057bcea9a4fbe81782541607879 392 0.19/1.00 vMB 159
180,191 180,191 00000000000000b06a6f004e7f4d48ae99704ab24bf50156fbd4900dd23255fe 31 0.01/1.00 vMB 160
180,190 180,190 00000000000002386bfefeb2e14ec2b3602ab2496ff4c78bbee100ff4342b772 43 0.03/1.00 vMB 59
180,189 180,189 0000000000000726cc851b72456a9920014199ff58b78413e51258855577daac 164 0.09/1.00 vMB 121
180,188 180,188 000000000000026e47b26b40d095956fe9b50b0d93a808e9d0d321bf15d24c9b 354 0.22/1.00 vMB 117
180,187 180,187 000000000000016d4dd57692025d522d7c7bd8410cd8be8b0a350ffb89ffd254 118 0.05/1.00 vMB 177
180,186 180,186 0000000000000937261813d0d8ea33d599f1f12e92148326c595086234e8edfc 151 0.08/1.00 vMB 91
180,185 180,185 000000000000091268cc4aaf2cabdd64259cafe386bf2c5e2034ad8cb48f9ba3 46 0.02/1.00 vMB 41
180,184 180,184 00000000000003b05111a7222085779820df861e0a60d7e2fe2ee1ae7f822f19 78 0.04/1.00 vMB 102
180,183 180,183 00000000000004837be78e328391976ccbe29098bcb1d8a2bc1ac27d41c73c62 417 0.22/1.00 vMB 122
180,182 180,182 00000000000006220ad8fa93d083cf140fe354aa9dbc514c49a3927f15b3c92f 13 0.01/1.00 vMB 181
180,181 180,181 000000000000085ac97c51cbc08242114f2d7906a45d9e519719ce836e19f581 169 0.08/1.00 vMB 130
180,180 180,180 00000000000005e73c77bf82a2fca55d6bf6fcf71d806e1b1758ce0409b7713a 116 0.07/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.