Loading Tool

Explorer IconExplorer

Memory Pool

77,755 transactions
28.60 vMB
0.09923874 BTC
Random Selection Loading Transactions
Max Size: 173.83/200 MB

Candidate Block

Mining Attempt e9bcccb8c9e0d67c474f792018544e4d30f8cd36cda4ba2cbc0bc410cede0cfd
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root ee85b04bf35343ce79544f5e4e891e0a8342f95fd486ff71c95057e15312f1e7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.03368737 BTC
Feerates: 201.07 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (441,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,465 473,465 0000000000000000002e70bc2ce62949090f10a295079efb5febb47eac1d8dc4 2,024 1.00/1.00 vMB 218
473,464 473,464 0000000000000000002732334e6451c152a06aca4e273bc29241d8b1096bbeb8 1,997 1.00/1.00 vMB 122
473,463 473,463 0000000000000000017527138f6bc87a92b80e02ead1c6716ca4ab70cb4a518c 1,928 1.00/1.00 vMB 180
473,462 473,462 00000000000000000131d906ce697dad813ee2b89098e9329c6d33f5cc124191 1,476 1.00/1.00 vMB 189
473,461 473,461 00000000000000000177419f71fc668a0b79488e363bb0575b5e796f12213c6b 2,591 1.00/1.00 vMB 335
473,460 473,460 000000000000000000bba397f9009da54ce47ce6ad8da25a7f4fff1750e611b3 1,958 1.00/1.00 vMB 277
473,459 473,459 000000000000000000a0a5d10cb66e0109b07570dfa0b7bd789148c092195c21 1,958 1.00/1.00 vMB 174
473,458 473,458 00000000000000000083e7cb9fa44cc22cde1cd9c2e228b5c4532e3eaef91f75 1,839 1.00/1.00 vMB 253
473,457 473,457 000000000000000000e6e1102f060bd2a28e38aa2ce453482de639f30be3081e 2,316 1.00/1.00 vMB 264
473,456 473,456 000000000000000000d1f15e2e153d12b5facb0b57307f9d4ac147934c2bb682 1,745 1.00/1.00 vMB 273
473,455 473,455 000000000000000000c0b929daaa474e8d3de5693077de650b3f41e75b84cd99 1,035 1.00/1.00 vMB 302
473,454 473,454 0000000000000000000371f2fff30acc6f3d319fbbef5fedd952892d79e963a4 2,371 1.00/1.00 vMB 400
473,453 473,453 000000000000000000317809798619310958162174d48ab937287ab141451d1b 2,031 1.00/1.00 vMB 113
473,452 473,452 00000000000000000002f7406b68d50f87f848a4d9d1017be95569453a1ffe16 2,193 1.00/1.00 vMB 174
473,451 473,451 000000000000000000874c01cac4f962b2c43709ca180f326f03487fc01436b0 1,506 1.00/1.00 vMB 153
473,450 473,450 000000000000000000dd2e9c0b28a409653c571f76a928e13cdf8ba2818708f4 2,100 1.00/1.00 vMB 373
473,449 473,449 0000000000000000017302d34c5faa4b058c523fac3c1200ed84add3fbc45954 2,436 1.00/1.00 vMB 98
473,448 473,448 0000000000000000006cbf976a35032bf867a90d17d18670ff8d0230996c6bfd 1,693 1.00/1.00 vMB 236
473,447 473,447 00000000000000000188b85cda5a70dfd2f6c67e685a64b704a0c954bf8fe482 2,311 1.00/1.00 vMB 151
473,446 473,446 0000000000000000010d79fc31ff1f89f97a485032c8fae529378b7706f1ea4a 2,096 1.00/1.00 vMB 214
473,445 473,445 00000000000000000081417deef9abaa3016a1fee05c6389bfc9474db2a04903 2,064 1.00/1.00 vMB 331
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.