Loading Tool

Explorer IconExplorer

Memory Pool

40,825 transactions
26.58 vMB
0.06650841 BTC
Random Selection Loading Transactions
Max Size: 138.46/200 MB

Candidate Block

Mining Attempt c30e5bdf80fa5171c17df1ef89b06f7391b174cac6262437dee03622f015481d
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 71df83001325ebdb7a6d1b75fa81214f82b15789a24948347c57d79459dd9ead
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.01748792 BTC
Feerates: 265.25 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (601,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,170 313,170 000000000000000016f56dec5b2b96baa26279b6025e7970c39739936ac4c8b8 726 0.42/1.00 vMB 29
313,169 313,169 00000000000000002d80d444a356fcc5bbfbf0f8a876a217b4621338c78625fa 189 0.15/1.00 vMB 20
313,168 313,168 00000000000000000f6e0a1c39f2ac7feeb1eeb859037ef6d21fd1cefc8679fa 349 0.19/1.00 vMB 28
313,167 313,167 000000000000000034bc825959393831d28ea0c26fab544dd3943bd71ec799fd 312 0.18/1.00 vMB 28
313,166 313,166 000000000000000015dc0e84015b0dde2258696644c90f3337b7ce349a850bb0 117 0.09/1.00 vMB 19
313,165 313,165 000000000000000023c2bae942c4bf4f32c3ba7353ccdf090e006709efc749e8 59 0.02/1.00 vMB 31
313,164 313,164 00000000000000000b4477dddd70e53495be54ba92b1503d238b4bd70d23dbf6 294 0.33/1.00 vMB 15
313,163 313,163 000000000000000001a8609d323c7ef697b3b2aa74c4be320fd38c7efd570b01 256 0.09/1.00 vMB 34
313,162 313,162 00000000000000002fdae42732a39c103d10241a07882d1c2b2450028b1fb584 256 0.08/1.00 vMB 42
313,161 313,161 0000000000000000216d53901bc967e805686036869c14be66fce9ae1db151b1 640 0.33/1.00 vMB 28
313,160 313,160 000000000000000005f5e22a9ce60579bbf38b070af16cfc303645c1abbba85f 962 0.55/1.00 vMB 26
313,159 313,159 0000000000000000238473a30c555f17f86e13f37344c86648da221d81e16a47 345 0.18/1.00 vMB 22
313,158 313,158 0000000000000000316bd28e781721f91c99f80950f7c4ef81068483c63260ac 425 0.21/1.00 vMB 35
313,157 313,157 00000000000000002207af8015aa643aef6388a00bf058db08fe38a710ee22f7 241 0.13/1.00 vMB 21
313,156 313,156 00000000000000002a375d6c882dc8d1cc8365a453589dd85ee075520c5117a5 295 0.27/1.00 vMB 16
313,155 313,155 00000000000000000b63da3b3108c07308c1854255870aaa2c5f37c8feb4a1f2 454 0.30/1.00 vMB 25
313,154 313,154 00000000000000000a871ec7b92648d09ba46d57ff0e8da2135d5e30dfc7018b 318 0.17/1.00 vMB 29
313,153 313,153 00000000000000003445fd263b696f635927c548f5f35b1def1cf12d5c0e59da 277 0.15/1.00 vMB 28
313,152 313,152 00000000000000003a2cf5adfad9824b212abfe48efa8b912d86b87bb71917eb 1,490 0.81/1.00 vMB 28
313,151 313,151 0000000000000000313a8c2687ef53fea30e3d6eb37ea6dbc1f43ee3fe368eba 941 0.61/1.00 vMB 26
313,150 313,150 0000000000000000135cf72503ab290e379ac176ff5681e77b07043da9eb4242 273 0.18/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.