Loading Tool

Explorer IconExplorer

Memory Pool

87,564 transactions
32.54 vMB
0.10816571 BTC
Random Selection Loading Transactions
Max Size: 198.23/200 MB

Candidate Block

Mining Attempt 6085657d913a21cff99be8c4966b7748fa8fb858288c52e06e6508c8e1d3c149
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root dc91da10a3b5914029e7c8b2f01f0154aae15ef26dc770e4929475954bedd92a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,122
Size: 1.00 vMB
Total Fees: 0.02854699 BTC
Feerates: 318.30 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (109,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,913 805,913 0000000000000000000048e643161df16be20d68897013147a8abffa9e259c80 1,912 1.00/1.00 vMB 12
805,912 805,912 000000000000000000022db3e18290bef05e58b25e1211c0104a59a954045b7b 1,698 1.00/1.00 vMB 12
805,911 805,911 000000000000000000037d95775281787f8e91c68ac90874df24d5cd6bcfedb5 3,121 1.00/1.00 vMB 17
805,910 805,910 00000000000000000000a0ace4cf514fa7f4b391a7bb6b340cf729f3cec6a70f 2,211 1.00/1.00 vMB 14
805,909 805,909 00000000000000000000ac0b7a3d99837b1edf778c375cd736e0eef9e9271a44 3,268 1.00/1.00 vMB 17
805,908 805,908 000000000000000000001aae1da085f8ef774cb2c38794f05aa6fe0aefc4504a 2,970 1.00/1.00 vMB 16
805,907 805,907 000000000000000000021341e7269ed0f1bdde75b5aac636d3fa3b0a6f18b6ea 3,924 1.00/1.00 vMB 27
805,906 805,906 000000000000000000038ca6859eed32d434e274bf8fc6b6993e175deb73600c 2,057 1.00/1.00 vMB 21
805,905 805,905 000000000000000000033ad1eeed6e034c0621ade105a48a33d2d0af5be75e9c 4,690 1.00/1.00 vMB 24
805,904 805,904 000000000000000000050537d965ffbfccca151e49f5e691020c11839a829b2f 4,428 1.00/1.00 vMB 27
805,903 805,903 00000000000000000000f1f49d4aa13d45e881a10904eee0a47f9fe070a3be7f 3,338 1.00/1.00 vMB 17
805,902 805,902 00000000000000000001d25bb6478d41ad832c3f030a61977d7e7360e69e999e 3,706 1.00/1.00 vMB 21
805,901 805,901 00000000000000000001b4148914e0698e18cf73ded987b7e7ab54911bea828e 4,368 1.00/1.00 vMB 25
805,900 805,900 000000000000000000015ca379f2ce6bc0b3ee119d4406c906d12d3b43b92bdc 4,058 1.00/1.00 vMB 25
805,899 805,899 0000000000000000000109962e43f43121c5c24dfd7e72c176c39eb6d7758343 3,488 1.00/1.00 vMB 21
805,898 805,898 000000000000000000015ebc889548aa33cca67216f5008126a3dfd38fd51846 4,668 1.00/1.00 vMB 24
805,897 805,897 0000000000000000000342d2f03fd9ca6d6c6e00190d300b0ede7e69a805a9aa 3,360 1.00/1.00 vMB 30
805,896 805,896 000000000000000000023df7da7efcf5a270f17bf74e8a6013d1b9e837b38163 1,618 1.00/1.00 vMB 10
805,895 805,895 00000000000000000004f9dc0d3aba349df92d269ad4cf6ced11e85f11490e6a 3,321 1.00/1.00 vMB 15
805,894 805,894 00000000000000000000d4dae02f937d17810664133a2768eb0905a8e153d8d7 3,623 1.00/1.00 vMB 20
805,893 805,893 00000000000000000003fd54f97a52014f48da16646f0121afccc6c8fed143b2 2,332 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.98 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: 717.06 GB
    • Received: 17.82 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.