Loading Tool

Explorer IconExplorer

Memory Pool

81,967 transactions
29.99 vMB
0.09596013 BTC
Random Selection Loading Transactions
Max Size: 181.97/200 MB

Candidate Block

Mining Attempt a1ac6fec9b51266f7f81ef6efba3a38a6521a169d85005eae98321129f171572
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root c946da3d265dce13d30818b92b4833e0582af905c21c5b1cc88e31da2926c68e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.02676460 BTC
Feerates: 301.57 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (453,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,946 461,946 000000000000000001fdf253f801bcd2b2008659576183d55d8f271449b566df 1,040 1.00/1.00 vMB 68
461,945 461,945 00000000000000000175a35a81bf2767f99f6881cb75d8930fce1d3912a82cec 1,747 1.00/1.00 vMB 138
461,944 461,944 0000000000000000012580d0e24eee6261e395aa98833dbde0145015859cdfd5 812 1.00/1.00 vMB 55
461,943 461,943 0000000000000000002d43fd0183ad8a56fe57a490f10462f86e9d384d6ca1fa 2,104 1.00/1.00 vMB 155
461,942 461,942 00000000000000000150c314aa74a9ec0b8b0ba63cc0236a4b3192fd0382b077 1,679 1.00/1.00 vMB 120
461,941 461,941 00000000000000000021c715ec0e77bef661a09dc023a61fa74db1b3d5a08685 1,986 1.00/1.00 vMB 156
461,940 461,940 000000000000000000d5feefb485b9ffb920332684462d43813ba0976ec0b3b8 2,302 1.00/1.00 vMB 161
461,939 461,939 000000000000000001b32f9bc1468b0d06f1c0362b28b9ab8e3310543243b7aa 2,063 1.00/1.00 vMB 182
461,938 461,938 0000000000000000006ad969d5252ed8786f340aced83cb0b62807a0b4e7601f 1,950 1.00/1.00 vMB 120
461,937 461,937 000000000000000001d0cf187af24e9ad830c501a8b0e1bfb43b5437d2188bfc 2,052 1.00/1.00 vMB 121
461,936 461,936 00000000000000000077c74e300d49329ea7897b4a8f6b9389c014ffe00067b6 2,436 1.00/1.00 vMB 181
461,935 461,935 000000000000000000f2eb6e5743a4942d26f13969a1e115498783ee7aa5c644 2,370 1.00/1.00 vMB 128
461,934 461,934 00000000000000000063816598c711c920b6f83c1ccb843a01050230d10d7393 1,902 1.00/1.00 vMB 149
461,933 461,933 000000000000000001b61d7c26feb46824efa0a1c9321c9500a9a2a4922080eb 1,300 1.00/1.00 vMB 140
461,932 461,932 000000000000000000ffb2301d5097ebce8dcfa237599e7be0d4a6a7e1e63d90 825 1.00/1.00 vMB 157
461,931 461,931 0000000000000000010c6ce66416aace35cee9b09773763aaf3b09197e8bdce1 662 1.00/1.00 vMB 146
461,930 461,930 000000000000000000a5fc6ab0c7e1079965111c6229c2f30a71e7d2f4d8f55f 2,177 1.00/1.00 vMB 192
461,929 461,929 000000000000000000779acafcdbb77f4904e1207651b2c3319154f82accd9c0 2,489 1.00/1.00 vMB 192
461,928 461,928 0000000000000000019516a848c6b3b49698347e659bbecd66e54ebe3a017db9 2,288 1.00/1.00 vMB 205
461,927 461,927 0000000000000000006a732ead6dc56897e20fb20c6582659f8e130ed6a928d1 1,513 1.00/1.00 vMB 111
461,926 461,926 00000000000000000010e5776fec8b0f5ceaeed542f28f2a827aa39e17c6824f 919 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.