Loading Tool

Explorer IconExplorer

Memory Pool

76,478 transactions
28.92 vMB
0.07549896 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 339e83d2360ec6230c51a6889be741f66881b6120ba237c73ee1c2c3a1bb82c4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 83627ed774767e719573108cde3ad7bf9d074a7ff33bb3df296fbb6767e9921f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.01250575 BTC
Feerates: 77.76 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (191,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,856 723,856 0000000000000000000977e23ccb4789a4710460f3fb27cdca8944ce08834ccd 600 0.21/1.00 vMB 6
723,855 723,855 00000000000000000007d45fc24b34d7247fd956c1d485950ba013ff0426fd57 2,086 0.79/1.00 vMB 7
723,854 723,854 00000000000000000000a121577b7c577d8b13a95432e523eb19e26b0b6a60df 176 0.05/1.00 vMB 10
723,853 723,853 00000000000000000001bd96c50b42277d57af29ef793dc972cc68f86723e258 54 0.44/1.00 vMB 1
723,852 723,852 0000000000000000000a066de9a86e0509dd1786f87857dd0d26c8e528c6d885 2,189 1.00/1.00 vMB 4
723,851 723,851 00000000000000000000c8545ccc219b61f5f023ede590a097eee6c3c7df4a94 955 1.00/1.00 vMB 3
723,850 723,850 000000000000000000097ba6739bc1431b46457cd72e392c1ee8e8483ab32993 2,127 1.00/1.00 vMB 9
723,849 723,849 00000000000000000007f0be7175c9490a5aac2a6270732a497668420eb7869b 2,583 1.00/1.00 vMB 12
723,848 723,848 000000000000000000004cdb0ae486ff9617e6eaa61f8e070e52166e29a4cac6 549 0.32/1.00 vMB 7
723,847 723,847 00000000000000000007aa92cc6cdef08d5acdb6be80ce4d1c6e7759a9262c0a 258 0.07/1.00 vMB 11
723,846 723,846 00000000000000000009c7d7cbe17e65994fc0453b402bd8caa4a2b54047f7c3 1,717 0.78/1.00 vMB 6
723,845 723,845 000000000000000000084c1bef7e2aa5b4c1989e47449413e6a309088539e7c1 1,739 1.00/1.00 vMB 5
723,844 723,844 00000000000000000007cba5c6d9cf3979513ad2953f83a5adca0249a244d7cc 1,470 1.00/1.00 vMB 8
723,843 723,843 0000000000000000000a071efb9f0195fa60b1a962bbcdcc1bc23a1e5d345db3 742 1.00/1.00 vMB 3
723,842 723,842 0000000000000000000559b8da22a8c2e231b1f14cfc4d4a6c70458c7b8d85d7 1,159 1.00/1.00 vMB 3
723,841 723,841 00000000000000000000ada181d4ea3214e57fcbdcf57a20de1316b72e231b2c 1,946 1.00/1.00 vMB 7
723,840 723,840 00000000000000000009a4a7ff60e10a2fbd4775751cee36c8a762902c4781f0 1,055 1.00/1.00 vMB 2
723,839 723,839 0000000000000000000314cdb74d0ca424605a80a82d8ad43c404184145a5b01 1,576 1.00/1.00 vMB 6
723,838 723,838 00000000000000000001aae2840bef0290fe96e3b8a62bd2397a3a7dfc86225d 2,281 1.00/1.00 vMB 14
723,837 723,837 00000000000000000003e943f0f29d7781fd22cc07adb80f67686a5dcf6e1caa 794 1.00/1.00 vMB 3
723,836 723,836 00000000000000000000a4cbb4dca94f2622cac518aa662fef23babad0f21a09 1,264 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.