Loading Tool

Explorer IconExplorer

Memory Pool

82,513 transactions
30.73 vMB
0.08232622 BTC
Random Selection Loading Transactions
Max Size: 189.15/200 MB

Candidate Block

Mining Attempt c8d9f0c6ebe71fe902bd5a416ba662eb7c9a9543d0ac5a0e92e626090d3bc786
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root f84c39049b235def1c4ea4bf0a882783b27850c79890d5a9e08d556f747f3c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,251
Size: 1.00 vMB
Total Fees: 0.01347540 BTC
Feerates: 353.36 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (107,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,324 807,324 000000000000000000033aa5472849394d035d37af01c0539d63898782e6320d 2,815 1.00/1.00 vMB 19
807,323 807,323 000000000000000000029ed420886141389562df31447bfd34cac98130aa4b3f 3,158 1.00/1.00 vMB 28
807,322 807,322 0000000000000000000242d436294eb1a402b6d216b2599618521b3d0060d280 3,951 1.00/1.00 vMB 13
807,321 807,321 00000000000000000001e773bcd9163ef84a4c00b8c4f9766de14ee80e4ab75e 2,290 1.00/1.00 vMB 16
807,320 807,320 000000000000000000041cdfcae987a9a0d658ab7dd56d0d1939830f10f7ca3b 2,985 1.00/1.00 vMB 26
807,319 807,319 00000000000000000004fb35259bdc9ab7886cbf5f1cd1ff58e9f829547e3d70 2,649 1.00/1.00 vMB 22
807,318 807,318 00000000000000000001d6e31e577019b353410bde437159132f665c310c2dac 3,817 1.00/1.00 vMB 38
807,317 807,317 000000000000000000008ce66c8a9746ddc36a9cfaa33de74f74e442a9c75be2 5,638 1.00/1.00 vMB 16
807,316 807,316 00000000000000000003d41f3248369ceb6a9d34c6c0d4347e6b1f9ebb0c49fc 5,996 1.00/1.00 vMB 15
807,315 807,315 0000000000000000000223b2534fd2c7bf9ad7b90193927beac5d05c5bb03c34 3,181 1.00/1.00 vMB 14
807,314 807,314 0000000000000000000182ef53a4a92ff4f6af235c653cfe894849863a34fd72 2,774 1.00/1.00 vMB 20
807,313 807,313 00000000000000000000887c98b77cc3069d0b7571eee2b669f109a2bae24321 1,677 1.00/1.00 vMB 18
807,312 807,312 000000000000000000050e6d720bf7d8afda6e3ea56ad4170000c85e975aa8d2 3,056 1.00/1.00 vMB 26
807,311 807,311 00000000000000000000b66ca9e6b244b36432ff6e4f5aa5f3e572f03a0845e0 2,149 1.00/1.00 vMB 24
807,310 807,310 00000000000000000000e7f50199c2e188c5cd0be03b00045354a874afdb2aea 1,448 1.00/1.00 vMB 16
807,309 807,309 000000000000000000020ca1b5c7f0a4547c83b3409fb2e6d09fcbb35fafe048 2,255 1.00/1.00 vMB 20
807,308 807,308 0000000000000000000180a9e4e98ad7d6ab75662465d9ca943e351a3b41fab1 1,818 1.00/1.00 vMB 22
807,307 807,307 00000000000000000002be2c1172d84c378c09161fb7e85b1c75f0a793a22a5a 3,097 1.00/1.00 vMB 26
807,306 807,306 00000000000000000001b38e5e6eea33fdf4589fb5a9415e5331ff907f3343b2 1,508 1.00/1.00 vMB 34
807,305 807,305 00000000000000000001b7e7228db7c87ccd6186dc2fc79d9f284add0e4707e7 5,066 1.00/1.00 vMB 16
807,304 807,304 00000000000000000003db6f15f68a243443b45a4348f9c2e5f631623d995719 1,778 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.