Loading Tool

Explorer IconExplorer

Memory Pool

43,644 transactions
27.34 vMB
0.06972459 BTC
Random Selection Loading Transactions
Max Size: 143.40/200 MB

Candidate Block

Mining Attempt 0982524fbd9941a1d216b8edef50b18bf44cda14d788ef5ef5f12d08ac21ab21
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 29613ff317d34966093ad1eee255ea8bd646fdca915d51c8781d5bc30a3af145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.01849545 BTC
Feerates: 298.50 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (146,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,682 768,682 0000000000000000000193ed7f8311b765b3921b6a01bc2caeb211ee8b8047bf 2,327 1.00/1.00 vMB 6
768,681 768,681 00000000000000000005866c91f3b15ad8dd346d348bdc9e4b32911b8100a30e 2,263 1.00/1.00 vMB 13
768,680 768,680 00000000000000000004cdad51ee0dc74993ed7a95ecd80c5c01e1238e8e458f 2,062 1.00/1.00 vMB 11
768,679 768,679 00000000000000000004a25bbd238337900e64eea966ca48b6c1f592f929d637 2,420 1.00/1.00 vMB 6
768,678 768,678 000000000000000000021bba3031f8a20eb1257f11bd330e27effb50e5f5ee9b 3,255 1.00/1.00 vMB 17
768,677 768,677 00000000000000000000285a34a73b53e27fb4f12a171669b6aaa0f7fe179e71 3,271 1.00/1.00 vMB 15
768,676 768,676 00000000000000000000b5aec9a08f0e330d195d32ff32c395dd64aca7aca115 2,768 1.00/1.00 vMB 7
768,675 768,675 00000000000000000004f4072fe0f7e3458330c451f461ecdd0b4b9e019f01b1 3,740 1.00/1.00 vMB 22
768,674 768,674 000000000000000000078d9ae6fdd1e2ccc047f00788cb85e8f4b740b8f35415 3,642 1.00/1.00 vMB 19
768,673 768,673 00000000000000000004c4b3aa06b23796f08cbe5db55900c2884242e3798ebc 1,813 1.00/1.00 vMB 14
768,672 768,672 0000000000000000000257205aecd567b5357a3621a45409c64068b81755efdd 4,087 1.00/1.00 vMB 17
768,671 768,671 00000000000000000003fd5818821c8544966ef24e991fa20d29db842c1d3cdc 1,874 1.00/1.00 vMB 21
768,670 768,670 0000000000000000000751c7788e4dae01a0199435aedad570a30468caad6f68 2,792 1.00/1.00 vMB 22
768,669 768,669 0000000000000000000270fbf88dbe201cf0e61859997a804b59ff0ad8a5e921 2,873 1.00/1.00 vMB 30
768,668 768,668 0000000000000000000171b912b0cf077344e234193770a5ad7443ccb1ae3e6b 1,820 1.00/1.00 vMB 4
768,667 768,667 0000000000000000000363b99c076dac29186bbce6926779bc4d83e0f3a78705 2,169 1.00/1.00 vMB 6
768,666 768,666 00000000000000000006c632d36839e55056d32478d934f0489fb62e1bbf7c1e 3,254 1.00/1.00 vMB 23
768,665 768,665 00000000000000000004b590fd107c43bc40da4635488f97fbf4d9ea40b2cd7d 3,370 1.00/1.00 vMB 12
768,664 768,664 000000000000000000010d61fdb4fc3cc38a22e18b237ccab982cc5c2004e2e2 3,418 1.00/1.00 vMB 9
768,663 768,663 000000000000000000027818d24d0e9cfd324564e45be7814f4e3d00845ac888 2,844 1.00/1.00 vMB 10
768,662 768,662 00000000000000000004e16ca8d2d5e6695e85db6f7225edc5d359d41e7408f9 3,014 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.