Loading Tool

Explorer IconExplorer

Memory Pool

82,517 transactions
30.13 vMB
0.10089591 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 1cc7ea603afca8e74a3ca58fe04ccdee1375d11a6a7226e2422fbd675091e05e
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root c7fd391b75889f6914c19fc89230e5b6c639cca8ab4750a023cc5e4d5010939c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,332
Size: 1.00 vMB
Total Fees: 0.03025514 BTC
Feerates: 301.57 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (205,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,565 709,565 0000000000000000000a344ae36398fa57baa08f7a39d365876291dc3370e852 346 0.08/1.00 vMB 13
709,564 709,564 0000000000000000000692f16a4b40b2cd5f9dbc9e1c94b26faaf7147821f0f0 433 0.11/1.00 vMB 10
709,563 709,563 00000000000000000001b70fd5e2d04327cb8559ebd24aaa31b6cd1e185ab5b6 2,455 0.83/1.00 vMB 6
709,562 709,562 0000000000000000000b52ccfbe83c76b17a34515ea73686d162d02f490e4513 2,727 1.00/1.00 vMB 12
709,561 709,561 0000000000000000000ce35c74bc4f8d5796fdcaead8b4c5acdb1f2d2544444e 1,301 1.00/1.00 vMB 6
709,560 709,560 00000000000000000001f01d191c17644ebc645bce2f0c9677ec917c5af55e4e 2,450 1.00/1.00 vMB 12
709,559 709,559 00000000000000000000ab64b807167b360a1691ac0cfb681f58c1c7e3657b02 143 0.06/1.00 vMB 10
709,558 709,558 0000000000000000000a4669f99f63905f992915f33b20214c7eee41feb3cdf8 1,469 0.51/1.00 vMB 10
709,557 709,557 00000000000000000004a48e0b1a2495ec71a44f51c377e4667369b5e9f73b3a 82 0.03/1.00 vMB 11
709,556 709,556 0000000000000000000679332b739226fa4ea2c7629d84d8e76d62bfea17f567 1,354 0.45/1.00 vMB 11
709,555 709,555 00000000000000000002d5790118fc54bd462a55bc14bd2264eedaa07b291db5 2,493 0.78/1.00 vMB 10
709,554 709,554 00000000000000000000597e27418298ab33de7adf683599e867761e577cca89 1,366 0.51/1.00 vMB 11
709,553 709,553 00000000000000000005e7c1597af637474d8d65e45e84424340b4659d15530c 998 0.41/1.00 vMB 10
709,552 709,552 00000000000000000007a139291b8bf9a07b56881d0eda7cfa72a09e6dae5eed 1,432 0.52/1.00 vMB 10
709,551 709,551 00000000000000000000a4f1b7c1d838d90b6b630bf78d62ed27dee73eb59880 733 0.31/1.00 vMB 6
709,550 709,550 00000000000000000008304e2c809d6c75228b4755708c68b5d8e64a105d8e82 2,491 1.00/1.00 vMB 3
709,549 709,549 00000000000000000009eb29130ba00444eee146ea77c25b8f67ed3033e4a84a 2,570 1.00/1.00 vMB 3
709,548 709,548 0000000000000000000654a69162e1c6f875062f3d12b3316000561f02502670 2,722 1.00/1.00 vMB 15
709,547 709,547 000000000000000000050e0fb5dec4fd010c2da2cf8e885a1955a586608fe559 2,940 1.00/1.00 vMB 10
709,546 709,546 0000000000000000000b80aa7760ee1769cb119f508e3306c86fd601c64a6426 2,980 1.00/1.00 vMB 10
709,545 709,545 000000000000000000021e352b4d2d2824eaa8add0e001cdc4df2e3b6978eb93 2,425 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.