Loading Tool

Explorer IconExplorer

Memory Pool

41,908 transactions
30.30 vMB
0.16179858 BTC
Random Selection Loading Transactions
Max Size: 152.96/200 MB

Candidate Block

Mining Attempt edd759ff6cdc8670abaa3553e36c91df1372da097f8a59ec6ffec095a8e870c1
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 2756b6ad7c50f58021b4aec4507663dfd1efdd310204077d8452d1525754dd4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.08984642 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (445,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,746 468,746 000000000000000000372e9f71b5aa2146cd8525e5309192a90c9ef3498fbeca 2,431 1.00/1.00 vMB 328
468,745 468,745 000000000000000000238d9de1695c970cff9ec6813bc151e3f94c1c81512258 1,953 1.00/1.00 vMB 331
468,744 468,744 0000000000000000006ae524a1593531c8bac74bf65661cba221f00166cf9d7a 3,011 1.00/1.00 vMB 467
468,743 468,743 000000000000000000c841b6e67d8af513a8b8664aa790dfd45887501d186bfa 2,786 1.00/1.00 vMB 318
468,742 468,742 000000000000000001670ce4b10f09e01c72f76249a862155a0a346822aeb024 1,927 1.00/1.00 vMB 342
468,741 468,741 0000000000000000018b62a3f23088fe8b482288c5af15aa8a96bb72caf153de 2,332 0.99/1.00 vMB 354
468,740 468,740 0000000000000000007e0a5139199fab9f904e375665dc09c0c45e309229c42b 2,331 1.00/1.00 vMB 291
468,739 468,739 0000000000000000016d4fcbacb7ef15593eb6b252d39376a2806973e0a14064 2,468 1.00/1.00 vMB 347
468,738 468,738 00000000000000000094b51eecffafc5a95e8e578aa32fe879f53e2a33d6c363 3,417 1.00/1.00 vMB 287
468,737 468,737 000000000000000000da0476dc8dd14dfa8fe3f79d35d34ae0a1514e8d99b1b6 2,653 1.00/1.00 vMB 347
468,736 468,736 00000000000000000099c2857de565682fee6d728cf5d218e0008836f19c07ae 2,231 1.00/1.00 vMB 364
468,735 468,735 00000000000000000083ecda72b76b4b7ba8dede8087fb83b8a51aa26299d23b 2,186 1.00/1.00 vMB 371
468,734 468,734 000000000000000000599581ae8203bad0d69ab4f39d5eaa734474faf701a63c 1,824 1.00/1.00 vMB 462
468,733 468,733 0000000000000000002f5efb25fa2d5a70e255d35b301f8ff048a4c835b61981 2,834 1.00/1.00 vMB 299
468,732 468,732 0000000000000000009b69b902db9b97a07f369a5d6a3ed7ea6cdda8a97da8f6 2,621 1.00/1.00 vMB 371
468,731 468,731 000000000000000000939905cdefc0beecff7cb1716a24aac911253dc0898671 2,280 1.00/1.00 vMB 274
468,730 468,730 000000000000000000dec6aacc4ca881aa6022957c96694d25b9347f98c9b74a 2,026 1.00/1.00 vMB 305
468,729 468,729 000000000000000001d3d193cace9513dfe8179b759ae92eb64dbd23e3107fe8 3,489 1.00/1.00 vMB 295
468,728 468,728 000000000000000001559b582efd01cda530e7926eec6539a9ab29dc45fa5c6a 1,632 1.00/1.00 vMB 282
468,727 468,727 000000000000000001bc01330b7ff7117a97627539fa4f6fd017d08bc26044d1 2,103 1.00/1.00 vMB 344
468,726 468,726 0000000000000000003be33fd63274f4f0ca39fda2e6a1ec2f1adce4a52a2103 2,037 1.00/1.00 vMB 473
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.63 GB
    • Received: 11.20 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.