Loading Tool

Explorer IconExplorer

Memory Pool

74,371 transactions
27.45 vMB
0.06958407 BTC
Random Selection Loading Transactions
Max Size: 167.58/200 MB

Candidate Block

Mining Attempt b5c97694599f7ff193c6cb5a2244c8231cd55c32f3c4b9ba2382dbd6c378ca8e
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 8d139ad4f9d57f4d096674235a27a715dc01ed95cf7486b998c7088fafe5f96e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.01091716 BTC
Feerates: 84.71 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (355,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,192 560,192 000000000000000000150277a966c9dfb1c2024e65cff6dba1794b1a739d1700 1,970 1.00/1.00 vMB 20
560,191 560,191 000000000000000000297f089258fea1513e0b8c9e7ac85cd4e56aca107c8d57 1,985 1.00/1.00 vMB 20
560,190 560,190 00000000000000000017240ee0777645e0651b1b810b21ba92ff27040404c6b5 2,466 1.00/1.00 vMB 21
560,189 560,189 00000000000000000005e6509597808d6aa80b6b9ce7f317b71b3e044302d915 2,713 1.00/1.00 vMB 19
560,188 560,188 000000000000000000247533ee6f3b9f008eacb466e38cbcbda4d61e47a75b54 2,835 1.00/1.00 vMB 26
560,187 560,187 0000000000000000001a374507829e1870d4662dd1c0d963cdad4c8f3d26e2c2 2,428 1.00/1.00 vMB 20
560,186 560,186 00000000000000000011f7f4651f485ce2a459104c1abeadb1a580242c808f48 1,395 1.00/1.00 vMB 33
560,185 560,185 00000000000000000023ceaf8c54fea2aa926122aeafbb79ba0c8b2fa58d7eca 791 1.00/1.00 vMB 85
560,184 560,184 00000000000000000002bdf4e1a6b28c4e726c48c5ba6f5f2d27b225428fbd62 2,551 1.00/1.00 vMB 25
560,183 560,183 00000000000000000004a4276b698fba856a9f7c68d13809ace6b3ef99daaac0 2,593 1.00/1.00 vMB 17
560,182 560,182 0000000000000000002593e1504eb5c5813cac4657d78a04d81ff4e2250d3377 2,468 1.00/1.00 vMB 15
560,181 560,181 0000000000000000002641ea2457674fea1b2fc5fcfe6fde416dca2a0e13aec2 2,351 1.00/1.00 vMB 10
560,180 560,180 0000000000000000002d802cf5fdbbfa94926be7f03b40be75eb6c3c13cbc8e4 2,000 1.00/1.00 vMB 19
560,179 560,179 000000000000000000017b592e9ecd6ce8ab9b5a2f391e21ee2e80b022a7dafc 3,102 1.00/1.00 vMB 16
560,178 560,178 00000000000000000016816bd3f4da655a4d1fd326a3313fa086c2e337e854f9 2,829 1.00/1.00 vMB 33
560,177 560,177 00000000000000000009eeed38d42da6428b0dcf596093a9d313bdd3d87c0eef 2,768 1.00/1.00 vMB 32
560,176 560,176 0000000000000000000b1e380c92ea32288b0106ef3ed820db3b374194b15aab 1,482 0.98/1.00 vMB 10
560,175 560,175 00000000000000000017e4576f60568af86b39ddd76dc4b182ea0bd645f5c499 1,130 1.00/1.00 vMB 4
560,174 560,174 00000000000000000023832637e629598df94834324561f9d4e0d2a5530173dc 2,438 1.00/1.00 vMB 10
560,173 560,173 000000000000000000031403b096125698a0278ebe039dffbac3f5764a299c65 2,497 1.00/1.00 vMB 20
560,172 560,172 00000000000000000028b335c997e0eb475b3a1ea023e09be218d0e669b273b6 2,877 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.