Loading Tool

Explorer IconExplorer

Memory Pool

76,370 transactions
28.54 vMB
0.07050776 BTC
Random Selection Loading Transactions
Max Size: 172.83/200 MB

Candidate Block

Mining Attempt 542a24b49eb5c6f8081ba6981216366e58c7ea8a334e0ab951b0f02ef473071b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root b79cd0d8ebbc3c278538faa16c3f114258f9792daef63ab91f152c2a7241fcf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,464
Size: 1.00 vMB
Total Fees: 0.01133404 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (218,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,528 696,528 0000000000000000000e73186dbf6b9998b103c22ccf6505bdaab1bfa3b7725b 1,588 0.81/1.00 vMB 9
696,527 696,527 0000000000000000000684f4d0b0b41ae09ee6f2c3aa5699fdcae60086781612 2,225 1.00/1.00 vMB 11
696,526 696,526 0000000000000000000ec3ed011292ba16a1aaf14b7ce85e61bb6760889191df 1,630 1.00/1.00 vMB 5
696,525 696,525 00000000000000000000989f7f01d7473154700bfe4fbf476ebaae01ffa9b57c 1,930 1.00/1.00 vMB 33
696,524 696,524 0000000000000000000eecf26f17aa9daab9ecbc352b7beee32818b768971db6 581 1.00/1.00 vMB 3
696,523 696,523 000000000000000000058c9efda0c5488acbc29fa9fb0a4a8f4ed296d1373191 2,255 1.00/1.00 vMB 2
696,522 696,522 00000000000000000008e105e8b21d7c9878903fda60208b1433e6f1ce304bad 1,585 1.00/1.00 vMB 3
696,521 696,521 000000000000000000080c4caf38efcccc8e4fe641b7f34ecc885d28316d1cff 3,102 1.00/1.00 vMB 14
696,520 696,520 0000000000000000000c389e5880f982ae2048918806e1a83b3ed6d0a62bfe4f 2,709 1.00/1.00 vMB 22
696,519 696,519 00000000000000000008e6f0f048e629bc576c4a2d1129579ee3baa6ed8ba4ec 2,210 1.00/1.00 vMB 6
696,518 696,518 00000000000000000007c49ff5d39baa6b10be16c32b06749ed86aa0ff39e000 912 1.00/1.00 vMB 6
696,517 696,517 0000000000000000000d98061745eaef45cf529d8a378f940a160ec6d7ea9ae7 3,213 1.00/1.00 vMB 12
696,516 696,516 00000000000000000011c107e0fd0e83f9796ca8a25b6f2b4b305a46233269da 2,074 1.00/1.00 vMB 9
696,515 696,515 000000000000000000118f7a295dace5f2dbf0341a0b3dae782a3de807776677 588 0.15/1.00 vMB 9
696,514 696,514 0000000000000000000400ad5207e928dae921a7c36340580447265fb815f52b 2,612 0.97/1.00 vMB 5
696,513 696,513 0000000000000000000a655b967b81d61c892ec45da4d2f330a10810051ab74c 2,982 1.00/1.00 vMB 11
696,512 696,512 000000000000000000114d85a6369e764d4fc79235c5e57f17fcb0749c73b7bb 2,656 1.00/1.00 vMB 21
696,511 696,511 0000000000000000000042ae6e859d13eb08e784aee89dca67e27d4fbea2b28b 582 0.24/1.00 vMB 8
696,510 696,510 000000000000000000021d86a7cdc01dc4b8dae0f8a57121bed05e753363cb88 3,242 1.00/1.00 vMB 11
696,509 696,509 00000000000000000009a1475cefa45fcbdc035de0c943fe7b86548c943070e8 889 0.57/1.00 vMB 8
696,508 696,508 00000000000000000011a79c8313c417c32dbf4ce5996e1b9dd1f2109ac530f3 58 0.03/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.