Loading Tool

Explorer IconExplorer

Memory Pool

44,817 transactions
27.32 vMB
0.08041502 BTC
Random Selection Loading Transactions
Max Size: 144.28/200 MB

Candidate Block

Mining Attempt 5dca4a15993b4c950a6a9c4ac8d2dda307a44dcfb5254908f89e97df74d6cae0
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 3012fc82a926854837b7cfeec634a023f9f49a5fd855079d62802cba3bb40692
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.02946574 BTC
Feerates: 200.83 > 2.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (221,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,843 692,843 0000000000000000000422a13516e69063fda26d58fc85ccbff199765787f0cb 1,326 0.46/1.00 vMB 17
692,842 692,842 0000000000000000001471f2d9ac8138485d82bddb51dfba0aab1dceb4fa054e 968 0.41/1.00 vMB 14
692,841 692,841 0000000000000000000eb1aeb8f778a70bf69056115e4aba44a279a55c5e8377 190 0.09/1.00 vMB 14
692,840 692,840 0000000000000000000f49760d0e22fcd20ef1175e62dd893d5f6906ff8bd0e0 325 0.13/1.00 vMB 17
692,839 692,839 0000000000000000000e16ee8b0720074b2c194d886a829f1b4acd7557c2c24f 1,308 0.58/1.00 vMB 17
692,838 692,838 0000000000000000000b03f1b0fefb088a6ffe58e6c2933e7a34de64def357c8 2,261 1.00/1.00 vMB 23
692,837 692,837 0000000000000000000ca9d811c0b9d9993be747bdb4e9c7e257972fbbecb895 66 0.02/1.00 vMB 31
692,836 692,836 0000000000000000001293e908a73896558588c2dc732dc3f4e870b00323d301 166 0.12/1.00 vMB 13
692,835 692,835 0000000000000000000c880be7733d313784d85bcb700201bae22cbb01871907 271 0.11/1.00 vMB 20
692,834 692,834 0000000000000000000a0d2109379efffaa2a02c8e448c317472d525fd191762 518 0.56/1.00 vMB 10
692,833 692,833 00000000000000000002f4668d200d433337f538f655e02f02b9105ce16433ab 1,878 0.80/1.00 vMB 13
692,832 692,832 0000000000000000000fff551233bbbb89e1fad6b16ea6db259e7b99b131dcc2 2,553 1.00/1.00 vMB 10
692,831 692,831 00000000000000000008594e6a6a9ffaeb3027de250bf3fbef9854808b4fafca 2,490 1.00/1.00 vMB 14
692,830 692,830 0000000000000000000dcb0301479e44d82a9958a617942fe276d7511b95fd1f 1,172 1.00/1.00 vMB 15
692,829 692,829 000000000000000000079a9ab131cd76a41156c72937d6fbc4b0b3d523fdcadb 1,714 1.00/1.00 vMB 11
692,828 692,828 00000000000000000002b1fe0f25a7b242005f56ff84c22baf2b1bed547ac4e3 3,273 1.00/1.00 vMB 32
692,827 692,827 0000000000000000000aa22e854777d079c0807acaaf55c77686ebfc5d17c6d2 1,202 0.75/1.00 vMB 1
692,826 692,826 000000000000000000011e17cd2fdb96e7300aa4fbcd1f6e7670e730025b5c48 1,290 1.00/1.00 vMB 7
692,825 692,825 00000000000000000010d90a382c561f2388aa537f83d0b4f43c74631ec4d9d3 1,513 1.00/1.00 vMB 8
692,824 692,824 0000000000000000000dcf87513b2505696156409a2c8803e4d2857d6a9d7d55 1,145 1.00/1.00 vMB 2
692,823 692,823 0000000000000000000146c0e3704cd7d4b08c1b3bd49b1241c4f2ab4f1d0210 2,028 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.03 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: 650.41 GB
    • Received: 13.28 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.