Loading Tool

Explorer IconExplorer

Memory Pool

75,207 transactions
27.80 vMB
0.07813605 BTC
Random Selection Loading Transactions
Max Size: 169.26/200 MB

Candidate Block

Mining Attempt 106612d8175cb9a69d6a34c8d7fd9258d9f9c65d4ce401e7ef39e09b3e1398d6
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1d2257e07b8a45e299975308f162fe98f17b81285d837a126b8bf6761011406c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.01858835 BTC
Feerates: 150.80 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (239,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,641 675,641 000000000000000000053b94f446af575995b7a7d26f85f4fe1def2266985e73 86 1.00/1.00 vMB 7
675,640 675,640 00000000000000000007f8371aa6688a296bd020b7b4d300abd7801b15d2aad1 1,587 1.00/1.00 vMB 33
675,639 675,639 00000000000000000004dd0a9590124086b3b9041700ed0ddba54ef07e8b1b2e 1,041 1.00/1.00 vMB 26
675,638 675,638 000000000000000000019f0b034c6675536f15963dbf0cd4e1336a18138d79d7 1,608 1.00/1.00 vMB 29
675,637 675,637 0000000000000000000b296f6babf12d3cd2b3a0d8310952c94625cd24d1ad83 1,686 1.00/1.00 vMB 31
675,636 675,636 0000000000000000000a3744db7a5bf9da37f71b4db06393b10e6d7327ecee48 2,539 1.00/1.00 vMB 48
675,635 675,635 000000000000000000099338d0c904bc28ef4ac27a2c5f825c4216b5fb8af1e6 2,026 1.00/1.00 vMB 39
675,634 675,634 00000000000000000007d2f496ebb8d0ac75a56eac64f3d61605f57545c424d2 1,022 1.00/1.00 vMB 28
675,633 675,633 0000000000000000000a53a3f0e60c2de8f32e943df5f6f888f3a36b78b825c4 1,385 1.00/1.00 vMB 29
675,632 675,632 000000000000000000017815a0ad4cd342922340e55a8e7c81611e23c53ad6ef 604 1.00/1.00 vMB 15
675,631 675,631 000000000000000000089b98af29588f1435ab5d7a116676dbf1284e5bd8b5aa 921 1.00/1.00 vMB 20
675,630 675,630 0000000000000000000515c4fb1a576b460d1cc8239c6a22a6c99a04ae01c348 2,012 1.00/1.00 vMB 47
675,629 675,629 0000000000000000000aee6b4643a0830175750cd0243e4f24a62f4b30adfba4 2,067 1.00/1.00 vMB 10
675,628 675,628 000000000000000000087e214cee8e2f5879a0bd1f5a80fcfc39e711f40adaf6 1,922 1.00/1.00 vMB 46
675,627 675,627 0000000000000000000be32aeba5c7dd84d8e86b4733afa06b0ef31914dcef02 1,449 1.00/1.00 vMB 102
675,626 675,626 000000000000000000006a319bf5f9f221d59c38d03857e5f01c06b11d2ea741 484 1.00/1.00 vMB 13
675,625 675,625 000000000000000000058fbd59d637f24bc45c596519940bb0377fab5ae3e224 757 1.00/1.00 vMB 18
675,624 675,624 00000000000000000002a24b50860113e51a5ec34147ab5749d75521d96720dc 959 1.00/1.00 vMB 31
675,623 675,623 000000000000000000032cfbb6c9fa6dcc5b76cfe352045b1f01cbcae982df79 1,842 1.00/1.00 vMB 39
675,622 675,622 0000000000000000000146b2ea9f38bae539f0141db4d2f90e6b51229e5bcc53 785 1.00/1.00 vMB 21
675,621 675,621 000000000000000000063110a763290777184b93c1c3ff1784af28c1edbecadc 1,519 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.