Loading Tool

Explorer IconExplorer

Memory Pool

79,931 transactions
29.73 vMB
0.09108455 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 33d2f92373ea78689ed2cb0a66e696076d2b329e3bceb64289c234a50934ad3a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e68dd5d80ea5714e946fb08cd311291cea93a8abea410cc5325d163957f3752a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.02708900 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (297,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,499 617,499 00000000000000000011db55080fce15dd75869eb590f40ec4b76912c316de96 1,940 1.00/1.00 vMB 17
617,498 617,498 0000000000000000000af4e1e0ee1c13a9c78afe4652362dce5a8ca450993e58 2,985 1.00/1.00 vMB 34
617,497 617,497 00000000000000000005d25bc8b36b5066b548f2790163acb3ec172ed4d566c1 2,138 1.00/1.00 vMB 19
617,496 617,496 0000000000000000000217a8b9ef4fb84c4d62d734c6f5d6fb3b48fb0cd94f3d 1,884 1.00/1.00 vMB 22
617,495 617,495 00000000000000000005cda864d210fe7b94b73e6ca261df65dbfd510bdf4158 2,497 1.00/1.00 vMB 33
617,494 617,494 000000000000000000031926156b32a15c312b06bac1a782d4e963e56ade37a1 2,631 1.00/1.00 vMB 43
617,493 617,493 0000000000000000000f5d3d261549b16dc57a580bfcd245551ce24df8b50b93 1,146 1.00/1.00 vMB 82
617,492 617,492 0000000000000000000d5a4e90e82b2bf8afd62185cf80c8a4cc1ea9f7306828 2,915 1.00/1.00 vMB 22
617,491 617,491 00000000000000000000c274a3868e188d6878507159230dcc5049db3ebd7887 3,118 1.00/1.00 vMB 43
617,490 617,490 00000000000000000001c63fe38875d4808e7f4a9aa6f20437435dbca2186e80 2,731 1.00/1.00 vMB 29
617,489 617,489 0000000000000000000f5ceaf13ba78966f32456dc5da11483cbd89b4a376430 2,622 1.00/1.00 vMB 39
617,488 617,488 00000000000000000002ca1cb129096ca145b22650bdfd0aefbfeb180d53871d 2,780 1.00/1.00 vMB 18
617,487 617,487 00000000000000000004b55064e1b47a345d40d945a9132a65963572686e0d34 261 0.07/1.00 vMB 17
617,486 617,486 0000000000000000000bd44fc753d76b38b8dbecb4c58b6cb7ffd4c8cd68ff22 1,761 0.61/1.00 vMB 20
617,485 617,485 00000000000000000004732ffed6353739d280ed42c2dc79ca34c3b80e5cb5c0 2,478 0.90/1.00 vMB 18
617,484 617,484 000000000000000000010f3bd0a9030836452ef13461f851344e4b7e106ec259 2,547 0.99/1.00 vMB 19
617,483 617,483 00000000000000000006a7726bb9d7e672b82949dc00f920467c4e8061b0050f 1,935 0.60/1.00 vMB 23
617,482 617,482 00000000000000000004d3e00179850a0aacfb748622b7f62b56c84dcfcf32f0 751 0.23/1.00 vMB 23
617,481 617,481 0000000000000000000f5c5991780ec54046e9f1e87e2719003f760de33ca04c 1,692 0.63/1.00 vMB 21
617,480 617,480 000000000000000000087ea35a3a93fa8525aa1a7ae971a7d9f80f856f85c1ba 1,671 0.47/1.00 vMB 25
617,479 617,479 000000000000000000028e50bae3860afc9e7c0371dd7f58b684c9e92177ca56 565 0.21/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.