Loading Tool

Explorer IconExplorer

Memory Pool

89,001 transactions
33.44 vMB
0.08444182 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt e92bd92723472c36949c7a323c9e363754a7a2aeca5a6b98ab8d6aa8dc325fcc
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 30ac0b3289c9dc62b7af84170b48fca51c834427ec765544978ef48ce178d7e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,708
Size: 1.00 vMB
Total Fees: 0.01788686 BTC
Feerates: 502.65 > 1.79 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (452,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,317 462,317 000000000000000001a70ddd07f1c5b166d3e52fd7d9495ee027e1af51634db6 2,715 1.00/1.00 vMB 223
462,316 462,316 000000000000000001733e87174ddafb35d7865b38a8d731240cd541529667cd 2,742 1.00/1.00 vMB 137
462,315 462,315 00000000000000000157129a1fd08381655d530350c8cfd839e8d30cbbf19f15 2,009 1.00/1.00 vMB 140
462,314 462,314 000000000000000000a6af4dd01088c4982b1626c33490514b9e3ff48f4a9a36 1,543 1.00/1.00 vMB 148
462,313 462,313 000000000000000000d5016f7d7ecd0781f1ec202d99fef271743a47f8de3c17 1,685 1.00/1.00 vMB 136
462,312 462,312 000000000000000001246ca1182001607130cf16ff0b35c11ceba4de2c14953a 2,868 1.00/1.00 vMB 145
462,311 462,311 0000000000000000019ef992c15b8303cd2352fcc3f75804858a6579f3315ff4 1,576 1.00/1.00 vMB 136
462,310 462,310 00000000000000000202f70f9a99f8d3ed4613c5234a598b4d20afc49d2642bc 1,599 1.00/1.00 vMB 131
462,309 462,309 000000000000000000e5ad0d1dc9c5ea21ee456750d16e6f45af9cc6e2499e0b 2,101 1.00/1.00 vMB 129
462,308 462,308 000000000000000001cb00d533aee1e476e5179e5fe73ab9be9d6dabda18abd1 1,386 1.00/1.00 vMB 112
462,307 462,307 000000000000000000413585c734e321f325df47f3bccebe9a0a51f9f27e1527 1,632 1.00/1.00 vMB 142
462,306 462,306 0000000000000000017ba677e58b0446d4514c5fa5fd7bac4f192fda54b227fa 2,266 1.00/1.00 vMB 164
462,305 462,305 0000000000000000011cec134adb5ac53ecbb9f1a2bada929ed88da6ec6351ef 2,118 1.00/1.00 vMB 232
462,304 462,304 000000000000000000d3fe2ce0c03a2fea6ab76227a196bfdf67a6652091132f 2,388 1.00/1.00 vMB 139
462,303 462,303 0000000000000000020393ca10da13e99b21f5ab8c8e4c9710b5019d83050bab 1,902 1.00/1.00 vMB 140
462,302 462,302 000000000000000001c027c620228c5c7869004ec19e7e5af001fd6658dafbd3 2,093 1.00/1.00 vMB 169
462,301 462,301 0000000000000000001f798c00d76105f9d56028392a80303dfb9915645367a4 2,442 1.00/1.00 vMB 197
462,300 462,300 00000000000000000200247be42b126d43bd9e07a55f3a1210b33256f56bd803 1,809 1.00/1.00 vMB 157
462,299 462,299 00000000000000000141e64a27b3de28a19a83be7a22fd29be246287229e3dbe 2,253 1.00/1.00 vMB 180
462,298 462,298 00000000000000000041e7a17f7f0f780e76021b5f1c2bb66d778d39708454c3 2,707 1.00/1.00 vMB 174
462,297 462,297 00000000000000000211502b23609aa19c3667ca29b09d45174235fe22ef1906 2,681 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.