Loading Tool

Explorer IconExplorer

Memory Pool

81,236 transactions
29.56 vMB
0.08308352 BTC
Random Selection Loading Transactions
Max Size: 179.88/200 MB

Candidate Block

Mining Attempt d85c0c13fa2565d3ad90121cf881fddffa43fbef6231caa4160a39699d631c14
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root a09a34bf2298cb35405af5fe84268e1d766f9d82412b79a57e3b7858c142ff7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,289
Size: 1.00 vMB
Total Fees: 0.02089834 BTC
Feerates: 100.53 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (298,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,252 616,252 000000000000000000116a85b26743e7506f492b47ee18d3cae28d45d34501b7 2,822 1.00/1.00 vMB 21
616,251 616,251 00000000000000000002d02311351e6a21924bcdd7ae5a890757f86e535fdedd 2,897 1.00/1.00 vMB 17
616,250 616,250 0000000000000000000abbd7c1b10e4697962b3ed57b2fa0c1cf11bfeb3d1495 2,034 1.00/1.00 vMB 22
616,249 616,249 000000000000000000102af414416d4ee5fb709a2c139a95beceadaf59f1dff7 1,748 1.00/1.00 vMB 21
616,248 616,248 00000000000000000001769ce3ee62162439a204c7f2f7a6c868da7cc1101412 2,911 1.00/1.00 vMB 20
616,247 616,247 0000000000000000000d3438f1e266cdc2b4709d03e0233907cd7982063068ee 2,881 1.00/1.00 vMB 36
616,246 616,246 0000000000000000000ac26b6ddee3dd7f8cec671c1a406dc34ee3fe7e730d53 2,777 1.00/1.00 vMB 31
616,245 616,245 0000000000000000000bb24af4aff193ab4c754b6febdbdfb03e72087ece2cc4 2,940 1.00/1.00 vMB 28
616,244 616,244 00000000000000000002ac9f3870da8efdb43752d96e02229de3b945f7a4b6a1 2,758 1.00/1.00 vMB 32
616,243 616,243 00000000000000000000fb214f99c4f67d7080e3b588a34f09868ca1c54d0565 2,482 1.00/1.00 vMB 34
616,242 616,242 000000000000000000079cc57803ec36f079fc470eb64e3878c101f24417be72 1,867 1.00/1.00 vMB 65
616,241 616,241 00000000000000000004ea739659cd1cf8dd803fd0c6f2920c02a7429bbf411d 972 1.00/1.00 vMB 86
616,240 616,240 0000000000000000000d092d1065a645ff6214d77d5ce7de1a7b36e2e363634d 2,475 1.00/1.00 vMB 18
616,239 616,239 000000000000000000099b3509cf7d55c3c1894f814ab45bdccb32aa2b5e3e46 2,808 1.00/1.00 vMB 27
616,238 616,238 000000000000000000088fd376af0e28dc78c32dc60c4b4eaf8fc94a824c9c99 1,930 1.00/1.00 vMB 1
616,237 616,237 0000000000000000000c0b92cd55de363c1bf65bdac1c971c6de0172e6b5c1bf 2,668 1.00/1.00 vMB 6
616,236 616,236 000000000000000000039570aa6ec0ae468fe138af165fcba23c3efeedf76831 2,374 1.00/1.00 vMB 16
616,235 616,235 000000000000000000039213d462ac38df2ae02b64c7970c464901bcf98d5a69 3,293 1.00/1.00 vMB 27
616,234 616,234 0000000000000000000104eb04fe40b6463abf1805a59a5fd60ec63c21875dd3 2,612 1.00/1.00 vMB 25
616,233 616,233 00000000000000000008d5e00b0bcf5c4151668f3397d5ced9f1c812efc800f5 1,878 1.00/1.00 vMB 5
616,232 616,232 0000000000000000000ee6a98d2cc0a9371dbacdc3e0da1ecdc3dfb94f027304 2,690 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.54 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.01 GB
    • Received: 15.71 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.