Loading Tool

Explorer IconExplorer

Memory Pool

78,707 transactions
30.02 vMB
0.08957332 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt bfd3644a8053f30d8fb1bb53b577346cd03e3fccf9aa57cd409c8551af1cade8
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (277,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,313 637,313 00000000000000000003dc3c4d660c718c6437fa00ac1d32d8d78eb94bc6d1da 2,783 1.00/1.00 vMB 37
637,312 637,312 0000000000000000000f56203f98ba5cc449d927d3e3c2904efa71327acb50b9 2,364 1.00/1.00 vMB 28
637,311 637,311 0000000000000000000c3eb3f26e05b74c88d7818244f62b86ba061422374ea3 1,007 1.00/1.00 vMB 25
637,310 637,310 00000000000000000003bd37af289b7a45cd3132faa080bf840b144c789b9936 2,026 1.00/1.00 vMB 33
637,309 637,309 000000000000000000063818903352419241f7705913cf6dd420880f12dd46c9 1,465 1.00/1.00 vMB 47
637,308 637,308 0000000000000000001003a52a3536d78d6dd182b7042480e74f7f2ecebc9657 2,429 1.00/1.00 vMB 62
637,307 637,307 0000000000000000000fef3e1c9e4bd1fa0109a2d735e3460fc5629797df7998 1,946 1.00/1.00 vMB 26
637,306 637,306 00000000000000000004e5df0f2827258693658b62728233fb123b35cc96e9fb 2,431 1.00/1.00 vMB 16
637,305 637,305 00000000000000000000ec977ee12ce7b8b505d0b5761605d8248b84eb179df0 2,188 1.00/1.00 vMB 43
637,304 637,304 00000000000000000010a61071d1473bd201a43540d57a3f83d110c5ab5ff3c8 2,641 1.00/1.00 vMB 62
637,303 637,303 0000000000000000000d1a9d4ed880f663e446441648e5f67aafc50450d8f009 2,378 1.00/1.00 vMB 55
637,302 637,302 0000000000000000000d41322cc073463cd252ec1e41c0be491b183c4dc4d007 680 0.26/1.00 vMB 37
637,301 637,301 000000000000000000034530379a45ed8a490578d1a0efb247a677da00c46647 2,386 0.99/1.00 vMB 20
637,300 637,300 0000000000000000000e7736dc598693c320892a6a84c4377b212e807eceb349 2,385 1.00/1.00 vMB 42
637,299 637,299 00000000000000000008a28e25fab9ae74e817ff8aa310ffdf95eb128ac77b44 2,301 0.86/1.00 vMB 34
637,298 637,298 0000000000000000000972c0f1c3c990c128d517c781cb26d3fe7cb0c8c4c5a9 1,971 0.86/1.00 vMB 33
637,297 637,297 0000000000000000000b612e1673861763b0700d5114a55b0381dc25a73f60ab 934 0.62/1.00 vMB 19
637,296 637,296 0000000000000000000e3fcd832ad222a155ac1af1f1a729ac72a38d1fcee895 2,258 1.00/1.00 vMB 10
637,295 637,295 0000000000000000000cf3634b1e546ef051771320e0aec0d1ae79de74222696 2,443 1.00/1.00 vMB 29
637,294 637,294 00000000000000000001e8222e8d6f2d3ae0c8a891cccd2819ae55ddb9dc3fde 2,623 1.00/1.00 vMB 56
637,293 637,293 0000000000000000000d1fd6157b7118aafaee3fee258d432b3f1b31fe7530ca 1,992 0.72/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.