Loading Tool

Explorer IconExplorer

Memory Pool

37,782 transactions
31.30 vMB
0.07265683 BTC
Random Selection Loading Transactions
Max Size: 155.24/200 MB

Candidate Block

Mining Attempt 2eb46dcaa39d65e3d48f84522cc544e2653f8e98b5c8464e8c6f6a409dcfd5b1
Version 20000000
Previous Block 00000000000000000001038ff6006ec53e65a3cf7a999848f50701fb06387fa4
Merkle Root 3648f6d629953e6dab9e829a1fc3cd37f38d69922eccc99a23806eb5ceeed4bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,790
Size: 1.00 vMB
Total Fees: 0.00952194 BTC
Feerates: 100.52 > 0.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,330 (798,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,361 115,361 000000000000a4bd762abb540c8bb62c5770516e468674c8815a511a2c09296f 298 0.10/1.00 vMB 28
115,360 115,360 000000000000ab2a3ecc9785f551cda1fc98b26609ded2fbe7fb077350e6d333 12 0.00/1.00 vMB 589
115,359 115,359 0000000000002260f2cb10af59ba75441de84627e2efe75a9d4a7cb23e6933dd 3 0.00/1.00 vMB 3,868
115,358 115,358 0000000000008b9628c31bfaea6d5c9f1f65c4bc453c212b659d776d2c715c50 6 0.00/1.00 vMB 746
115,357 115,357 000000000000d6fd5254dcf480663caf22be9d1b4b5dda26c64349a0c2bfbccd 13 0.00/1.00 vMB 1,095
115,356 115,356 000000000000d0262540f9befc9dbe3b91ce81cdc09f57eceb267fb05001af53 12 0.00/1.00 vMB 0
115,355 115,355 000000000000abc56a9e776dd1884078b1cee4289b7ab9016c9ef9c800e27927 20 0.03/1.00 vMB 258
115,354 115,354 000000000000e20fc95f1bcce708a6ddc689ccb6630960ba079d638377edd1c1 12 0.00/1.00 vMB 1,310
115,353 115,353 000000000000380af4d8113a690757e5b7f4f510f75a635d509bc86c6653e4c4 11 0.00/1.00 vMB 820
115,352 115,352 000000000000484dc7b5475a68d53f1352ee74333b343e97b778b96c0f5230b7 28 0.01/1.00 vMB 417
115,351 115,351 0000000000005f736eaba599fedb4a2bf939d002ff842ab2356decde5d828395 21 0.01/1.00 vMB 889
115,350 115,350 0000000000007a4651bf882b5813b3475425b3da0437be22ed4eff502b0743db 1 0.00/1.00 vMB 0
115,349 115,349 00000000000000a7f26c49c53c91b79e892d6c74d172cc8be6e4eba2cd8e08ef 14 0.00/1.00 vMB 1,052
115,348 115,348 0000000000000ff1032a6a2e38a0fb1fbabbac6e65686c40b46e81ac50190e67 21 0.01/1.00 vMB 761
115,347 115,347 00000000000090da9f655074a9db8b0ec5918ed2bc71ec1861a32fc0b81a2104 4 0.00/1.00 vMB 3,865
115,346 115,346 000000000000c942da455d7092b0554072129c2c9f78e10d00193182f59c324c 21 0.01/1.00 vMB 1,670
115,345 115,345 000000000000bb8466d6f1a09e69db53010240211b31f7c4e167250260317fe4 23 0.01/1.00 vMB 1,038
115,344 115,344 000000000000cc4bc49d6bbdc3ff0a0088c98cadfbd17b0fc78a12026d7869d4 21 0.02/1.00 vMB 546
115,343 115,343 0000000000004da1aafe328d7135d1bf5b2d18d0ca0ef89c6a39ed0cd140d460 9 0.00/1.00 vMB 0
115,342 115,342 0000000000009087779e5aa10ffdc5352881c31c5e042ced66da98dd1ca328bd 8 0.00/1.00 vMB 0
115,341 115,341 0000000000000da84ae24cea65e7127148388f014bcbd626005b7c60048e3889 11 0.00/1.00 vMB 435
Previous 10 blocks ↓
Total Size: 781.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 582.90 GB
    • Received: 9.31 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.