Loading Tool

Explorer IconExplorer

Memory Pool

79,873 transactions
29.41 vMB
0.12163675 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 9ff2aa86fbff741f6f21ea2e624b187af68a4d1bd72ba09b5b1b3d4e279bc12e
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root fcf06dad0b5a1b848e57384e05b58884dfd1ca858db8b937d1176ea053310aa3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.04285320 BTC
Feerates: 477.45 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (110,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,014 805,014 00000000000000000000c4da35d81e4e0d153804fd15a7de980458a8b727df52 2,625 1.00/1.00 vMB 13
805,013 805,013 00000000000000000003cba3b9565317a5064d4af488b68bdb7db27ca94e2d1c 1,381 1.00/1.00 vMB 9
805,012 805,012 0000000000000000000236499c1ffe8fc5dd577b3034e2d380a431aa1230059c 3,477 1.00/1.00 vMB 22
805,011 805,011 000000000000000000028ecf502ab48f4d43f96e513c5ec347765416957c5c5b 2,647 1.00/1.00 vMB 16
805,010 805,010 00000000000000000000d39149dabe39bef2fcc80379ba4d27d6d3dbf2dd8a76 5,852 1.00/1.00 vMB 7
805,009 805,009 000000000000000000036734229582fb84ba72605741bc5376c248f15aabd4f4 3,829 1.00/1.00 vMB 6
805,008 805,008 0000000000000000000471c0f2879f1f7588d03c16a2771e5beb28aab19a994d 4,581 1.00/1.00 vMB 8
805,007 805,007 0000000000000000000281da1a6e362a46ea626cc573a23f4b58cad4f50e28d0 5,256 1.00/1.00 vMB 9
805,006 805,006 00000000000000000004eb959af563d5c4eba41131db6e9b31c2c1ba52c3312e 1,266 1.00/1.00 vMB 8
805,005 805,005 0000000000000000000233296ebe71b1d6b24c54e5fefebe2af5c48bbeb4515d 1,003 1.00/1.00 vMB 8
805,004 805,004 0000000000000000000231ffcd0320b443fa05bf3cc3ac5e5f2a6d952eab7227 3,234 1.00/1.00 vMB 21
805,003 805,003 000000000000000000033404bd68c58454cfa06f1a4e2d11889df308422db9f2 3,860 1.00/1.00 vMB 7
805,002 805,002 000000000000000000038bb8ccf355174c6009a46dc4935beeef2aba93b7f358 2,975 1.00/1.00 vMB 10
805,001 805,001 00000000000000000003f36f206338527b808c1c296d18b90c2d932e24c55c18 3,425 1.00/1.00 vMB 12
805,000 805,000 00000000000000000001e26d96ed68750e91e9a1776a08a176fede4e4654d86b 3,196 1.00/1.00 vMB 8
804,999 804,999 00000000000000000004510ffb0759140097bf4a7c40615ad9cb49dc58cb896f 3,215 1.00/1.00 vMB 13
804,998 804,998 00000000000000000004f8f005b6a72df7019e299b242bf039fa29c721af7ba8 2,665 1.00/1.00 vMB 8
804,997 804,997 000000000000000000048db64eae1c2c8f7ea8c57254320a39c642d40e36f59f 1,860 1.00/1.00 vMB 10
804,996 804,996 00000000000000000001d702ed8935ea725f8c644b1bd0e7823aab077600cf14 2,915 1.00/1.00 vMB 22
804,995 804,995 000000000000000000015bcd249d2936cf4464bf6bec9a42d4ee9638c4fef863 5,578 1.00/1.00 vMB 8
804,994 804,994 00000000000000000003b5e025df7d980991798e20cb5f4d900e6ac8732f3563 2,746 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.