Loading Tool

Explorer IconExplorer

Memory Pool

81,866 transactions
30.05 vMB
0.13028980 BTC
Random Selection Loading Transactions
Max Size: 181.57/200 MB

Candidate Block

Mining Attempt e6be444b974b60e630b551f13c4ab4a5126c72684ab5efdeace716542cadd317
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root ef08f7ca8ade1db482b226823b229607fd6d897599d0bf8585e934a8ea6d87ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.05399225 BTC
Feerates: 477.45 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (255,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,915 659,915 00000000000000000007ec779dd3fd5bf5a424617c5e3444dc1ea3186f0d9b1f 2,911 1.00/1.00 vMB 103
659,914 659,914 000000000000000000095386ae4b1167b767bee2bca58f3c318ed2bceb003490 2,684 1.00/1.00 vMB 62
659,913 659,913 000000000000000000023b425608ea2d48742a2bb96083bea68a138a80240658 1,894 1.00/1.00 vMB 29
659,912 659,912 00000000000000000000bc4eb856b20d8c9eaebc50553f319ff6be78690dd2e8 1,990 1.00/1.00 vMB 43
659,911 659,911 0000000000000000000d6ae7c6aedbc339d7a38b2512d1c639c661cdb03fe95f 1,806 1.00/1.00 vMB 97
659,910 659,910 00000000000000000006fe1b694c4f9b3c68ae70957b54a6d7c7567d188f2b03 1,712 1.00/1.00 vMB 109
659,909 659,909 000000000000000000010e8a7cfe71d67ccad50eecbf3d25909647cdcd2e1f89 2,231 1.00/1.00 vMB 46
659,908 659,908 00000000000000000006a9ca0c34a0172ccbf11cbd2a5ca9ff56a09c972ba0f7 2,060 1.00/1.00 vMB 100
659,907 659,907 00000000000000000001f3b8e793a1bb883333cc49d610acfe5f867525545eef 1,947 1.00/1.00 vMB 114
659,906 659,906 0000000000000000000ac0e1aceacd198911ec830da3ed317f529f8d53086d60 2,720 1.00/1.00 vMB 127
659,905 659,905 0000000000000000000c8378ac3f4c1511423233cce14c17970b710db628430d 2,468 1.00/1.00 vMB 15
659,904 659,904 0000000000000000000ae8b3610f414054591d3bb3cefe99af6c39ce52a127d7 1,764 1.00/1.00 vMB 72
659,903 659,903 00000000000000000009d02d1e9657b284bfcfec981a0aa445b23403888eac8c 1,791 1.00/1.00 vMB 47
659,902 659,902 0000000000000000000a16665353faafeb23ac2ca1afb74c647071ccac7e5e24 1,849 1.00/1.00 vMB 91
659,901 659,901 0000000000000000000ce005883f4deb6ec64b864de76f5d4b77b8beae02e888 2,080 1.00/1.00 vMB 57
659,900 659,900 00000000000000000005000bf1e451241b5914d7bec6f3097ca709a830a4d613 2,493 1.00/1.00 vMB 90
659,899 659,899 0000000000000000000de26e915f0cbd105fb06d671e91c6c91368ffbd514fba 2,956 1.00/1.00 vMB 134
659,898 659,898 0000000000000000000e91664332817f0ab772fd41df027c904c3a26940178ca 1,362 1.00/1.00 vMB 68
659,897 659,897 00000000000000000001184cb23f99dde7bc6fbc4e665d69c29ce9834dc4d549 2,328 1.00/1.00 vMB 49
659,896 659,896 000000000000000000064837e667166025be1b7d005f24d6b77d82982da2e567 1,462 1.00/1.00 vMB 43
659,895 659,895 00000000000000000000d37cb3ef785b5b644ffec1734ad8d80f6f5e581b3d0d 2,817 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.63 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: 672.21 GB
    • Received: 16.18 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.