Loading Tool

Explorer IconExplorer

Memory Pool

82,250 transactions
31.67 vMB
0.08839424 BTC
Random Selection Loading Transactions
Max Size: 188.48/200 MB

Candidate Block

Mining Attempt 39731ee3c7e7eb175c19b49f28e0caa7fc3710656388420eadfe5a383c7eed0a
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 915d03af5e4c4cacc2f89209a17135ce850993fd11e102efab75eb1c5a85b13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,583
Size: 1.00 vMB
Total Fees: 0.02540190 BTC
Feerates: 101.66 > 2.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (198,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,621 716,621 000000000000000000072d6675f7108527f6d970b0d310ee30019c59b343e655 916 0.57/1.00 vMB 7
716,620 716,620 00000000000000000009b5a4d9bd98d7791142a58c02ad70e03fa08d8d9e03a4 2,456 1.00/1.00 vMB 14
716,619 716,619 000000000000000000054f2ebb3c88fc5e7dc486faadf2310683fa0a20af7633 2,133 1.00/1.00 vMB 7
716,618 716,618 00000000000000000006e72972d7e7834f452474ea2ffa71825c93425ee74ce5 2,460 1.00/1.00 vMB 23
716,617 716,617 00000000000000000001f31b06c9b47a43b9cb9475fc748039ea3ffe321b9251 2,423 1.00/1.00 vMB 12
716,616 716,616 000000000000000000094d1cf183d3a65fb8bb7e3c0564de558249f7e937a86d 1,273 0.81/1.00 vMB 10
716,615 716,615 00000000000000000005a525fed0ec91d6a7ebfb71d5199d6f0427f5531550d5 2,936 1.00/1.00 vMB 14
716,614 716,614 0000000000000000000365e583420480e5d9a3b50caea99440aec0defb5da8ba 1,144 0.54/1.00 vMB 10
716,613 716,613 0000000000000000000351c5d8df0722a6f96ead71df52805288771d24fa7029 324 0.09/1.00 vMB 14
716,612 716,612 00000000000000000006eab01500aa1cf1505d9b55fb64e41e4bfa04fdcaaae0 1,615 0.61/1.00 vMB 12
716,611 716,611 0000000000000000000b2668596b9e3be2db8a1f93b8cc537a1152604ca95651 1,891 0.76/1.00 vMB 11
716,610 716,610 000000000000000000082dbe777416c2aa7a54554af1e4893f5f6efccbb2478f 396 0.19/1.00 vMB 13
716,609 716,609 000000000000000000062bebf1158098be49613722e21bdf3bc870c18125cb26 1,051 0.42/1.00 vMB 14
716,608 716,608 00000000000000000000bb3583fa3d8d9fd6332364ca62fefbcd56d1d7912a64 973 0.36/1.00 vMB 19
716,607 716,607 00000000000000000000827b0c8805e164da3e3061fff16c020209b7d5569060 5 0.00/1.00 vMB 54
716,606 716,606 00000000000000000005bd3c5d5c6da98d2d4a12460bfe8e2da6c1cc0ad090ce 123 0.03/1.00 vMB 29
716,605 716,605 0000000000000000000aa5bba90cc9c90a6a18b8a2160c6d2c0d5045c981b21a 674 0.19/1.00 vMB 27
716,604 716,604 000000000000000000090759121a6def30d18f2ccaad989877e34655a6013325 997 0.46/1.00 vMB 19
716,603 716,603 000000000000000000072ba79db2b57c4efa08f11f1d8fbc306280d0ec70656e 851 0.28/1.00 vMB 17
716,602 716,602 00000000000000000003e9f054f5c6f3f71e11b790fe1cfa26fb91a4b6b254b3 448 0.14/1.00 vMB 18
716,601 716,601 000000000000000000020f5e0c167fa9d817a16cb6c334e41b223982a6c745ce 1,135 0.57/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.31 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: 658.63 GB
    • Received: 14.58 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.