Loading Tool

Explorer IconExplorer

Memory Pool

39,322 transactions
26.72 vMB
0.08332275 BTC
Random Selection Loading Transactions
Max Size: 137.40/200 MB

Candidate Block

Mining Attempt 8a7160a1be9889afb32b7a375aa4b2c1a140ef15cbcf0a53301c0aac7d5bbd04
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 05142f08b87e4e130dbc9dfa375b8b9ddebb768445268119d3379dc77061b405
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.03199974 BTC
Feerates: 197.12 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (352,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,233 562,233 000000000000000000274b61e40fa40bb5256d8ed33fb35cf52435adb447a2e1 304 0.08/1.00 vMB 20
562,232 562,232 0000000000000000002bfc2d10a73cb121c1efca058687ce8615b02e10787ec6 2,722 0.95/1.00 vMB 7
562,231 562,231 00000000000000000023a9b87115765a7b3cabde3d9f0822673d03ab4f51bcd6 3,123 1.00/1.00 vMB 22
562,230 562,230 0000000000000000001c4352c03902c709e85ff62894a2553c4b15b0bb84120d 2,300 0.74/1.00 vMB 8
562,229 562,229 00000000000000000005eec890a22060ed9a68c168b9294956b476d9b45f831b 1,848 1.00/1.00 vMB 18
562,228 562,228 0000000000000000000b738439309061fcff55b78aac5ef5dac6136ba04b9c38 533 0.19/1.00 vMB 15
562,227 562,227 00000000000000000015df7a894dfebf29c1ebcf39ccb64d9c2cf00861380dee 2,406 0.78/1.00 vMB 10
562,226 562,226 00000000000000000000187af72c61d5583a8ae37bc2f069dd9e227fbde6f84e 2,875 1.00/1.00 vMB 17
562,225 562,225 00000000000000000023ea25549b55ffc45c768c68fd174015d861212eb34e7f 1,760 0.59/1.00 vMB 2
562,224 562,224 0000000000000000001cacc4fda9d2c80bd4d942df5d33af82e5008644979b3e 2,913 1.00/1.00 vMB 10
562,223 562,223 0000000000000000000c825636511a85e2e80b250607a093cc84881e31fcfa03 3,169 1.00/1.00 vMB 24
562,222 562,222 0000000000000000002c185e0e8e1c6aa99ed260eab542a582bb1b82021383d7 3,513 1.00/1.00 vMB 20
562,221 562,221 000000000000000000170b278e5b44506e7a0b355dbc406c7c5ca714adbcf4b0 2,431 0.73/1.00 vMB 13
562,220 562,220 000000000000000000061ec600aff3b1e09a52374a6743ca545f64c06ea10bc7 476 0.50/1.00 vMB 15
562,219 562,219 0000000000000000000994d69ab5f85bb0b8768839c7e0c4a354e1ede068b596 1,715 0.75/1.00 vMB 6
562,218 562,218 000000000000000000299fe9ea20425b13ecc8f99e00753fa47165210907d486 3,422 1.00/1.00 vMB 14
562,217 562,217 000000000000000000153cc162acb66f808d6420d42f52d36856b3c952adabfc 3,327 1.00/1.00 vMB 13
562,216 562,216 00000000000000000002946120b29fa1663af4baca2b7c423b60f7815fbf2d07 3,447 1.00/1.00 vMB 26
562,215 562,215 0000000000000000000c2a30c920aab9b3d03d9cc10bf824b00f7efaa48c74f6 2,514 0.73/1.00 vMB 31
562,214 562,214 0000000000000000002e5d608082d00d70a6b292fd2a78e220622d3d6202423f 3,189 1.00/1.00 vMB 16
562,213 562,213 00000000000000000016b1d8041809af1f7cd40761cfb2c6a49c1b541f025813 964 0.32/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.