Loading Tool

Explorer IconExplorer

Memory Pool

81,846 transactions
30.14 vMB
0.07943997 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt 175d7e24d6906df0e3e183f1d40beacb998db84e3bdde708ceb348b480dcefee
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root a28eaaf7fd748db771b92f2ec9adc4ac9235bdc15ea1d2f70946f6b044e9f1d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.01250096 BTC
Feerates: 60.16 > 1.25 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (468,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,096 447,096 000000000000000001496978ef7e8a97705854c32277463f5af6b624bdd10bb8 2,371 1.00/1.00 vMB 87
447,095 447,095 00000000000000000300de165a3dfb61542192cfddc499f73505bfa6200fac10 2,528 1.00/1.00 vMB 91
447,094 447,094 00000000000000000363fc18d5a5afcab8a33f0bbf7b8d1625e988f84eb0d141 310 1.00/1.00 vMB 14
447,093 447,093 00000000000000000308be31fa622f5371c9b3778b942c8678b1c7f7745cf57d 1,345 1.00/1.00 vMB 44
447,092 447,092 000000000000000002c1e6bcdb5487d971f346d4207e52699b74f05ab815e3be 2,318 1.00/1.00 vMB 82
447,091 447,091 000000000000000003059a9467f2be2589d55472151040fb20ced4087f9eee3e 2,683 1.00/1.00 vMB 80
447,090 447,090 0000000000000000020345124f5815c4cf330623a16b7193c6191a5dcff275bd 2,412 1.00/1.00 vMB 97
447,089 447,089 00000000000000000365e7c8ebaf37de05cfe9789b21d30cdfb0a049b8b0daac 1,704 1.00/1.00 vMB 49
447,088 447,088 000000000000000002b31421392609c77735bfad11bf18f777517c72a599bddd 2,436 1.00/1.00 vMB 75
447,087 447,087 0000000000000000026d13de67df11342b9ee543a7e9b88055239be65b5d8e6b 2,811 1.00/1.00 vMB 98
447,086 447,086 000000000000000000b81e03d661d1b784cdb58a43065924eb61cf2387ef0a04 2,535 1.00/1.00 vMB 60
447,085 447,085 0000000000000000036ab1b26a7b5f6ef50fc0cfef2d79af2df1501522638ed7 2,075 1.00/1.00 vMB 66
447,084 447,084 000000000000000002360ee1487854ab9b46ff13c17300df851e910bbe5a8e9c 1,744 1.00/1.00 vMB 64
447,083 447,083 00000000000000000351827b2bb69c9112c4554219e65df1dadfbb4a6ac3ca70 2,079 1.00/1.00 vMB 66
447,082 447,082 0000000000000000007c7fdea202a8c8538d221fb7b9094bc46d439cd2e43412 2,599 1.00/1.00 vMB 81
447,081 447,081 00000000000000000018fc06db522172a181b35cd70c7ffd5fb1e69302af6efe 3,080 1.00/1.00 vMB 86
447,080 447,080 0000000000000000018096297e2c6ecc8e615fa27de8f0dd0606488a27c7a54d 2,599 1.00/1.00 vMB 88
447,079 447,079 0000000000000000018d49561e4eb2124181d0d5f3201847aaed91176b784465 2,500 1.00/1.00 vMB 73
447,078 447,078 00000000000000000118a83543869588818ad830bd06143f1af83af45b204395 2,428 1.00/1.00 vMB 80
447,077 447,077 000000000000000000cb7d8f175a220aacc8226fa02b3e5ebbee82b57fd9be58 1,743 1.00/1.00 vMB 93
447,076 447,076 0000000000000000034a2ac2e14a5c6ee382986033bae37be040c1e3950f5737 2,041 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.