Loading Tool

Explorer IconExplorer

Memory Pool

43,114 transactions
26.45 vMB
0.06071267 BTC
Random Selection Loading Transactions
Max Size: 138.97/200 MB

Candidate Block

Mining Attempt 520c115486a820a2f0f85cccebe8e536b8dee9355cdf37052c61dcad9d54192c
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root dea5efe92215499b119b7e52d2367e7feecb7e8944f901557ee9b52345914e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,400
Size: 1.00 vMB
Total Fees: 0.01228761 BTC
Feerates: 150.92 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (802,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,266 112,266 000000000000981b157b1e0b2839c211b6d54bb2b3bf95368a817a3159a08bac 11 0.00/1.00 vMB 3,341
112,265 112,265 00000000000045d27714d07dcfbce8b2eea5fdfab6b0f5b562198671fc34158b 7 0.00/1.00 vMB 0
112,264 112,264 0000000000003004220b5c6a5a4571f9b8a1e01b491a2093e48db1223104d577 12 0.00/1.00 vMB 0
112,263 112,263 000000000000c5888e84695e78104d1909c86339e718bb3f1aa3a774a8239c5a 12 0.00/1.00 vMB 339
112,262 112,262 0000000000000219da0e3ef14f80b013c4f3f484b7870f4b31cd5b6c329e72af 30 0.01/1.00 vMB 757
112,261 112,261 000000000000932f7dab56bcf453f28d215602eea1927dfd680ae293fe0eb6f3 4 0.00/1.00 vMB 3,300
112,260 112,260 000000000000e1163bd28c4ff21b525f390eac206da016ad2d05252bda1ef87c 2 0.00/1.00 vMB 0
112,259 112,259 0000000000012988660f9c8bf2b732a92882221f87c51ad813eb82e71f0bfc0f 3 0.00/1.00 vMB 2,066
112,258 112,258 00000000000018aa7841349aeb95cec99ce1be1a1ed4bf2ffcc0042e29def921 3 0.00/1.00 vMB 0
112,257 112,257 000000000001117e4a14d146975e4fcb2360451fa3f3539e6c8bbcb8573296c3 5 0.00/1.00 vMB 826
112,256 112,256 0000000000004e4d46cb3b3bd8ac9f349ea92520b690a563ad8424651ff4e1e9 11 0.00/1.00 vMB 344
112,255 112,255 00000000000127e5db487067ab2f686d00c5f4ad6b0377ed317981f13d587022 1 0.00/1.00 vMB 0
112,254 112,254 000000000001075a7d3cf35be5f430bbc347430bbba00930663c008bf88b33c2 4 0.00/1.00 vMB 0
112,253 112,253 000000000000d5abd2445868dbef402dafdc821a782a0c560f74b627aef1331f 2 0.00/1.00 vMB 0
112,252 112,252 00000000000047a804cc55260d2fd957f9fc7c2f792f171c33f67cf6b02cff71 4 0.00/1.00 vMB 1,481
112,251 112,251 00000000000114a61f3d936a71b75fa0db28867cafc61970fc703c0bd3cd5a99 2 0.00/1.00 vMB 0
112,250 112,250 000000000000a42bbf6f5d4c68ffaca68aeb19e8ec6c95a226614d38af9c09b0 2 0.00/1.00 vMB 0
112,249 112,249 0000000000005fad4b25c3a367877f81449636a7a59155c26ccfc36d4cc64e7c 5 0.00/1.00 vMB 665
112,248 112,248 00000000000114302e0b43c1a3f02b011cbe2d640d4002a0d9b83cdeb807a271 2 0.00/1.00 vMB 0
112,247 112,247 000000000000a054cd52d3bf2173a6f79490d04fe680b8138a696b990708db04 5 0.00/1.00 vMB 2,229
112,246 112,246 0000000000006c22221e7a029d8ee2bcae97fa77f87dc6f9f7d2b61cc7dead85 3 0.00/1.00 vMB 3,868
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.