Loading Tool

Explorer IconExplorer

Memory Pool

43,618 transactions
27.05 vMB
0.08273274 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt a3a93300c80b621a64e46b838b5f5fe3c3095b4289ea0da92e75e6efea5e9a66
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 35f9ba86626d5896d6501a6a2f0acd716756a69960f4f61d43de5b6189568395
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,119
Size: 1.00 vMB
Total Fees: 0.03112867 BTC
Feerates: 150.93 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (312,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,502 602,502 0000000000000000000f189bf9a7d2d118e3dfd503f123452daa6ce6b5fdac8b 1,695 0.68/1.00 vMB 20
602,501 602,501 00000000000000000006f208c25b2ec2297c2f43cee9d4472b44cb65abb3500b 2,278 1.00/1.00 vMB 10
602,500 602,500 0000000000000000000e847c57e363c648835b4874021e5d867643a40fbdeaaa 2,925 1.00/1.00 vMB 28
602,499 602,499 0000000000000000000bfa65b3047fd3232f1aaaa5b89e611ff9ed4eed42de5f 3,436 1.00/1.00 vMB 29
602,498 602,498 0000000000000000000d637fdb572dcb2cb60e58558899d58cb9123106be45ef 2,486 1.00/1.00 vMB 7
602,497 602,497 000000000000000000044b340af9fb17847c253261dc55e05fe0ca86171911fc 2,343 1.00/1.00 vMB 36
602,496 602,496 0000000000000000000aacdb18f8d97b5e534a503ff10cc883cebacbfc668b3c 2,468 1.00/1.00 vMB 15
602,495 602,495 0000000000000000000e8e8a229310c95c8cee86bb2b9191cbfb5e425b395b1d 3,939 1.00/1.00 vMB 33
602,494 602,494 000000000000000000098cb987f7d88ae567fc1b1e7fbe4adaae9d0eb3dede54 2,841 1.00/1.00 vMB 28
602,493 602,493 0000000000000000000b2c3c316d68e6ba5ef66897a20748f2a0af7fd370de26 1 0.00/1.00 vMB 0
602,492 602,492 0000000000000000001226ed6a25ef364a450d0b04ec6178c81081e750c88d03 2,497 1.00/1.00 vMB 6
602,491 602,491 0000000000000000000a78be004340018762930e0142a398fd886f1bd461e15e 3,248 1.00/1.00 vMB 12
602,490 602,490 0000000000000000000d9c4f7d87ebd0be447541f1f9d6b33d8889aee5da8580 2,429 1.00/1.00 vMB 43
602,489 602,489 00000000000000000014430dba240aac3796c4a9277e88d986b59e9f3fff2a4a 3,087 1.00/1.00 vMB 50
602,488 602,488 0000000000000000000b1698849dfb461320cea63b254a57b967fa243203d3f7 1,188 1.00/1.00 vMB 10
602,487 602,487 00000000000000000011a5e8d95c60e37e0eb9d207dc78024e948247994be389 2,355 1.00/1.00 vMB 9
602,486 602,486 000000000000000000116b5fc4ad66a2d349b2f58d96c6744b325f2a260a4d46 2,718 1.00/1.00 vMB 23
602,485 602,485 0000000000000000001389efae38381e8b2540697530430fae419195122c9b51 2,397 1.00/1.00 vMB 26
602,484 602,484 00000000000000000012bf0ac41650182b4abac817cbce915b226ddb7c0a16b9 3,206 1.00/1.00 vMB 50
602,483 602,483 0000000000000000000c18b5500a4105006d4037c23d6e62c41b002af3402f43 2,519 1.00/1.00 vMB 39
602,482 602,482 0000000000000000000ca0642a5f4891439bb15aa1e3a4a063b413fd83cc0f3b 2,844 1.00/1.00 vMB 52
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.