Loading Tool

Explorer IconExplorer

Memory Pool

77,816 transactions
33.85 vMB
0.14276482 BTC
Random Selection Loading Transactions
Max Size: 189.72/200 MB

Candidate Block

Mining Attempt b1040072d6eaaed96d11ba7aee1cfd01eb99d473e850380cd01d703ccc13681c
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 26c6f76a4eeeedba35ffe47720dcdf80ce06b1cd260d54fa81f2d5986109c790
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,329
Size: 1.00 vMB
Total Fees: 0.02967694 BTC
Feerates: 100.53 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (8,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,557 906,557 000000000000000000005eeb83be20cc40a246654e91d588762c278c7ac69b79 2,525 1.00/1.00 vMB 3
906,556 906,556 0000000000000000000065e9f35b07e1d1e18b0c8e4c22261f9472ac1071db17 2,484 1.00/1.00 vMB 3
906,555 906,555 00000000000000000000f42625b9ac2a7da369bc6333516277a639eda1162087 3,523 1.00/1.00 vMB 6
906,554 906,554 00000000000000000001f04bb8b37f5f71d0532aa945e1603261990da891dd9f 4,453 1.00/1.00 vMB 7
906,553 906,553 0000000000000000000058404f0f6364edf82d1d77ca60e4b7353933fb679dad 3,622 1.00/1.00 vMB 11
906,552 906,552 0000000000000000000223ea64c606b8e54c343a26e36032cbd7410526dfa549 3,602 1.00/1.00 vMB 4
906,551 906,551 00000000000000000001d74d47a7630cefabdfba9f2c4dc9fab4e58f8767fdab 3,727 1.00/1.00 vMB 3
906,550 906,550 000000000000000000014ed78ab0b6492aeb4cb1652b6f89200c9061d021f8f7 4,103 1.00/1.00 vMB 6
906,549 906,549 000000000000000000022f2742e368caddd64a4fe06d60d7328bc9d058afd2d7 4,332 1.00/1.00 vMB 4
906,548 906,548 00000000000000000000bff1ed0985ba016a200e8047acb1f85c6d7f270f775c 3,989 1.00/1.00 vMB 7
906,547 906,547 00000000000000000001b92a7425697ee0377458ae616117df7a86d304d3c6d4 3,778 1.00/1.00 vMB 7
906,546 906,546 000000000000000000006e022e812674e58ddac1fc204cf3fc4564086f229350 4,005 1.00/1.00 vMB 12
906,545 906,545 00000000000000000000f99d44752e0903fb19310b642440e03a3e1c092f9296 4,514 1.00/1.00 vMB 4
906,544 906,544 000000000000000000008c0500431ad1611ae2f0369201051943a5ae7e2baac7 4,180 1.00/1.00 vMB 4
906,543 906,543 00000000000000000000d62bd802cd43dce243417c333bcdab304a2a68d7ad78 4,162 1.00/1.00 vMB 6
906,542 906,542 00000000000000000001e3259d0bb8b6c993b31e55bb3836a8fa667e2d4bb490 3,852 1.00/1.00 vMB 5
906,541 906,541 00000000000000000000dc31a824b452b067236a2b1d8bb5e448931c3a70ad61 3,989 1.00/1.00 vMB 5
906,540 906,540 0000000000000000000154e42d9474cce4e1dbc198c7600936ecffed3d2c410f 3,276 1.00/1.00 vMB 3
906,539 906,539 000000000000000000006f43358be6d2a0f3d02ed1ddda9ce8f7d8b0d65b3a4b 3,803 1.00/1.00 vMB 4
906,538 906,538 00000000000000000000fe484db3fccec108a27d30ec9311521c5e91d122c816 3,250 1.00/1.00 vMB 3
906,537 906,537 00000000000000000001ec18016de748e6f432f77d2bffc88a6d21c9173a721c 2,187 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 733.42 GB
    • Received: 18.54 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.