Loading Tool

Explorer IconExplorer

Memory Pool

77,976 transactions
29.28 vMB
0.06339280 BTC
Random Selection Loading Transactions
Max Size: 175.94/200 MB

Candidate Block

Mining Attempt 949d141d78549d2f55a505a09a1608188b6254ba23a5e3dfb1152b106e919f45
Version 20000000
Previous Block 000000000000000000001a6f6115c32c340a2159b30f9ffd632f63424aa563f9
Merkle Root 3597b2c496e34be1f1d0cb2ba1530ee8110a0c677067a0d24da65e0844bdcf4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.00389594 BTC
Feerates: 60.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,016 (767,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,733 147,733 00000000000001d71f1b1f465b1bf4088a3e4490a7bc2ede4bc546ff52fd4f67 54 0.02/1.00 vMB 286
147,732 147,732 00000000000001f55ad24fc1d3b46c9ab9a68b2b1bc4cbc14017497d7a2bb602 110 0.05/1.00 vMB 57
147,731 147,731 000000000000096ba2e7217f25194c155892f1c2376ffda33f0765787cbe5c79 11 0.00/1.00 vMB 46
147,730 147,730 0000000000000625d0af0e17a8e5f16fa5ba6ab1d43dc15c08f14b51b8e60d20 47 0.02/1.00 vMB 207
147,729 147,729 00000000000009b2cd164bc339bdffd59c539285b9e6e996de8f01fa856d8f7d 36 0.02/1.00 vMB 218
147,728 147,728 00000000000001f89434ca5adc306a2ca2a7d508fd27d8c34c6b7369d3c2c43d 23 0.01/1.00 vMB 173
147,727 147,727 00000000000001fb2de11ab5e3262e7c42ac0e08a3c67d70c9e6542327cc3f99 2 0.00/1.00 vMB 0
147,726 147,726 000000000000004333dc65d32292a2b6b888bfc7ed6a18363fea3ffafefbb63e 4 0.00/1.00 vMB 24
147,725 147,725 00000000000007997341f4d5186e4b00c9541b185819147e1edfb06d0f4c1eb0 6 0.00/1.00 vMB 233
147,724 147,724 000000000000010a9bbea9f02364cc7a7a37755ee2ac97080ec643c404af4661 52 0.02/1.00 vMB 75
147,723 147,723 00000000000000e2954f4bd535c25ae924b84929bcb2f462d5dd2a7855384356 35 0.01/1.00 vMB 62
147,722 147,722 00000000000004dc327d77067a7aa5c670e58abba105e3e8051366dc284e080f 5 0.00/1.00 vMB 0
147,721 147,721 0000000000000194891098368b70367b3eadac79f3c34c8d3e5524d8102f6e2f 47 0.03/1.00 vMB 79
147,720 147,720 000000000000083d00d014747a681f5a22b5414f6b769d79f155fca65321c019 10 0.00/1.00 vMB 263
147,719 147,719 000000000000061bd06f1b30b8a7b1922d120f937910e6b6f5bc8a993817b410 11 0.00/1.00 vMB 36
147,718 147,718 000000000000066928a79d805cbb32e6cb17325279d85bd88f8f72504b395484 1 0.00/1.00 vMB 0
147,717 147,717 000000000000079526c40b77f3e30a3c596340aac543221c10b0dc4ded2d1d9e 92 0.03/1.00 vMB 237
147,716 147,716 000000000000063deea0e0a198784c6cdc44b8df2a049b52b424173c06232e18 17 0.01/1.00 vMB 721
147,715 147,715 000000000000041e9d480eba0c8afbaa4fbbed61bb61025b3c417c3a1adbd111 9 0.00/1.00 vMB 195
147,714 147,714 00000000000006c4da2cbfd536a03e440470ae0232b3087ae9228403e799589d 12 0.01/1.00 vMB 37
147,713 147,713 0000000000000089bb596a130b7de68fd2c87a6fee69a433cf7670b3192e81c2 58 0.02/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.