Loading Tool

Explorer IconExplorer

Memory Pool

82,274 transactions
32.62 vMB
0.07601245 BTC
Random Selection Loading Transactions
Max Size: 192.38/200 MB

Candidate Block

Mining Attempt df647f10db54185f7e3f452b98a5eb583e45f1a1c2063eecdaa11162cc33e871
Version 20000000
Previous Block 000000000000000000006f0eb19e528f2445f80ada1abf25aed95d9aa6aaaa08
Merkle Root 1ac594bba0304b40678a35e7689d13c82b1e93d38247d06c19c9ba1a5c49cf39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.01146082 BTC
Feerates: 70.37 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,945 (796,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,396 118,396 000000000000298d1d17b423893ed7bb9aedd4872be67337d113b22778a158d7 29 0.02/1.00 vMB 0
118,395 118,395 0000000000003c69db5148ec56e0d3bd826457f18b809eafc43d2c042d5e8bb8 8 0.01/1.00 vMB 157
118,394 118,394 000000000000ac26ed3ed5afb7a1e05cf86cef0269accf2cd000931e63d92420 9 0.00/1.00 vMB 352
118,393 118,393 0000000000002b507899bda07a31bff4587b90ea8b955cf1e2db0ea0949899a1 41 0.03/1.00 vMB 0
118,392 118,392 0000000000003ca783e84be8aae83152ec9e8a3cf66564c0bfa4bbaa6c35fe9c 8 0.00/1.00 vMB 1,018
118,391 118,391 00000000000082d68fd90b63936b4c3562b5279ffdd90685f54e41a44e5ab90b 1 0.00/1.00 vMB 0
118,390 118,390 00000000000074eccbd99ac04d4874b34835d06e3f5192fafa3a4864014eabfd 15 0.01/1.00 vMB 0
118,389 118,389 00000000000036f2b20cff25c496bfe8ff6da4a887e263377ea59c6c08006748 8 0.00/1.00 vMB 0
118,388 118,388 000000000000a6fb94e93519c5faa438e68fc118269ec86022a7a31fa3903604 19 0.01/1.00 vMB 307
118,387 118,387 0000000000006680b746cb40af0351490dd993849c953b99d49f09d5ef57e933 23 0.01/1.00 vMB 244
118,386 118,386 00000000000011069bbc22db4603bafc65c2b2e060f6e4f9bcbae78eb6d431e1 8 0.00/1.00 vMB 0
118,385 118,385 0000000000004b8b1fa6d643869d28bc480eadb855171f4192a86c18a3abf62f 28 0.01/1.00 vMB 0
118,384 118,384 000000000000a39b8a473bae2b0efdf8379ea862731dfd14c4f731c003a6ffbf 11 0.01/1.00 vMB 603
118,383 118,383 00000000000028846e7a67179f7b449462c190b297bdb988d95b9178f3608127 34 0.01/1.00 vMB 0
118,382 118,382 000000000000004581da91701c82a096dfd54d86e13b822b1d1af3b9aa69817c 1 0.00/1.00 vMB 0
118,381 118,381 0000000000005c403954c6020d61cf88d9191a3938745f7c55d1cfb766560889 8 0.00/1.00 vMB 0
118,380 118,380 000000000000a8f5f29e862c58320f90268ab855fbe354ac352491a8bee7830b 12 0.00/1.00 vMB 373
118,379 118,379 000000000000167250c1a8e6eb5276ce1f26a4802026d5491ade37f19ad46a1c 1 0.00/1.00 vMB 0
118,378 118,378 0000000000006e1b2bb3480e41dbd14f51bc5dcaa3b18917085c5356e6d98179 6 0.00/1.00 vMB 0
118,377 118,377 000000000000bd57bffbdc9a67e872bbcf93a1499d5dd15656078a9736b9407f 8 0.00/1.00 vMB 0
118,376 118,376 000000000000c6c4b5a5c9e7345f096887c859b99629fde5fec1411c414a607b 8 0.00/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 782.29 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: 657.13 GB
    • Received: 14.50 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.