Loading Tool

Explorer IconExplorer

Memory Pool

41,060 transactions
25.86 vMB
0.05371157 BTC
Random Selection Loading Transactions
Max Size: 135.14/200 MB

Candidate Block

Mining Attempt f429e9178139ae3902653075bf8ca048272641b442a5ac2d2f21fb69d0df61c2
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 5e672e6a79f10165a860bf79940cc5caa352a43dd36e250db7695789a5addd0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,512
Size: 1.00 vMB
Total Fees: 0.00679684 BTC
Feerates: 75.74 > 0.68 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (348,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,224 566,224 000000000000000000031e4b63e9e4c935236a5ac0c4a9e4999ddb2f6669258e 681 0.20/1.00 vMB 30
566,223 566,223 000000000000000000162c6d8635fa59b4cf6db57c127711cca61fd10b89e537 632 0.95/1.00 vMB 2
566,222 566,222 00000000000000000029029d4b5a47b65a161bd4cbda1bc4935cb76a08bdd58c 1,786 1.00/1.00 vMB 15
566,221 566,221 0000000000000000000a0bc28368facea203c557403274715f5dedd4394ffaf5 2,457 1.00/1.00 vMB 15
566,220 566,220 00000000000000000023502bf9eb7bfac7990b36cf89441f5e30ff85c455731f 2,362 1.00/1.00 vMB 11
566,219 566,219 0000000000000000001527e59a12d1e99a4a16087dc6f9e703097a44c07adde0 2,461 1.00/1.00 vMB 19
566,218 566,218 0000000000000000000a80904ba67c3c2e6dfa5f7dc766f668625cc1f2f5f558 2,506 1.00/1.00 vMB 10
566,217 566,217 0000000000000000000f5096b824f53b9f698c1c9e1d7d74d145ba6fe1de9daf 2,660 1.00/1.00 vMB 18
566,216 566,216 0000000000000000001d2e51ffd84936715f6fadaa51e6b2631640017bdae069 3,550 1.00/1.00 vMB 45
566,215 566,215 0000000000000000000e4bef9daba557cc749dafe99d4b3f25ac12d726d9c323 2,821 1.00/1.00 vMB 17
566,214 566,214 0000000000000000001b9f78e8da37f388098206b2fa7419013979550497f35a 1,033 1.00/1.00 vMB 24
566,213 566,213 000000000000000000299847af103e1c2f44af9a860dc01b2455755fa03bf81d 3,127 1.00/1.00 vMB 43
566,212 566,212 0000000000000000000a11b6464897c9770f23a7ca84733a88d9229731125656 2,570 1.00/1.00 vMB 13
566,211 566,211 0000000000000000000bcd6a0c01f3a3c01a61c32086edf9bc2943053953047b 3,243 1.00/1.00 vMB 41
566,210 566,210 00000000000000000028d84dc5badcd15fad5ca1d19d6cf8a4577718e0d07f3c 2,786 1.00/1.00 vMB 11
566,209 566,209 00000000000000000002bb1c0ee088f228761be2d01960c2061cec3647c0b650 3,241 1.00/1.00 vMB 36
566,208 566,208 00000000000000000018e65cbb927995bf32b1e72cd02a0544d7c51c2b99f179 3,010 0.99/1.00 vMB 45
566,207 566,207 0000000000000000001b8554095b7ddf58b584d40f5265cc1cb98de3c3b1cb64 2,927 1.00/1.00 vMB 31
566,206 566,206 000000000000000000294bdca81dc750044f49828fa30dcc189f58b8a736239a 1,852 1.00/1.00 vMB 14
566,205 566,205 00000000000000000022c10365af72bde1bfe9aa84de30506ac0111c5e67ee18 2,358 1.00/1.00 vMB 25
566,204 566,204 00000000000000000021762a2391c36b6980d2a2b00b0154eaf2c34c821f82d0 1,858 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.92 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: 646.03 GB
    • Received: 12.80 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.