Loading Tool

Explorer IconExplorer

Memory Pool

82,901 transactions
31.27 vMB
0.12344748 BTC
Random Selection Loading Transactions
Max Size: 183.89/200 MB

Candidate Block

Mining Attempt 533bc1442c4392aa4b23929f648175228b3c3f61263bdf9d3d3aabd9f3af0d71
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 8f5a09f4c5b558de0da082650253c0b9434e89a8d8d4c1d94dbac59e4b590a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04285374 BTC
Feerates: 150.80 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (297,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
617,478 617,478 0000000000000000000af14ec921ccce326d5bf93dcde3c2aa6120a9c25842ee 107 0.03/1.00 vMB 30
617,477 617,477 000000000000000000104e252b4162f74b5b4bd5f5e45b536e739febb54d338b 631 0.18/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.