Loading Tool

Explorer IconExplorer

Memory Pool

40,195 transactions
19.51 vMB
0.06577101 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 108.75/200 MB

Candidate Block

Mining Attempt b6d1602eb9a814340ae675c73499f985f338970bb5339a1dbf74f35a92c68e84
Version 20000000
Previous Block 00000000000000000001bbfcd3a38e3526bfc1b79ffa8ea3ec441fea7f3ad003
Merkle Root 637b3e13e0e91be5ce4e90e2338704f7aa51e00814e055286246232aaba2b412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,910
Size: 0.99788875 1.00 vMB
Total Fees: 0.02874943 BTC
Feerates: 101.65 > 2.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,878 (752,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,476 161,476 00000000000002bd5c434a2cc1e14faaa2da515c9e73432918713ac0aec8445e 29 0.02/1.00 vMB 19
161,475 161,475 00000000000008b460845c37e83c04d7462c4c5322035fb3c646b6d43851e60a 65 0.04/1.00 vMB 226
161,474 161,474 00000000000008c13f530b3f96a63f610e9278f4196cb0bc9498b4fc99a8a60f 16 0.01/1.00 vMB 53
161,473 161,473 000000000000026e287a8adec2d4dd1bff2c640bede7189a124ba8835bd25d30 154 0.05/1.00 vMB 30
161,472 161,472 0000000000000b36e324be9820ba598a472fecaebbad0eba47c885c23bf2afbf 54 0.04/1.00 vMB 53
161,471 161,471 000000000000004c42d4e25b28db7a3f6c0f3430189a08126b813f39be9bc51f 22 0.01/1.00 vMB 371
161,470 161,470 00000000000006d2f81cccdb6a9b9ff8c9949cded3506659f2b5e42e5089dacc 23 0.01/1.00 vMB 179
161,469 161,469 000000000000075d3f61ca16907b456a27ce081ed0a36ad750544e04e2a14fc8 46 0.03/1.00 vMB 713
161,468 161,468 0000000000000760f4a2615221e62c7e8ae8d9ba697d600028f26b1b1f634cb9 9 0.00/1.00 vMB 17
161,467 161,467 00000000000004d5eae9407861055c5788a4ca2a55c4bfa0d2919bcb2af65e24 29 0.01/1.00 vMB 762
161,466 161,466 000000000000011335116beb4a49199b8ec79d434f34bc414602daa80a902678 21 0.01/1.00 vMB 45
161,465 161,465 00000000000003fe0520193d5ef982ee40d144d8a66c81410930d5cc82725bb7 49 0.01/1.00 vMB 7
161,464 161,464 00000000000004bd973e1c52139da49e76abdae3fbb35b8744ee587df557cb13 62 0.03/1.00 vMB 222
161,463 161,463 0000000000000d30debc6499d5862737be48dc6ec202904e3430cbfc3db83db5 118 0.03/1.00 vMB 40
161,462 161,462 00000000000009e28f4692afb81a5fa14db638163238e8b0d20c8fae189277a6 100 0.05/1.00 vMB 101
161,461 161,461 0000000000000a52b67cec6575c506e098c7aaeee0f360b70f5796d1adedea0c 23 0.02/1.00 vMB 61
161,460 161,460 0000000000000ce0f7f60dd59f86b202dbda94624a9466a1503a31b697575117 8 0.00/1.00 vMB 179
161,459 161,459 000000000000029d7a1e990ae7be403f5c1c1158a067e5c524cb807e6566120d 16 0.01/1.00 vMB 201
161,458 161,458 00000000000004c26319434204b8e015c2aca67f02acaa2fe9570e86368f650a 104 0.04/1.00 vMB 195
161,457 161,457 0000000000000bfbfc6a0e669d4bd9dea3e3c6b244637a50f5bfd022cee60092 75 0.04/1.00 vMB 184
161,456 161,456 0000000000000cafc0fec2f977141172c409939bdfb89c8ba728824fea319a4c 26 0.02/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 780.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 524.77 GB
    • Received: 5.11 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.