Loading Tool

Explorer IconExplorer

Memory Pool

72,688 transactions
28.03 vMB
0.06682613 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 8c661a5ad08cf6b66086fbdef35262324c31b4d72610d5e25c5b52605b0c5396
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (459,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,368 455,368 000000000000000001e5e908de7e0cb735e228eb015617e37d931b7b7a94b902 2,139 1.00/1.00 vMB 144
455,367 455,367 000000000000000000a097011ee34e68d5fc6ed1457f88df6db58e227bcd6944 1,626 1.00/1.00 vMB 118
455,366 455,366 000000000000000001bf549ca8688e4184632dbb390a277f8e37618bf2c8a914 2,068 1.00/1.00 vMB 195
455,365 455,365 000000000000000001b710afa756844adf1db23be588853febf4d15211a9869f 1,655 1.00/1.00 vMB 154
455,364 455,364 00000000000000000209e1377ecf85b6df659e6a9b19710ab77c4376b3e65ba6 2,761 1.00/1.00 vMB 116
455,363 455,363 000000000000000000e8ebcc92fe3e311970ad75251a4931653e094a18783f4e 2,321 1.00/1.00 vMB 169
455,362 455,362 0000000000000000004bf7d0be6d46a72f1d15917c5bb9b8528afca4880488af 3,215 1.00/1.00 vMB 120
455,361 455,361 000000000000000002767aa03582c355cf4151fbb5155012d52ebba52e536601 2,870 1.00/1.00 vMB 109
455,360 455,360 0000000000000000018b4e2886298f829c05d8cb2497fb5ab2766d779a86f605 2,334 1.00/1.00 vMB 146
455,359 455,359 000000000000000001685322a0991f3979464f104910bc079441c3b5dc934eb2 1,942 1.00/1.00 vMB 175
455,358 455,358 000000000000000001afec060f1be0952b56d5511255600c135ac443727a3962 348 0.10/1.00 vMB 225
455,357 455,357 0000000000000000017d5c1d2990264cabb9e0dfc4bcc5a110d8eff42635eb2b 2,647 1.00/1.00 vMB 148
455,356 455,356 0000000000000000007ade786b8aae322ab40dab5d37bef02f65f4166f256d15 2,766 1.00/1.00 vMB 130
455,355 455,355 000000000000000001b47dd2daa2331293bd02fd2f87481fd7b918eae6537b0f 2,778 1.00/1.00 vMB 133
455,354 455,354 000000000000000000c8d3801f694706fe633de28fdfd0dea2ce4840c71a118a 2,052 1.00/1.00 vMB 153
455,353 455,353 000000000000000000d490bbb02f9938b7e1532f7603999d1ac5bb0f13885bac 1,410 1.00/1.00 vMB 173
455,352 455,352 000000000000000000d05a129e3c52ea126d7c273b36946c7800b8ff167cd5f8 2,198 1.00/1.00 vMB 194
455,351 455,351 000000000000000002783c8214be8715a6e44ff9f7d92e58aec964deee1a88c4 2,620 1.00/1.00 vMB 190
455,350 455,350 000000000000000001abd6a1ff53c55b7cc4c670576e380a7348bc8b78e8474f 2,801 1.00/1.00 vMB 123
455,349 455,349 000000000000000001e80c370689e5ddf60e265e5d678f4aa2d03c0a6b3a52af 2,625 1.00/1.00 vMB 149
455,348 455,348 000000000000000001cba33ebd9ee610c2e322261c62fb2183927161e15cdac9 2,174 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.