Loading Tool

Explorer IconExplorer

Memory Pool

44,668 transactions
26.44 vMB
0.05486614 BTC
Random Selection Loading Transactions
Max Size: 139.89/200 MB

Candidate Block

Mining Attempt 37a49001414136597e4f49ca24a781b74ce353f4ce0abdc81db04588856ffed7
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root 477a5a175d4631ae0d30251fc9b04c94c814e9917fa79aa3d965869777d1ea1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,666
Size: 1.00 vMB
Total Fees: 0.00641583 BTC
Feerates: 150.62 > 0.64 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (526,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,726 388,726 000000000000000003c2f89cc5619d30d1eae7012b3ca639152b3c22821f5289 110 0.09/1.00 vMB 15
388,725 388,725 0000000000000000012962d36910d211be9cd9a843b6959a49f88b75de5ce8d6 934 0.65/1.00 vMB 22
388,724 388,724 000000000000000005e7186e1151d55501f4cabfdd9da5d90dda41a43fa18a9a 682 0.25/1.00 vMB 45
388,723 388,723 00000000000000000323d3f4c74650c8f45d63f19c89dc749006088795f8e566 1,880 0.95/1.00 vMB 28
388,722 388,722 000000000000000001849de01b56dfe5a9d39dd07ee6474be96b082a45e2c5b3 1,938 1.00/1.00 vMB 24
388,721 388,721 00000000000000000cb116cdbcd1a5c608fbd93ec6ec6e6a6a9205479e1e3341 219 0.95/1.00 vMB 10
388,720 388,720 0000000000000000068f9e459228a9f56cce1014b1ae1ad8db6569ac86101714 1,116 0.44/1.00 vMB 37
388,719 388,719 000000000000000009c16ec72f953d6b218c985dab3ac219d15492dfa9009b7a 833 0.75/1.00 vMB 18
388,718 388,718 0000000000000000038580ed8a07b1016d1d87479303eea9950bad9f436b5f10 2,185 1.00/1.00 vMB 34
388,717 388,717 000000000000000005f10b960b8cd8f95241e02efbb566a556468684c1390229 2,654 0.93/1.00 vMB 49
388,716 388,716 00000000000000000d8ee146d4eb00e32d589dff996854ae3c14c0dd1da5984f 1,478 0.93/1.00 vMB 24
388,715 388,715 000000000000000009cadcb8232672bb50a00ad18efa62d1f2f7985c4c68f5f0 1,932 0.93/1.00 vMB 35
388,714 388,714 0000000000000000094e0a9309f0ffb61b748eba383aca04a1228556dd9db7d8 2,627 1.00/1.00 vMB 34
388,713 388,713 00000000000000000102bd86e1c18ddc17865a2829ea00d66466e443431a705a 166 0.95/1.00 vMB 9
388,712 388,712 0000000000000000036b116beebd27a6c0e029b069722dd38753fdb2fa6aef34 2,666 0.93/1.00 vMB 47
388,711 388,711 000000000000000006fd38ff8ed647fb792a8a4a4d1557611411deea277517a4 1,204 0.63/1.00 vMB 29
388,710 388,710 0000000000000000002f15d71b5e40a6c2a6f85037211376f3d95b4bbe2d6cd3 553 0.23/1.00 vMB 45
388,709 388,709 00000000000000000d487e6859ac84c3bfaad59f39602f164f187ba76e47c136 1,094 0.88/1.00 vMB 17
388,708 388,708 000000000000000009ffe4a7b52c4c2bbd3c738deebd6e2a991e5e8f13cfbc8c 1,956 0.75/1.00 vMB 48
388,707 388,707 0000000000000000066433db4f3558a1804b18b807f8b9618faf1f80ad0609b6 514 0.29/1.00 vMB 20
388,706 388,706 000000000000000002ca6c7582481ba7ac4e7347d8518a2d5038e6c26de28c56 911 0.56/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.