Loading Tool

Explorer IconExplorer

Memory Pool

27,609 transactions
24.91 vMB
0.05605734 BTC
Random Selection Loading Transactions
Max Size: 121.65/200 MB

Candidate Block

Mining Attempt e96a154233fa9698fa0381277c1994a73ad28a580227985694d96100935a4f9a
Version 20000000
Previous Block 00000000000000000000cfd3481d5dc6b723f4e62052b015bd9a9891d6d18add
Merkle Root 590b88842a6a8d4cd95cd7182fad8df906a3531f9a636f2c1162ad5d7f1f75dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,336
Size: 1.00 vMB
Total Fees: 0.01102640 BTC
Feerates: 100.35 > 1.10 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,200 (784,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,222 129,222 00000000000016b395b33b479a342acb9e2eb9fedc3b8dfcd4718222bb964f06 21 0.01/1.00 vMB 554
129,221 129,221 00000000000006f13d80f61b5636d408beb62df44b820055db9d30ffa1f90701 26 0.01/1.00 vMB 320
129,220 129,220 0000000000000f8eef4eea7fc4421ac5dc843c5b17238641995d4ed20a2c17cb 20 0.01/1.00 vMB 640
129,219 129,219 0000000000001823509af56d5bd36b3823e7abe865f9ecdc7de8cf50a1b0ce94 39 0.02/1.00 vMB 312
129,218 129,218 0000000000000f7d3de104948aa7399cbdecc8f44048ef4fcc15ac8e5150fe19 34 0.01/1.00 vMB 1,269
129,217 129,217 00000000000016d72f0fb3d8e3037abe3aa0d858b229d5e74efaafbf674d5696 159 0.06/1.00 vMB 548
129,216 129,216 00000000000017256ae6f26578dcd7b9f6ae2618d9ec040ef1814a9a222da9cb 26 0.01/1.00 vMB 1,517
129,215 129,215 00000000000018f86f63ea67570facee4eb4fd5575c8af8f372b55324820b0c8 14 0.00/1.00 vMB 516
129,214 129,214 00000000000001b9485adbb191fd0e58dbbf1a108e06a9532ca580b2ae33bc2e 167 0.06/1.00 vMB 570
129,213 129,213 000000000000064f0ee92d4eeafcd0b01ade46acb598e376cb496a7f2daaf0d0 11 0.00/1.00 vMB 1,893
129,212 129,212 0000000000000cc6a75b38c6f8461263a0fd0204c583083edd0adc4671db934e 21 0.01/1.00 vMB 2,523
129,211 129,211 0000000000001d3a6628efc8611ad10f940aea3f5e525e339f7f359c6bca70c5 17 0.01/1.00 vMB 274
129,210 129,210 000000000000038de26a3ff651fe2db022d057c87b11851a7ac4988ffc927212 11 0.01/1.00 vMB 356
129,209 129,209 0000000000001c11d58b226d02b618a83ee932029c704d80f218cf1c96063c78 10 0.00/1.00 vMB 0
129,208 129,208 000000000000126a24521965ea614bd6c7763a13ee5414fb90d9230fd1fc351b 16 0.01/1.00 vMB 1,378
129,207 129,207 0000000000000e08360c0bc8542479907119db59b0cd281e11a17d9021fe72f5 106 0.03/1.00 vMB 152
129,206 129,206 0000000000001a184bbe2607ac8bb4ab98eb5317b5b49eec45ed8d3cf1e5dd71 14 0.01/1.00 vMB 263
129,205 129,205 00000000000013a79d6753c9f2d556508a639d94126f6916c3428d2babc8632d 37 0.01/1.00 vMB 431
129,204 129,204 0000000000000d35a16951079a5ab6c0b55fef5330e42a991e56f87599455dd3 60 0.03/1.00 vMB 1,041
129,203 129,203 00000000000003fe0c58e84c9ab6ae1ecee1127fc45b25c8b934bd1c747ddea5 16 0.01/1.00 vMB 1,136
129,202 129,202 000000000000024ed4b7aa6c44eb3e6354c77668ae940629507e6993b9f78ebc 47 0.02/1.00 vMB 869
Previous 10 blocks ↓
Total Size: 780.95 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.29 GB
    • Received: 8.04 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.