Loading Tool

Explorer IconExplorer

Memory Pool

54,149 transactions
31.02 vMB
0.29800245 BTC
Random Selection Loading Transactions
Max Size: 164.12/200 MB

Candidate Block

Mining Attempt 2bfb23d2328cb5593ad19e4f9fae1b6489a3e96edb4598b6e54b4c371244a068
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6ebfbe8a1a34c26942824145779ad8617e4f3da7152f782be484faa624254da3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.09283948 BTC
Feerates: 246.97 > 9.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (588,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,151 326,151 00000000000000000db45f19244c8189c6e612e37994d52db599d767c79fad28 772 0.75/1.00 vMB 19
326,150 326,150 000000000000000009bd1d4f5f23b8de7ea29e842cbe4b030b7adfdaf2bdc8da 958 0.75/1.00 vMB 22
326,149 326,149 0000000000000000177966ca1f581d8b68385f4159578c541d1d4fb31ad4dda4 355 0.68/1.00 vMB 14
326,148 326,148 00000000000000001e4118adcfbb02364bc13c41c210d8811e4f39aeb3687e36 1,421 0.75/1.00 vMB 28
326,147 326,147 0000000000000000053e2c62fc0e8e67cc1006bce8e1be1bc156a57276c1f372 474 0.24/1.00 vMB 28
326,146 326,146 000000000000000019e1e6f11bd989cbc76b905dbed469aaa276e157174adcb4 399 0.56/1.00 vMB 15
326,145 326,145 000000000000000011dcf7b5d3a5db1c47667308a1d9f694e7df46ccb35f9d2b 1,061 0.50/1.00 vMB 30
326,144 326,144 000000000000000003429bcd8d7149108c6b191a2047497cdcd4e24ce6999099 53 0.02/1.00 vMB 29
326,143 326,143 00000000000000000912413e190b1e8d2ca3e5deaef58b3153f29e3eae5e22ef 390 0.27/1.00 vMB 22
326,142 326,142 00000000000000001179132f9f8b0b5b74e242095ccd253c697a4d3736bd241c 163 0.12/1.00 vMB 22
326,141 326,141 00000000000000001a9bd8173e21e6c0fab18fcb2307a48b259a645cc542b28a 95 0.07/1.00 vMB 18
326,140 326,140 000000000000000005d0e5743f9a0bd6aaffb1465735ecc77bd5c2f58a78ffc5 155 0.08/1.00 vMB 30
326,139 326,139 00000000000000000b7aa53e36d2ab6cbfcf2cee3cbc47cb69af99fa1d87b7f1 564 0.39/1.00 vMB 24
326,138 326,138 00000000000000000a3d27cf265c5ec838d9400e144ce2fc293ebdb463b0bfb6 90 0.04/1.00 vMB 33
326,137 326,137 00000000000000001123b1baca6c065423e10ce1ea524f70f5a69cad9501d380 18 0.01/1.00 vMB 31
326,136 326,136 000000000000000004cc60b204979965f1106e2ed759741040ed5c3479290657 147 0.08/1.00 vMB 20
326,135 326,135 000000000000000001d40bf4913499a44d9f305be9e16ddfe451624c71a04edf 300 0.22/1.00 vMB 23
326,134 326,134 0000000000000000180636d2ef510a7e2805bfa9e854ea3b8b7ba0dd15b3d8e5 287 0.63/1.00 vMB 12
326,133 326,133 00000000000000001c144898808a6fd8aac1726ccf601bcb1c2b311fdb2f5481 500 0.35/1.00 vMB 22
326,132 326,132 0000000000000000001f797ad0a8032f2127b33f7ff658adb7de7148730f84a8 1,610 0.75/1.00 vMB 32
326,131 326,131 0000000000000000049930d39f34a6dfc3c1e3a7e09c386b145cf5c41f633fbe 782 0.34/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.87 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: 644.61 GB
    • Received: 12.62 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.