Loading Tool

Explorer IconExplorer

Memory Pool

88,301 transactions
32.18 vMB
0.13709720 BTC
Random Selection Loading Transactions
Max Size: 194.96/200 MB

Candidate Block

Mining Attempt 9fccf9dfced26c0d2f4a498413f7531c4601c8ef2999b6fa3adc2a4db1ff220e
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 315ba9bc9a51f0064699b86b718a77df3e3d38012a8876e4d3d2814bc382c4d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.05089147 BTC
Feerates: 101.65 > 5.10 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (283,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,836 631,836 000000000000000000084d2f7779e8f7fa5e01264db34942cde8938ad0aac8a7 2,165 1.00/1.00 vMB 47
631,835 631,835 000000000000000000095fa8537780a42c4c9aab67a9b422f6088dbb4a40d07d 1,789 1.00/1.00 vMB 8
631,834 631,834 0000000000000000000ff64ed716baff3460dbaea26e306be0e0a3fecd338d65 2,191 1.00/1.00 vMB 18
631,833 631,833 0000000000000000000e00db4fa8a5404b51a7b2308c2efdf85a93496304f7f8 2,307 1.00/1.00 vMB 16
631,832 631,832 0000000000000000000b314965bcc7033694ee8a30982dc8ff8ae760b47d37c2 2,435 1.00/1.00 vMB 98
631,831 631,831 0000000000000000000c4e0a028673d37919e2174c1e37aaf1a7e9bad2894f64 2,874 1.00/1.00 vMB 82
631,830 631,830 000000000000000000089d68fd5c8c6d03e2459d671a53f82ad9d2173a215049 2,293 1.00/1.00 vMB 23
631,829 631,829 000000000000000000009a029581d4a8bd809ea7e9884f00cfc4f13294e274ed 2,084 1.00/1.00 vMB 31
631,828 631,828 0000000000000000000626e3c0ca768260879b1723127d167dc9f3f24389d484 2,871 1.00/1.00 vMB 72
631,827 631,827 0000000000000000000dfea9572104853e36975283c4c18b711a7ae610baa1b1 2,348 1.00/1.00 vMB 105
631,826 631,826 00000000000000000004b1951e2623f32fe8ae6e2ef96888cc781c51b50de9d4 778 1.00/1.00 vMB 21
631,825 631,825 000000000000000000006401bf0035aa802d6254cb41ab8a7cfc6743e636acf8 2,583 1.00/1.00 vMB 30
631,824 631,824 000000000000000000108c76baf4f1f58496e66c9b7583c2ab8e7bdd6f94cbcd 2,573 1.00/1.00 vMB 24
631,823 631,823 00000000000000000003a363a1b8b79c0c9f48337ccb096e324022b3b7fb136c 2,610 1.00/1.00 vMB 66
631,822 631,822 0000000000000000000e53b7fc401f3cebc6522daf2103381250042cc72a786b 2,993 1.00/1.00 vMB 88
631,821 631,821 00000000000000000012186c16a9336accc35ef60863af3e653ce57f1233824e 2,639 1.00/1.00 vMB 34
631,820 631,820 00000000000000000010ff7dad367642d02bda88baad3b98416ecbf8e983a8a7 1,885 1.00/1.00 vMB 25
631,819 631,819 0000000000000000000ca0452ce29170f721455d86c1002e5bda323eb48a13f8 2,124 1.00/1.00 vMB 14
631,818 631,818 000000000000000000022aeda5045a31589af5657044d8939aee08c1302b1b07 2,858 1.00/1.00 vMB 79
631,817 631,817 000000000000000000109fdf140b2c3ec08a7a269de68cae6ab32950e7110d81 1,695 1.00/1.00 vMB 17
631,816 631,816 0000000000000000000caa14447b6f8723a1ef68d4c020b1effd72a3c2b66f0d 2,497 1.00/1.00 vMB 28
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.91 GB
    • Received: 15.64 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.