Loading Tool

Explorer IconExplorer

Memory Pool

79,271 transactions
29.44 vMB
0.08900458 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 9a88512a8f9104c72ab2e9934e395ea0a1b22e9348c76de4993f41fdee5ee623
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0f42db11cdcdb3e91ca94ec3513d68fc1abfd3a2fc0a95abd8719593215f504d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.02714844 BTC
Feerates: 301.60 > 2.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (220,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,318 694,318 0000000000000000000107b91218d9779e56ad6ff0ef9392591ee216177e696c 2,984 1.00/1.00 vMB 8
694,317 694,317 00000000000000000004c7dc4e8a098ba855150c453f8ab9d3ac6edfd5d7d9ef 2,821 1.00/1.00 vMB 22
694,316 694,316 0000000000000000000761d9d2f50e2731ec77c841f1aa6d90775804289aa9b8 2,640 1.00/1.00 vMB 14
694,315 694,315 0000000000000000000fd0727602f4e0584a640e31956d90f64e05442b6f6043 2,288 1.00/1.00 vMB 44
694,314 694,314 000000000000000000031fd19791c6349dbdb2cd6ea47ecaf423f235c5e37718 376 0.20/1.00 vMB 10
694,313 694,313 00000000000000000000f71b9c6d96b3340330bc2c0bc55d92e7169f6666dcc2 1,129 0.40/1.00 vMB 13
694,312 694,312 0000000000000000000e16eb6b0e7e5e80566bbb29750b550e5ffa75bee3467c 729 0.80/1.00 vMB 2
694,311 694,311 0000000000000000000906c6016fb4fe6cd7621b585f987b5545078cde1cfe41 1,673 1.00/1.00 vMB 7
694,310 694,310 0000000000000000000223d96a35d2b389975b5ce80b8e732043dac8ed4235de 1,395 1.00/1.00 vMB 9
694,309 694,309 0000000000000000000022e703974d026f26a1beb5b0ec4abc8cc6a9f772f1d6 2,631 1.00/1.00 vMB 9
694,308 694,308 00000000000000000006075b629be6ccde56ea100fcd146b51ddb659a3e791c0 2,476 1.00/1.00 vMB 21
694,307 694,307 0000000000000000000f8b3825885394cf2f18b50bad2f411b1d9463bac6800c 2,609 1.00/1.00 vMB 12
694,306 694,306 0000000000000000000cd141193f38b87304a64945cdcb5a9188a06b3c6ee2f7 153 0.06/1.00 vMB 13
694,305 694,305 000000000000000000131e9677aabf7a74f6bea2dd22ae6a84a789ef40bccacb 478 0.17/1.00 vMB 13
694,304 694,304 0000000000000000000d3e921a76f619db65fd18318904b6d986bddbb21e748e 527 0.18/1.00 vMB 15
694,303 694,303 00000000000000000009a85ad287334356749275bed72f55e16b399177d8acde 233 0.06/1.00 vMB 23
694,302 694,302 00000000000000000010e2a25587515cb3e4b0cd5b45056e654c6f45a5edae7f 1,784 0.76/1.00 vMB 11
694,301 694,301 0000000000000000001147436f367f701ebbb935db5c735bc4d3f98ec42166ab 2,149 0.84/1.00 vMB 16
694,300 694,300 000000000000000000011f7bd1908fb1cd8d341a00d1eb46c1c4cf14cb401abc 2,138 0.90/1.00 vMB 10
694,299 694,299 0000000000000000000801f5c19d41d50ef03cc0cc235b008b0b991ef6dc165f 2,883 1.00/1.00 vMB 10
694,298 694,298 00000000000000000003c514f16bd3f4f5c65470e0a280037e6cf0d252f678ac 3,061 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.