Loading Tool

Explorer IconExplorer

Memory Pool

78,117 transactions
28.97 vMB
0.07249723 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt 9840bffc19fc76f9f4af89fc0a3dea5f8e08f9782d897d9262c0f37a9a32073d
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 406476390d738c7af6746c59c0397566f3bd38dfb5e7d247070ab8e9e78bdde1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,458
Size: 1.00 vMB
Total Fees: 0.01211216 BTC
Feerates: 191.02 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (719,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,728 195,728 00000000000004e0e6233f0c439d3d39d438934cf01d1a40dfa818de661f0fb0 408 0.17/1.00 vMB 129
195,727 195,727 00000000000000a7ab6d931db9c7115bc27481c9bb68155bd050b19ad0d44349 132 0.05/1.00 vMB 145
195,726 195,726 0000000000000371173039c15e91734965e2d91c1bbab9db4b2d34beda16e5b9 71 0.02/1.00 vMB 146
195,725 195,725 00000000000002e1e450c1739ed286f44542bbcb6f399b313db57634425b0ad8 32 0.01/1.00 vMB 5
195,724 195,724 0000000000000268da99cd8ee280d66f5d00905244e9e13cee3e415d2737050a 17 0.01/1.00 vMB 79
195,723 195,723 000000000000010deaf99d1eb6ae5529985a056236ed1109675b8e4ab220b62c 80 0.04/1.00 vMB 198
195,722 195,722 000000000000059594129d6ce2d34aca09c6168a99f07192c30d2ef5576606be 122 0.04/1.00 vMB 67
195,721 195,721 00000000000003ac06a3a0fa96bfce8537654903419e6736d3b9bd35d3731da1 13 0.00/1.00 vMB 59
195,720 195,720 0000000000000266d2edcaf2a81cb2349cfd2ba3abab44e69160cc94ec24b311 4 0.00/1.00 vMB 0
195,719 195,719 000000000000012848a9aaa09a2467e82a46a6b1ee6dee1c29c436b4dfed8d84 59 0.02/1.00 vMB 134
195,718 195,718 000000000000048306097e432cce1f7fe2f0890e824359f062f3bc0bb2f3a1bb 11 0.00/1.00 vMB 492
195,717 195,717 00000000000002cc5db3c22ba733fce733380016a580ae9b00a3c80f6edca6c7 111 0.03/1.00 vMB 0
195,716 195,716 00000000000004d52a461a74f4e3c9ebd6eff9b563727eaea2850d659f02a6f5 13 0.00/1.00 vMB 62
195,715 195,715 0000000000000067a8c6261ce0d0e4cc8c3db96fa695570e031837d76f4089b2 35 0.01/1.00 vMB 129
195,714 195,714 00000000000003d9ae84dcf16bb8eac91fcc40705e8339adf7f46a7bedd963b0 118 0.03/1.00 vMB 169
195,713 195,713 00000000000004f785cc78db78bfd9e56ac40c71e0c9d26b1bc4a3929799ae46 399 0.17/1.00 vMB 134
195,712 195,712 000000000000042475e73a825a206f0a494aadf3b46b7747001065a9a847fb52 33 0.01/1.00 vMB 83
195,711 195,711 0000000000000133d0f87b969910905403fa104f7991c49d8c8b6d4c197ef6be 227 0.11/1.00 vMB 207
195,710 195,710 000000000000048685527be9721b82365f7c630820311773f9ec696a09e8aa47 9 0.00/1.00 vMB 119
195,709 195,709 00000000000000430c890f5f98ce72103f54f25357ab40fff9dbf56b7d9d2316 128 0.09/1.00 vMB 135
195,708 195,708 00000000000000f4fa93276f5b0fcebc84cafd85dd55b1274e72fd04a90ac3f7 64 0.02/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.55 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: 669.57 GB
    • Received: 15.75 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.