Loading Tool

Explorer IconExplorer

Memory Pool

81,082 transactions
30.31 vMB
0.07704999 BTC
Random Selection Loading Transactions
Max Size: 185.87/200 MB

Candidate Block

Mining Attempt eeae4b3e673528a198df6533a2d6e7fd2dcc7388ff4acc5fb8ee9e5457fa04ce
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 0d3a512a7b22b8e4afa1c1863b615070b6fcd856a8a189f96a4f2de762524605
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 1.00 vMB
Total Fees: 0.00938196 BTC
Feerates: 60.11 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (73 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,287 915,287 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17 4,149 1.00/1.00 vMB 2
915,286 915,286 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2 4,138 1.00/1.00 vMB 0
915,285 915,285 00000000000000000001c502d27c6a7357f3afe9ee10717cca97831a56262d80 523 0.13/1.00 vMB 2
915,284 915,284 00000000000000000000d0af0eeffb2d95867b9fdabf260333c1cc37440f38ed 833 0.31/1.00 vMB 2
915,283 915,283 00000000000000000001bb87348e6d3ff23561ca1d138f03813134dfb60134ae 3,243 1.00/1.00 vMB 2
915,282 915,282 00000000000000000000e688f97ccb81e4d6cc7bbc0a5091e24a52bc286c17c9 3,552 1.00/1.00 vMB 1
915,281 915,281 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3 4,932 1.00/1.00 vMB 0
915,280 915,280 00000000000000000000553f6fed49f552322b757e7f4dd0d320e9bbd1994ab9 2,796 1.00/1.00 vMB 1
915,279 915,279 00000000000000000001159bfb9c184bf20d071864b704b546354b434880601f 3,108 1.00/1.00 vMB 3
915,278 915,278 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020 2,373 1.00/1.00 vMB 3
915,277 915,277 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f 1,216 1.00/1.00 vMB 1
915,276 915,276 00000000000000000001810023e68d0a57a556c7aa9c207cb4d0a325dd6b06b4 2,217 1.00/1.00 vMB 2
915,275 915,275 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5 1,645 1.00/1.00 vMB 2
915,274 915,274 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e 4,215 1.00/1.00 vMB 5
915,273 915,273 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d 1,823 1.00/1.00 vMB 3
915,272 915,272 0000000000000000000113c7420cf893fabe85b80c0a1a6f47a4550da8c23a4b 3,989 1.00/1.00 vMB 4
915,271 915,271 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e 3,808 1.00/1.00 vMB 5
915,270 915,270 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71 1,721 1.00/1.00 vMB 1
915,269 915,269 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c 2,325 1.00/1.00 vMB 3
915,268 915,268 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127 3,653 1.00/1.00 vMB 2
915,267 915,267 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.01 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: 718.94 GB
    • Received: 18.00 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.