Loading Tool

Explorer IconExplorer

Memory Pool

80,673 transactions
29.73 vMB
0.09570234 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 39a501688c368c98b815bd14179e8ee24e8519c31b235a4a10aa5af405bc3151
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root bece12536efa1a8e1b00d6460f22cada4a3e5c344afdfe527cc407bd1508a8d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.03184376 BTC
Feerates: 502.67 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (155,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,977 759,977 0000000000000000000028c0f0a80350010b0002468db9fe1bde7d6cd00def54 171 0.06/1.00 vMB 6
759,976 759,976 0000000000000000000196af836bf0ee0b10598737eaae739e7c4be7889660b6 1,421 0.52/1.00 vMB 7
759,975 759,975 0000000000000000000320958a635916c23b47b1e0425c0a9a8d4abf034ebd78 869 0.35/1.00 vMB 6
759,974 759,974 000000000000000000046fe259050c8c6f862bc8fa03b1d2b275609f3560e49d 1,415 0.59/1.00 vMB 6
759,973 759,973 00000000000000000003684c863e763ea6cfd11124bd4e666ecb7f61545bddd0 2,019 1.00/1.00 vMB 3
759,972 759,972 000000000000000000017d639e2c2421d5ded8d61a05a3a77de8dce881a495cc 1,713 1.00/1.00 vMB 3
759,971 759,971 000000000000000000010e3034dca26606f1ec81d47b1c75805f5d19c8fd4431 2,727 1.00/1.00 vMB 10
759,970 759,970 000000000000000000071a2445f2f184729e991e1d3da1ecac35ac77d9da414a 2,695 1.00/1.00 vMB 4
759,969 759,969 00000000000000000003010d934f6a0c8b2dafa8bafa7dd062c41045160b98e8 2,522 1.00/1.00 vMB 9
759,968 759,968 00000000000000000006e1333a1fcc7c46b0bb2f11a42c2e4d7353affd05bb1d 2,679 1.00/1.00 vMB 12
759,967 759,967 000000000000000000011f5c1448d56c11b6c2f1ed4ba9266b869967056367e0 2,230 1.00/1.00 vMB 3
759,966 759,966 000000000000000000012b9ca8548f59b879d23ba0eade810ccfdd150d9d3918 2,359 1.00/1.00 vMB 5
759,965 759,965 0000000000000000000715a72844e73446a2e2bcc8753b49923f5b104788265e 3,392 1.00/1.00 vMB 18
759,964 759,964 0000000000000000000101d9014b0d89de6b8bb8c10c6634d628c37d43d30f2f 3,148 1.00/1.00 vMB 9
759,963 759,963 000000000000000000021a9ff58de3c18248884f3bbcc07d91f8282525afe0ed 299 0.08/1.00 vMB 7
759,962 759,962 0000000000000000000214627409aea02daf0ad064d87aeddb970b4a4eddae6c 1,501 0.49/1.00 vMB 7
759,961 759,961 0000000000000000000188f69f602779db89a371e58cb0e09504f63271d24663 180 0.04/1.00 vMB 9
759,960 759,960 00000000000000000001bd6e32ef2cf0662907458d7b628250b2a5fa63725159 1,534 0.61/1.00 vMB 6
759,959 759,959 000000000000000000061f772f4c2b075edcfba7b94b2401bd0bf2632a8b5f12 961 0.51/1.00 vMB 7
759,958 759,958 00000000000000000002fb10ec2a2f205e20ea91f471f20217ab9686d82b5039 333 0.44/1.00 vMB 5
759,957 759,957 00000000000000000007b1d0576a3fe38dc2b223707df9a1568237f384a5295d 448 0.12/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.