Loading Tool

Explorer IconExplorer

Memory Pool

28,733 transactions
28.41 vMB
0.05826522 BTC
Random Selection Loading Transactions
Max Size: 151.71/200 MB

Candidate Block

Mining Attempt f3ad7e38392f33a7c33d0e6f44692362f442443dceed0840a4cd5709bf19a0f7
Version 20000000
Previous Block 00000000000000000001b0ac7b775512188bb95c40fef12bdf1ced0b9cb1f81e
Merkle Root b1088e228dd3fee651e70be0d45534a82a926c19275e930f00e42345e89df095
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.02613195 BTC
Feerates: 679.61 > 2.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,066 (149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,917 939,917 00000000000000000001be3ef83731b6b3575479b72e73afdc19ed4017b56256 3,928 1.00/1.00 vMB 1
939,916 939,916 00000000000000000001bb310327634ff4e6a2c833338975a85ba108ee10d12a 4,133 1.00/1.00 vMB 0
939,915 939,915 00000000000000000000a550a10f7f2870e115e1c163967dfa4579408cc5ca0f 3,607 1.00/1.00 vMB 2
939,914 939,914 00000000000000000000cb9c7ac4a52c53bc70cc4d7cfc30f23cfcc5f5b1d487 4,213 1.00/1.00 vMB 0
939,913 939,913 0000000000000000000184a9a1251c52e1902e21d1a09c28fec7768b6d0ba05c 5,285 1.00/1.00 vMB 0
939,912 939,912 00000000000000000000d1bec19fb49c536409bbad5dc2923e2883ed49a7506a 1,245 0.41/1.00 vMB 2
939,911 939,911 0000000000000000000070961907c581a5ab0c22d6575abc95de661cde6adca7 6,219 1.00/1.00 vMB 0
939,910 939,910 00000000000000000000b08b4c0c2f4ed6dd8b405f45f62a10f628758562fb24 5,978 1.00/1.00 vMB 0
939,909 939,909 00000000000000000000357fe9fe14edf03d292a872dc8fd260f8a0c2c39a056 4,588 1.00/1.00 vMB 0
939,908 939,908 00000000000000000000180f19cc6639e52533e94f2b8c9b1ea5c023c2ca6613 1,368 0.57/1.00 vMB 2
939,907 939,907 0000000000000000000002cbd745a8099980bc998f71688865d6d7c9583ea34e 3,276 1.00/1.00 vMB 2
939,906 939,906 00000000000000000000d07b50faba6e5f250d21ce64a1c558cba08ef38a47d8 3,775 1.00/1.00 vMB 0
939,905 939,905 000000000000000000013697fa31d69ef62236affc8452b04bbf111365eb9213 2,856 1.00/1.00 vMB 2
939,904 939,904 000000000000000000009eec322dce8dde1ffa0e8d4d44f72173074d2cb786c9 3,382 1.00/1.00 vMB 2
939,903 939,903 000000000000000000000b52b77460af5f127e6ad59bb1a88d427f86ecd955b0 3,937 1.00/1.00 vMB 5
939,902 939,902 00000000000000000001eb10f0a8d34559257ab43552602c5d030c75ff95bd86 3,079 1.00/1.00 vMB 1
939,901 939,901 00000000000000000001e77f12c7cc57d87d736a5753b814b72ece0e5951baec 3,681 1.00/1.00 vMB 4
939,900 939,900 00000000000000000000ccef3ccceac98c6923fd19ff4600f3bd4edc5b55a7b7 5,030 1.00/1.00 vMB 0
939,899 939,899 0000000000000000000093ff08344d1d1a6c6a5ed71a18278f9e3a53c2e43f48 1,270 0.42/1.00 vMB 1
939,898 939,898 000000000000000000012d7395132d7fd2270b2ffedbd5bdceba56cac29b605b 5,377 1.00/1.00 vMB 0
939,897 939,897 0000000000000000000181608707d582e90870e42ed6f29d1b4a582adb8ecbbf 3,509 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.83 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: 4,435.49 GB
    • Received: 240.04 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.