Loading Tool

Explorer IconExplorer

Memory Pool

73,184 transactions
27.17 vMB
0.06265939 BTC
Random Selection Loading Transactions
Max Size: 165.77/200 MB

Candidate Block

Mining Attempt ddd56e9552941100fb1ba39547f406485d008839deb967def309736bbdf72557
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (394,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,687 520,687 0000000000000000002758cf5a0f5490b5c7b951e47de6c3c22b5b182e28010d 2,266 1.00/1.00 vMB 46
520,686 520,686 00000000000000000013db42d6d88e9b7ddfca3cb87672483c1d075603bd2c4b 702 0.30/1.00 vMB 45
520,685 520,685 00000000000000000009f47dbd611835d8f854a5dfa644b5e8fbebd747e1fcb2 66 0.03/1.00 vMB 37
520,684 520,684 00000000000000000023e88acb56d1f2bc64dabc20ec934b3cfe173ca3567ab8 782 0.44/1.00 vMB 23
520,683 520,683 00000000000000000016c9dde64b83c854503f11177c6db296155cd062e7b44a 2,065 1.00/1.00 vMB 39
520,682 520,682 000000000000000000345d88b9a87a9d47b15f7e108b26be395a96775cf39adf 801 0.35/1.00 vMB 17
520,681 520,681 0000000000000000002cc89fe3b09dcc6e7a06bf92bf9bc9d9ab775b79d9caf5 2,660 1.00/1.00 vMB 43
520,680 520,680 00000000000000000033e6ac544c06c2d88ef37341577b3cbb6b82b9a8f9975e 790 0.43/1.00 vMB 27
520,679 520,679 0000000000000000002aa4a83b0e3a3179ff7e1ec4231f4750e954a66079258e 462 0.22/1.00 vMB 45
520,678 520,678 0000000000000000001225f2f879017457a22a4cfe4cf1dee1e7392fb753b2a5 2,125 0.84/1.00 vMB 41
520,677 520,677 0000000000000000002ace4eef6a736fdc2c9cd101179dfb3bdc0c3cb4dfc538 683 0.38/1.00 vMB 23
520,676 520,676 0000000000000000002b8b41572963493e8ebcadf1c0a004edf3fac67f17bd58 594 0.22/1.00 vMB 43
520,675 520,675 00000000000000000011dcf2cac2cf6d26e47069e2158a5065f380864871a4e7 1,490 0.53/1.00 vMB 35
520,674 520,674 0000000000000000002e6039c1288d99e7bf420ffdb028e6897bef8ba5fdd6cf 917 0.38/1.00 vMB 44
520,673 520,673 0000000000000000000a67057a654b93413aea250008728f82fef42800c642f3 1,233 0.72/1.00 vMB 18
520,672 520,672 00000000000000000030619c926eee384f1553545e541f89cc36bd0a300b9083 2,754 1.00/1.00 vMB 52
520,671 520,671 000000000000000000141c2d336b6951a03d9b3a32feab032a1dbea1c9fa64fe 674 0.33/1.00 vMB 54
520,670 520,670 00000000000000000035bb57023b518a1f11e4416a0c52832c87b2b1054dce90 198 0.07/1.00 vMB 31
520,669 520,669 000000000000000000171b2a1b26d53dafc4ef99b93333f01ab3a86e2f995a8f 381 0.15/1.00 vMB 36
520,668 520,668 0000000000000000000e5fa0eefccab1426b546311354018c12bb61ce3d9da7b 995 0.43/1.00 vMB 37
520,667 520,667 0000000000000000003b1cc875ebb0e664df0fd8e96938fd499e0ad75b1b0434 2,592 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.