Loading Tool

Explorer IconExplorer

Memory Pool

42,169 transactions
26.63 vMB
0.05983288 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt 8748a5ffd16ca926c3536b83f33d0d550a83af89bdfbd4efe0aefe1b26e08973
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root e57017d8e1a3b5ecf9336922e6bb5e49129ea46cd28c8bdf8a49f369ba4484aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.01066408 BTC
Feerates: 100.45 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (222,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,287 692,287 000000000000000000131c796dae0ffdb115279d3773a34483bf61ec41caeff7 2,020 0.88/1.00 vMB 4
692,286 692,286 00000000000000000005bbee0e0c9e4d76fd4f3826322a389426df289aad2be9 2,472 1.00/1.00 vMB 31
692,285 692,285 0000000000000000000a7d86d7d80c5fa17e6c0210c1cbf80b3f6a44c9c0a48d 1,504 0.54/1.00 vMB 14
692,284 692,284 0000000000000000000f94827c731f76d8052657b0a35c1a16e26e5b78170433 658 0.20/1.00 vMB 18
692,283 692,283 000000000000000000127a015b1ba5e274755c7546cf85ec176a39dbdebe8e3b 1,667 0.61/1.00 vMB 18
692,282 692,282 0000000000000000000945d8610a4e0250287639d8821885565a7f6461a14069 885 0.38/1.00 vMB 3
692,281 692,281 00000000000000000012530c4947619fe37b0de860f832005d7716f9edaf975b 2,880 1.00/1.00 vMB 15
692,280 692,280 0000000000000000000fdb10585ee107959518b96906fbe0457ecb2f711e62d9 461 0.50/1.00 vMB 3
692,279 692,279 000000000000000000072121c2653bea5d7fa9b2297dd3741b1f3ac10959c37f 2,266 1.00/1.00 vMB 11
692,278 692,278 00000000000000000011dcedc3ff0e7b379715cbd65dbcdf1434d8df5d3abe99 1,627 0.56/1.00 vMB 11
692,277 692,277 0000000000000000000236571c6bf54fd886536f2bbc2e6abe5a133b25ae04c6 1,597 0.95/1.00 vMB 5
692,276 692,276 0000000000000000000223a9a05fa8afae046c3a4105af34d93b01dd46152d65 1,288 1.00/1.00 vMB 8
692,275 692,275 0000000000000000000e209d9a3862fdaefcc9d8d5ff599a08e335371119b753 1,105 1.00/1.00 vMB 3
692,274 692,274 00000000000000000001cc2593b45ec7b58c6bd9a78b68811e4494e12c82df0b 2,555 1.00/1.00 vMB 18
692,273 692,273 000000000000000000118b714685e8c26990b7b4f7b441daec671df880d4f282 2,514 1.00/1.00 vMB 12
692,272 692,272 0000000000000000000ca8674b5e532eee1e6c8c8c50b2da3f4bcaffb3f8ee0f 3,379 1.00/1.00 vMB 3
692,271 692,271 00000000000000000011efb85840bb728877b492c714ab83c2d909424c2e4b79 2,843 1.00/1.00 vMB 16
692,270 692,270 00000000000000000000550e2753c4617eefe56536ef99eadf2b4d06bee459d8 2,056 1.00/1.00 vMB 56
692,269 692,269 0000000000000000000566ff2b8de479b5b9c3914b6b63cb0e93025aa4b6f72a 2,565 1.00/1.00 vMB 164
692,268 692,268 000000000000000000014bc5c4562c6b4c8ac7e91e99cf74a797186166573342 2,552 1.00/1.00 vMB 164
692,267 692,267 00000000000000000008a5bc1dc7adf261eccab8ce7905b59f49bd7f0e727695 1,735 1.00/1.00 vMB 280
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.