Loading Tool

Explorer IconExplorer

Memory Pool

44,634 transactions
27.38 vMB
0.09512989 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt e62e878535ab5494428388f48550a0dc1020b79a037f6845beca463cfdb0ba6e
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 74b16caa94c94a2b055731d6a314de7a4ce9c74b9880612b006d9f2b881404bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04383247 BTC
Feerates: 150.75 > 4.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (339,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,321 575,321 00000000000000000020f9ad0caf661df4b09b3b8b5466a99d226b8eb36d7e43 2,621 1.00/1.00 vMB 34
575,320 575,320 0000000000000000001a642aeeb719b4c61623b26d8e09c1d91e5598e1582353 2,242 1.00/1.00 vMB 40
575,319 575,319 00000000000000000007cdd8bededbc04b9cd8922bcf22662d13318454f8d2c4 2,747 1.00/1.00 vMB 47
575,318 575,318 00000000000000000021f3b908e7c13228f138571a8ccb5589f25bfb352f21fa 3,346 1.00/1.00 vMB 87
575,317 575,317 0000000000000000001173796e3285e0fdfa755e43baf73935004c89dcfb966b 3,256 1.00/1.00 vMB 85
575,316 575,316 00000000000000000021f3d1720493ae752f3bb2f40b1a57ef227c9797ad66f7 3,750 1.00/1.00 vMB 93
575,315 575,315 0000000000000000002080b89ef0aa3118ee0b4d755c17e13023e52c66527f60 1,416 1.00/1.00 vMB 101
575,314 575,314 000000000000000000124313690b0b592895256218819ef99f82fa58b76ca85f 318 1.00/1.00 vMB 95
575,313 575,313 0000000000000000000bea674c56a4b82c505bd7703a2c97a1e273d4bbed56f6 1,238 1.00/1.00 vMB 104
575,312 575,312 00000000000000000005c58e3574ef2ea32eadc59c1a8faecc5d8e56eb28c9b8 3,343 1.00/1.00 vMB 105
575,311 575,311 0000000000000000000fc099133dc3af6a74a9e41b917e4c92d90c2c5fceaecd 2,894 1.00/1.00 vMB 59
575,310 575,310 0000000000000000001ad041baf79a201d2377e77ff539d95e2b45144b023c5e 2,599 1.00/1.00 vMB 75
575,309 575,309 0000000000000000001a54f457311475adecff61505cb298566b29edf2b4ac48 1,525 1.00/1.00 vMB 66
575,308 575,308 00000000000000000005b6f2655f6e97c29570486d3fdf85cf8855573818f398 2,794 1.00/1.00 vMB 66
575,307 575,307 0000000000000000000144513c2e699f1a77738388f7bb75ef89d7793cfe541f 2,811 1.00/1.00 vMB 67
575,306 575,306 00000000000000000026d4f0f81dccd3327ccf928634632645eef641b83d32db 1,290 1.00/1.00 vMB 65
575,305 575,305 000000000000000000141f82b0575f3eb31fe20ce93f14f32089215c7cafb967 2,149 1.00/1.00 vMB 78
575,304 575,304 00000000000000000000e23f91d05ddec4578578347a65dae71e1abcd1dd3069 1,717 1.00/1.00 vMB 63
575,303 575,303 0000000000000000002141e07d11f59e0ba06a13d8afe06966612fc05bf05cf1 2,793 1.00/1.00 vMB 77
575,302 575,302 000000000000000000271b0ffff39f945b99c20d624b86ad31bdbb892a4f09d0 2,074 1.00/1.00 vMB 76
575,301 575,301 0000000000000000001462f3ad33b833837bd78271c977b366b5a5dfa4639adc 3,520 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.