Loading Tool

Explorer IconExplorer

Memory Pool

79,814 transactions
32.57 vMB
0.09773452 BTC
Random Selection Loading Transactions
Max Size: 190.02/200 MB

Candidate Block

Mining Attempt ea703f878b500a878e90481591c41aa9c5762bdbdea418d0725ec9962f8dd5cb
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 84219e2c64b6fcc35c0faa566b587c7be747e77322cf35a012d0239a6057e2a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,617
Size: 1.00 vMB
Total Fees: 0.03267715 BTC
Feerates: 151.03 > 3.27 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (452,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,318 462,318 0000000000000000003c309211c7e0f0b1bc32482a798970d1bed5c292ad4b46 2,265 1.00/1.00 vMB 162
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
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.11 GB
    • Received: 14.49 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.