Loading Tool

Explorer IconExplorer

Memory Pool

39,861 transactions
27.00 vMB
0.07426041 BTC
Random Selection Loading Transactions
Max Size: 139.76/200 MB

Candidate Block

Mining Attempt f1240c89920573917a24380782f17575aad9f7e4bd31925697e150b7e1e4ef03
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 3840a659775436c7f9196b5f14d095a0998e2424bbba4e5b6e245c0c54d72a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.02072655 BTC
Feerates: 201.37 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (418,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,663 496,663 00000000000000000098a980344021a137d278b702129e9287ac1c69cf8f9b09 2,454 1.00/1.00 vMB 197
496,662 496,662 0000000000000000003de8c5de3ddc2a8248eac4e3564e2891b07d6439985c6d 2,242 1.00/1.00 vMB 109
496,661 496,661 0000000000000000003a029871c1cc0c1db3bf3950ea53a08d2237911ace4961 2,007 1.00/1.00 vMB 106
496,660 496,660 00000000000000000009932909a8c98344707ff2fa2b97423060d27e5b36e892 1,031 1.00/1.00 vMB 55
496,659 496,659 00000000000000000044797f53fea2f1bdaf36a2ee20f6950fb8f46c0a369a67 2,709 1.00/1.00 vMB 87
496,658 496,658 00000000000000000016d564a1553a1c92fd4fae092c7eedef87dd4a0e81d265 2,556 1.00/1.00 vMB 146
496,657 496,657 00000000000000000069e01af461637f2eb85fe7c9d07049e3bd3ac7822b312d 2,547 1.00/1.00 vMB 140
496,656 496,656 0000000000000000009a91ab066edc8f4c3a2bacee0e6ab39d7cd7c916b4a148 2,462 1.00/1.00 vMB 195
496,655 496,655 000000000000000000ab3881b3cf099c87a2989c0cd610a0316c0297ada35287 2,172 1.00/1.00 vMB 176
496,654 496,654 000000000000000000017985493c26a2e246298ca0b2cd8561a829a665053981 2,475 1.00/1.00 vMB 195
496,653 496,653 000000000000000000c5b76c6c521b34b843a4282f39972e0dab07713bccf339 1,958 1.00/1.00 vMB 89
496,652 496,652 0000000000000000005b87c79b0b0a803a362416fbcd56a8a2ba679ccfa748b0 2,315 1.00/1.00 vMB 113
496,651 496,651 000000000000000000b567bb86a41e20fd3af30e26d625b0e6c9d61cfe4e6023 1,985 1.00/1.00 vMB 71
496,650 496,650 00000000000000000078a227521643d276b7f2ae93c632cd79eabb587bbdcf4a 1,961 1.00/1.00 vMB 101
496,649 496,649 0000000000000000001572652435e127ad4a4fcc28c9e69d6372156c0c514f8d 2,570 1.00/1.00 vMB 159
496,648 496,648 0000000000000000007444c811d42ca2b641f516c74f670ee4252ea7abd4977a 2,513 1.00/1.00 vMB 89
496,647 496,647 00000000000000000009eedf3bb2b7099fc1bf25bf81c0e81cbdb88b41fcdf29 2,310 1.00/1.00 vMB 124
496,646 496,646 0000000000000000007f7d38fa41502d1822270a592f15ccc91a9bf7b9dc81ab 2,377 1.00/1.00 vMB 187
496,645 496,645 0000000000000000007a6526d998fa57ddebe057a9962bd6f2d5a613238d30e4 2,328 1.00/1.00 vMB 174
496,644 496,644 0000000000000000009df3665eb754027b2533d22c0d49d88dbd7265493c62d0 2,291 1.00/1.00 vMB 206
496,643 496,643 000000000000000000486760bc3c63e120107362ef117a18bd07ae6a4c62d87b 2,753 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 636.65 GB
    • Received: 12.38 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.