Loading Tool

Explorer IconExplorer

Memory Pool

72,446 transactions
28.32 vMB
0.07197641 BTC
Random Selection Loading Transactions
Max Size: 171.31/200 MB

Candidate Block

Mining Attempt 716779109d6a53f086d9a30e59acbd4cc4e1d985277d1c5ce058a9e6d7415dc8
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root ab22cc8bfaee1b82565ebc781c6e76003ef4df1f1df7045b35261288363af207
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,891
Size: 1.00 vMB
Total Fees: 0.00982900 BTC
Feerates: 107.33 > 0.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (41,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,572 873,572 00000000000000000000ce6d3b8a652dcea3b7d83cbaeb5831bc599aa7356618 6,190 1.00/1.00 vMB 31
873,571 873,571 00000000000000000001fc09555da6648b762851066e42bac3fcbe2f1d61cec8 6,063 1.00/1.00 vMB 35
873,570 873,570 0000000000000000000146afb677415326bf3096f072a3a0ea85cc71981346aa 5,425 1.00/1.00 vMB 38
873,569 873,569 0000000000000000000106aabecd78bf8f7e64fbefd4fecd39c921114e30fbd8 6,394 1.00/1.00 vMB 28
873,568 873,568 00000000000000000001db0402a8168fb3d906bde0022ede2421e49180869ceb 6,127 1.00/1.00 vMB 15
873,567 873,567 00000000000000000000c23fca0ee1c4d9ee368ca3220eca77d696f27c2cebcd 6,869 1.00/1.00 vMB 12
873,566 873,566 000000000000000000027742bd9f2ba0eff93706c8c0f6c0782bb9879e06a920 6,269 1.00/1.00 vMB 13
873,565 873,565 00000000000000000001ce8614c861de2aece022afbbadd01efd726e44fc5a30 4,155 1.00/1.00 vMB 9
873,564 873,564 00000000000000000000d8c86128c616ed9d5434f3c0659eec7d17a81acfa9df 5,419 1.00/1.00 vMB 10
873,563 873,563 00000000000000000000ba200c293d4f34c2ae5dc90cef73ffe3e9a9725051a2 6,600 1.00/1.00 vMB 12
873,562 873,562 000000000000000000010521b2d9d9bc04416ed718a6a44b3a8631cc54763c63 5,572 1.00/1.00 vMB 12
873,561 873,561 000000000000000000020b7cacf79707c4c6aed83eec1a0c30e21fb8ea67db78 6,394 1.00/1.00 vMB 13
873,560 873,560 00000000000000000000a64d071b89385d81c4ec7d166870124c272e9b61ecac 5,733 1.00/1.00 vMB 14
873,559 873,559 00000000000000000001e949dddeadd6ee76635fb5c4c61dedc38037257c0204 6,728 1.00/1.00 vMB 15
873,558 873,558 0000000000000000000201f2fcee9c07d81d3d54dd3c1d442cd32eea5ba4af6a 5,947 1.00/1.00 vMB 16
873,557 873,557 000000000000000000011f472bf9e68a6d2bbdd5762a4c351b895f8be5b7a176 4,556 1.00/1.00 vMB 11
873,556 873,556 00000000000000000000cc4454424066a8114eb017a52f0f507c80b7fcd68fe1 3,146 1.00/1.00 vMB 17
873,555 873,555 000000000000000000028be4d11ac7f34ea4f79e3acb2e3135e39c103deba9e7 1,157 1.00/1.00 vMB 7
873,554 873,554 000000000000000000029d303d788ce65bca01a1c80d375cadb1bbb590e1d098 3,124 1.00/1.00 vMB 10
873,553 873,553 00000000000000000001ad3f8b2ea143e3441d1a375cdd5765d9001d6c8604aa 1,856 1.00/1.00 vMB 8
873,552 873,552 0000000000000000000223d12aa0cf0d239678434813dcfd7856cf5b45309885 2,746 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.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: 750.25 GB
    • Received: 18.84 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.