Loading Tool

Explorer IconExplorer

Memory Pool

78,651 transactions
29.36 vMB
0.07687083 BTC
Random Selection Loading Transactions
Max Size: 177.45/200 MB

Candidate Block

Mining Attempt 76b4a14a958895b6eaef2d9cf98fac0b4c13e879c72dff506768c49c1abe7a79
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 9ffd7850c511a80a7fd305c53ba31899934a27859b7f12be3f5b1e2d5690ecf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.01431508 BTC
Feerates: 521.84 > 1.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (481,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,190 433,190 000000000000000001152fd0dfb3cc39fee4ce3d7df4ea5357ae32e295b98a16 2,646 1.00/1.00 vMB 68
433,189 433,189 000000000000000002b075b170e1152e7e932feaef563b797f26352c418b64ca 3,021 1.00/1.00 vMB 78
433,188 433,188 000000000000000001e2aeb4dbafb3a2da2a172ffd921f2e67be9a22f88f5cca 884 0.46/1.00 vMB 54
433,187 433,187 00000000000000000142d735b185ccfbebbd9d6d62e3016acf3aa59f9c15d431 1,094 0.47/1.00 vMB 63
433,186 433,186 00000000000000000324ec821ac0aac71ea7a5eba8577220c3bce341468c3e68 1,190 0.79/1.00 vMB 49
433,185 433,185 000000000000000001fc3d56896c15c807dacaf5a7e9508949a79d9d2ca4f23d 1,456 0.56/1.00 vMB 70
433,184 433,184 00000000000000000032272406a892ad538c8e3696737d8533e17e03f707fb44 77 0.02/1.00 vMB 74
433,183 433,183 0000000000000000030b28743a388a02cb532827e7e58c847fd9a6103a149a54 872 1.00/1.00 vMB 21
433,182 433,182 0000000000000000006e94c126c24ca1eccd24ea1979658eabe008ef0da4fabf 2,236 1.00/1.00 vMB 63
433,181 433,181 0000000000000000022c4e5de986e464645b79d8e0feb7b767d17556690ff999 1,808 0.99/1.00 vMB 55
433,180 433,180 0000000000000000024225efd5750e1e5a35e1f5f95b8017025cde1bb1f7e0df 968 0.69/1.00 vMB 53
433,179 433,179 000000000000000003daeb293ecb5e53a06c73e251514db74821be1bee2364d5 2,321 1.00/1.00 vMB 72
433,178 433,178 0000000000000000019db7ce2b54736b963a6a9ce4e3d26c0239f9af4ee8ad26 810 0.41/1.00 vMB 58
433,177 433,177 0000000000000000010cf50f198620c245dcf629c5356ed91ca3ceb6245e84f8 1,621 0.77/1.00 vMB 59
433,176 433,176 000000000000000000f05eedb9a37494885d0c6eb6cd533a230f245261da3f37 1,065 0.62/1.00 vMB 33
433,175 433,175 000000000000000000d5dddbd744b489f2b2b36a26df00df5346faa8f6d831b7 2,033 1.00/1.00 vMB 58
433,174 433,174 000000000000000000ce9448f8d531c8010d182f4ba8a4206a3b9dadf745dcbe 1,762 0.99/1.00 vMB 40
433,173 433,173 00000000000000000268c33338b23fdc82c19280375addc08a89e0d441a18d36 1,912 0.93/1.00 vMB 53
433,172 433,172 00000000000000000066ba72ae8ec44860fb66e2aae71c236378efc38ae298d0 2,255 1.00/1.00 vMB 56
433,171 433,171 000000000000000002988cc5db2ecca0b7bee2b9ae5d5394661406bd288c3442 2,950 1.00/1.00 vMB 71
433,170 433,170 000000000000000002a8f2fb82e26e8117308f9d14ac480913b6ac36ea57b112 2,014 0.75/1.00 vMB 70
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.81 GB
    • Received: 16.02 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.