Loading Tool

Explorer IconExplorer

Memory Pool

81,914 transactions
30.17 vMB
0.16474118 BTC
Random Selection Loading Transactions
Max Size: 181.36/200 MB

Candidate Block

Mining Attempt 04d6edb98e6ccd357e3af78b3850a55b84da5c705b7d269e5126a792e2135c28
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e316ef7567497961333d7ace1149eeb5805d249a04bc3949531732d5e88ec786
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.06216845 BTC
Feerates: 1,002.91 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (292,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,313 622,313 00000000000000000010bcf9a6ff36ab77cacc18c1f3a80f88084de9bfb9a49a 3,021 1.00/1.00 vMB 81
622,312 622,312 0000000000000000000ec414c4961288dc1a7c4764f7a037dda6a921c4d6e350 2,613 1.00/1.00 vMB 88
622,311 622,311 000000000000000000039db7c12dcc8f30bdb3e8f8eea9fdd421806ae08182ca 2,152 1.00/1.00 vMB 93
622,310 622,310 00000000000000000004061e28b7b2ab0be2bb26cb1b65199cd8d25ded9a7274 3,397 1.00/1.00 vMB 77
622,309 622,309 00000000000000000005041c3e9df1367b198a958ac2e1ab7dc68cac965835b3 3,018 1.00/1.00 vMB 83
622,308 622,308 0000000000000000000585e33e8eb0bfc2a14ad453e5c244e09d366d34a09fc2 2,733 1.00/1.00 vMB 85
622,307 622,307 0000000000000000000e7106cad7603618174c18bb6acdb52643d0df1e1ee0c5 3,147 1.00/1.00 vMB 103
622,306 622,306 00000000000000000002dfe0a12f74b387b473a1fea2426c26c06dfee49511c5 2,583 1.00/1.00 vMB 85
622,305 622,305 00000000000000000001774c1867b74ab91ca262e07193841a7217bfed3a1f7b 2,473 1.00/1.00 vMB 94
622,304 622,304 0000000000000000000345d0fa3cee83e63ecc870b9f45d1642c140b9ae103ae 2,743 1.00/1.00 vMB 95
622,303 622,303 0000000000000000000f2a320456a307794d6b67b773bc8b579ce583920f0b6d 1,977 1.00/1.00 vMB 89
622,302 622,302 00000000000000000004599f1201b05698871e75f913b1b5d13ce61dbd747fc4 2,899 1.00/1.00 vMB 103
622,301 622,301 0000000000000000000bd8951cef48edad0e9217420a198cc1d5f9cae10aec83 1,335 1.00/1.00 vMB 47
622,300 622,300 0000000000000000000bce4c0259ced3a782fc5e386b4e5e8cd239f6e6b29edf 1,459 1.00/1.00 vMB 63
622,299 622,299 0000000000000000000f53599be75bc57fb676fdafcf877fa433daaf837ab92a 1,670 1.00/1.00 vMB 69
622,298 622,298 000000000000000000069c322bc5715018ecec5848cd853af9d59977ba0c447d 2,641 1.00/1.00 vMB 81
622,297 622,297 0000000000000000000dbb7032585a968eb31d99242dc58dba4c919ae4e03cd7 2,072 1.00/1.00 vMB 104
622,296 622,296 00000000000000000000400b8b4f90d691e3389f2227d790c3cccf3876f2f0de 2,324 1.00/1.00 vMB 26
622,295 622,295 00000000000000000009e583665fade746035724022071e26d276b13d1d55621 2,516 1.00/1.00 vMB 14
622,294 622,294 000000000000000000088a75ec71ddb9551ccfd0843a65c3b6a72f8b706687ae 2,791 1.00/1.00 vMB 70
622,293 622,293 0000000000000000000025a4de10b4e7f5efe56236560eaa7bc2300bcd041c8f 2,749 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.