Loading Tool

Explorer IconExplorer

Memory Pool

77,729 transactions
28.60 vMB
0.09912143 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 1674e251ff17bd01a17ef38d763d31bd777d7eceba9911a0a7ad11e86403bfc2
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 34a8e60bbb7dd0ca368957131ecda089d4b30bc2b778af8558e89c827397b6a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,891
Size: 1.00 vMB
Total Fees: 0.03360561 BTC
Feerates: 201.07 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (229,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,379 685,379 000000000000000000022699495ffe9ace5a63679d7f9c8bfb13edb22e498d22 2,154 1.00/1.00 vMB 66
685,378 685,378 00000000000000000001d602446e1253714c46cd7c3ce5556cf3952aa30eda4f 1,229 1.00/1.00 vMB 73
685,377 685,377 00000000000000000007782629c0a1a9d1bf9c7151c86dc38a694bccaba8bb0f 1,049 1.00/1.00 vMB 16
685,376 685,376 000000000000000000016f622ded991a659eef174a4988a93cf6a647f5c00133 161 1.00/1.00 vMB 4
685,375 685,375 00000000000000000003526376c608bf984555587b0d439f2ccc7cf9dfb3242d 1,438 1.00/1.00 vMB 27
685,374 685,374 0000000000000000000afcda456cff6517d6e1c31bc6ddbf7412a8b152a1844c 2,089 1.00/1.00 vMB 32
685,373 685,373 00000000000000000008326277d28a3fac11a4819bc61a0d0cff7e6ddfdd1db1 1,027 1.00/1.00 vMB 29
685,372 685,372 0000000000000000000ab1d7bd302d3667724e4157cb2235ee65b5120f8bd94a 1,380 1.00/1.00 vMB 23
685,371 685,371 00000000000000000002e0779dde95497b8f2f6893caa5910e8d0da5b275def7 900 1.00/1.00 vMB 20
685,370 685,370 000000000000000000006cee9f6a32d67dd3ede9188fafb84d32afb4c0ba92c6 1,130 1.00/1.00 vMB 20
685,369 685,369 0000000000000000000a68c0439b5038b4c5a10ac86167e32f82e30756cee25d 1,523 1.00/1.00 vMB 28
685,368 685,368 000000000000000000050eddd9363e4c7e87e2155a3f21610ad7d371d6867d12 2,715 1.00/1.00 vMB 15
685,367 685,367 00000000000000000003e5691b7436202f29cad104074ba3b7f837505eab1f2a 1,946 1.00/1.00 vMB 40
685,366 685,366 00000000000000000003f886f0b8a3beb83827b0469ab6b68c87a8cc5e0fc813 2,110 1.00/1.00 vMB 40
685,365 685,365 00000000000000000001bbc28b6b8f3ba82e7a087d73ee182428399fd128d2ff 1,010 1.00/1.00 vMB 70
685,364 685,364 000000000000000000086ea123b36e32f16b7af2dda4abfc467623f19d79c5b4 1,899 1.00/1.00 vMB 80
685,363 685,363 00000000000000000006642d6619aed53a2c83e2bb127ef21badc357e5874ca3 1,925 1.00/1.00 vMB 36
685,362 685,362 0000000000000000000338713594a3ffc960e20927e6e183c66182eae8111e2e 1,984 1.00/1.00 vMB 30
685,361 685,361 00000000000000000004ad1b1d1defdde512e9d786daa32ccebb3be8121f7294 2,235 1.00/1.00 vMB 63
685,360 685,360 0000000000000000000a2b24b3d3aa88fe338a9b1a79738348cb5a59df28e701 1,321 1.00/1.00 vMB 6
685,359 685,359 000000000000000000012290e7f6b318f91112e2f6e3205825cf2e428ab12203 2,276 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.