Loading Tool

Explorer IconExplorer

Memory Pool

80,113 transactions
30.08 vMB
0.09794676 BTC
Random Selection Loading Transactions
Max Size: 181.29/200 MB

Candidate Block

Mining Attempt a9eb09936812a7dd6cbd607f42ba9948d3259136ef246820828b3e621ee9640f
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root d922c9233477e66fe2d9a465e7132f47c424a3e56fe055f1264d52a199b33b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.02795104 BTC
Feerates: 180.34 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (276,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,018 639,018 0000000000000000000e2751190b70db4a0754a16c1b22e77fb5fdf3b49692e2 82 0.03/1.00 vMB 16
639,017 639,017 0000000000000000000ae7d76f97bd9e9a752a9a4a9d67ef6030fa65a53815c7 800 0.72/1.00 vMB 11
639,016 639,016 00000000000000000004f4c57f3fbdb666bb094d1b8853a7ba36f6bc3fbb82c6 2,504 1.00/1.00 vMB 22
639,015 639,015 0000000000000000000c73f9f2fcaa8bbcc2b05cf93e146ee6ee0a0f04a5350d 2,593 1.00/1.00 vMB 9
639,014 639,014 000000000000000000058bf1c2ee0c04b893ab3cd762e1cd1e769c2cd6223e06 2,255 1.00/1.00 vMB 30
639,013 639,013 00000000000000000003b3764f1148397e799f8be7de869863df87fa96c7fd9c 1,990 1.00/1.00 vMB 21
639,012 639,012 00000000000000000003ecd163c6047a1621fb4091492288bdd67c632bc61953 2,165 0.88/1.00 vMB 17
639,011 639,011 0000000000000000000d48568876d7a631bf70bb2739b97f386f76be187afd97 260 0.09/1.00 vMB 30
639,010 639,010 0000000000000000000eca55a5a49f57d25f23882fdfe64a6331c1e77d2c928b 2,063 0.77/1.00 vMB 18
639,009 639,009 000000000000000000019701e0b036235b86ebc60a74c7f35b100f2c27abc5a2 1,601 0.71/1.00 vMB 18
639,008 639,008 0000000000000000000e54c2c9acdbefdfde30fd10199a22c3ee62b3ab1c5373 264 0.14/1.00 vMB 15
639,007 639,007 0000000000000000000c105535737a3e54cb800c14259d48c60c8431c861369b 136 0.10/1.00 vMB 11
639,006 639,006 000000000000000000027893fe18b5f3bf92ef981b96e04a9a2a89b2b3edc3a2 1,875 0.68/1.00 vMB 9
639,005 639,005 000000000000000000058c6b6a49cacb971e38fcbd3a4001c4a9f2d66eb3d4c2 2,611 1.00/1.00 vMB 23
639,004 639,004 00000000000000000009a4fa691194c563d2c62c75024dbb6d66ad28f6bb722e 1,358 0.55/1.00 vMB 16
639,003 639,003 0000000000000000000bc9e523fdd0f1d8bad83f6a43a2a8b937a72ff4f008cd 1,597 0.90/1.00 vMB 9
639,002 639,002 00000000000000000003d136c59e13b81320dd1a70f13d567a70798b75b4d7b5 2,328 1.00/1.00 vMB 4
639,001 639,001 0000000000000000000ce20c3cbc133dda0b6a908cb5aa7e5c12aa0e52a8b419 2,782 1.00/1.00 vMB 29
639,000 639,000 00000000000000000008fb2b1fd6e9935eca0329793d2774c37935486e4ca3f3 1,453 1.00/1.00 vMB 14
638,999 638,999 0000000000000000000d23460e4c6641d57719754731d4bb4964d6fb78d7e515 2,910 1.00/1.00 vMB 36
638,998 638,998 00000000000000000004ddd3e70e61fce69a5aa546a9da73781145295780ef65 2,255 0.76/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.64 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: 672.41 GB
    • Received: 16.23 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.