Loading Tool

Explorer IconExplorer

Memory Pool

33,359 transactions
28.02 vMB
0.06637421 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt 227fa0563f1ad5e900bbb0f1e1e8c422e37ebbc1244719da251aad2a1e547749
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root ba6d0af2e4081c1f86515ae64bea3ef5d60b4298cd11390aad177d368ba925ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01263497 BTC
Feerates: 100.24 > 1.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (446,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,754 467,754 000000000000000001b8611a326e38fa519b8746ef4fa201f8d9554791a49a69 1,660 1.00/1.00 vMB 309
467,753 467,753 000000000000000001725488aea65328e94d4eb52785e762dcca350caa53eb45 1,604 1.00/1.00 vMB 325
467,752 467,752 000000000000000000bb6a56be80341687b98a306550a530baf9d09e93f20860 1,685 0.93/1.00 vMB 426
467,751 467,751 000000000000000001a365853f7bfdef04657e945c6cb3faf4576d8933071f8e 2,444 1.00/1.00 vMB 305
467,750 467,750 000000000000000000a46c7266dd4ec4ab2d651ba90ca9c7f5f82f39d6a9ca56 2,469 1.00/1.00 vMB 342
467,749 467,749 000000000000000000657c6857cd3d3ea3cdd1d620991a0fdf97d1bf8d0ec0c7 2,370 1.00/1.00 vMB 309
467,748 467,748 0000000000000000008d848f88f47dff49a5b16faf112043286d8cf09176b5b2 2,453 1.00/1.00 vMB 327
467,747 467,747 000000000000000000cff136419fc25505cbf762bf5710bad4c8d4616178f06a 2,354 1.00/1.00 vMB 314
467,746 467,746 000000000000000000826f0269c84143d30320413f1ea8e71c89b5577996b3a5 2,599 1.00/1.00 vMB 239
467,745 467,745 000000000000000000788b09491177cd04740400d49f4314cdd0dfc4d9b8c4af 2,582 1.00/1.00 vMB 297
467,744 467,744 000000000000000001a8ac1bdff0f33f7414739581be0e59321981d979658001 2,218 1.00/1.00 vMB 215
467,743 467,743 000000000000000001b9bc837089538d38053fb9f649c0499ad6c816ba0d0fbb 1,478 1.00/1.00 vMB 255
467,742 467,742 000000000000000000d8e77540d96686f7a8a3ba7a03851643f70268c8f604ce 1 0.00/1.00 vMB 0
467,741 467,741 00000000000000000182af3b7e2296af1451cb2041ee343b31c53cdaeb81415c 2,336 1.00/1.00 vMB 334
467,740 467,740 0000000000000000001eef7a83771fe7c2f960470355ae62114c56011de750a5 1,955 1.00/1.00 vMB 274
467,739 467,739 0000000000000000011a5979dcaf211e08872cf42bd4f1eb857b6d65cd39eb96 2,525 1.00/1.00 vMB 324
467,738 467,738 00000000000000000073a1d92e367255f6614175ab5a8826f7f4c01535bef921 3,031 1.00/1.00 vMB 298
467,737 467,737 000000000000000000070dc2c38c99a90f2a62e7591c9effa9538b840a4c49fa 2,111 1.00/1.00 vMB 299
467,736 467,736 000000000000000001994aa28b8dffbd4fe8d95f58fc5288d6c1cd15b6c58f20 2,283 1.00/1.00 vMB 349
467,735 467,735 0000000000000000016b0c41c42499910e3e90de2ac182cae9204cc678ca8ebf 2,482 1.00/1.00 vMB 226
467,734 467,734 00000000000000000179aa5de6e39e8ef2d918ed5635261ed48c26b18141ec64 1,220 1.00/1.00 vMB 259
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 614.17 GB
    • Received: 11.15 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.