Loading Tool

Explorer IconExplorer

Memory Pool

43,624 transactions
27.05 vMB
0.08281439 BTC
Random Selection Loading Transactions
Max Size: 141.56/200 MB

Candidate Block

Mining Attempt 09128c47ad48fc7506a608d6a032eaa999f6de7c274c075ca81fd4499b68f3f3
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root ae08b16344c616807a37a4cf5ae44a6e570b6af31659ba9124dc820f9488e6b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.03119529 BTC
Feerates: 150.93 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (725,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,637 189,637 00000000000008c6230cbc4d249bc3145cb13260f2c28d8063191c63a22db435 92 0.06/1.00 vMB 77
189,636 189,636 00000000000005d5f0328587c81845ea8a8427a91084a04c04bb1f3c491afa2a 121 0.04/1.00 vMB 67
189,635 189,635 000000000000065bd8d5f0ebe416d40fe78c8745b0af3225d8391419488975c5 232 0.12/1.00 vMB 109
189,634 189,634 000000000000022b8ee3f7005cebc7d3b8153cceb1f4ca279ba8904903e8f573 64 0.03/1.00 vMB 108
189,633 189,633 000000000000019aa792e27f53088c7fe3ad3d42855c251d54d533d2bff09717 109 0.05/1.00 vMB 109
189,632 189,632 000000000000060c12a56bc812f5058f765b1278b70ead99595db92d51a478d7 134 0.07/1.00 vMB 85
189,631 189,631 00000000000005894143c3c4f1a5b47035f33b9112c890083140479edb4a2b4e 512 0.20/1.00 vMB 142
189,630 189,630 0000000000000118d8dc9f8a27e01b8da6acb93431bfb57b93f6fc78ec93c3b9 123 0.05/1.00 vMB 92
189,629 189,629 00000000000003e985eee3c6c19b6b99ee579082c4b721983db3f21abc1f59aa 1 0.00/1.00 vMB 0
189,628 189,628 000000000000044630614cd6c01bf63ee50118ffd8f388c446b8e7278280d0ce 140 0.11/1.00 vMB 80
189,627 189,627 0000000000000239e56388a7012af0d9b374ce0915517ee26854b34b1870a874 40 0.02/1.00 vMB 88
189,626 189,626 000000000000083a60111dfdbc0a2593cb0c8c05381e6c15585e801ee0d0bb5f 10 0.00/1.00 vMB 86
189,625 189,625 00000000000002c0ed848618b265e372b1c9bdc5e9c66e249794270af0ea54f0 454 0.16/1.00 vMB 142
189,624 189,624 000000000000003e3c1b20fac560f6d8f3af91f28ba058d219e5282cbc3101fc 121 0.05/1.00 vMB 104
189,623 189,623 00000000000005ee179e05217a149007b0cdf923452faa136da7af4bc6e9cf54 8 0.00/1.00 vMB 15
189,622 189,622 00000000000003fa3d3f894bc42263f93fa67e302f41e75e15e858097c7baaae 25 0.01/1.00 vMB 100
189,621 189,621 000000000000041a13f2c7eeb526c59a82ae6a79e9aa4ae81b7e6bb26cc41eb6 22 0.01/1.00 vMB 77
189,620 189,620 0000000000000131a81626e9e137436dad2e93965f6d6eae14379e6f131f89a0 139 0.06/1.00 vMB 81
189,619 189,619 00000000000004f1dd282119729e76dd9c6a4761e9e946c61985253f0c0ef6bf 1 0.00/1.00 vMB 0
189,618 189,618 0000000000000880420107d76117fc832c5dc1ab7d9454f11afd41a8bef4e491 87 0.03/1.00 vMB 96
189,617 189,617 000000000000039dcf3fb3e817caabe7e3a23c8c3adbc14022c4a9bf2ef4e710 9 0.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.16 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.28 GB
    • Received: 13.86 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.