Loading Tool

Explorer IconExplorer

Memory Pool

45,192 transactions
26.64 vMB
0.05914204 BTC
Random Selection Loading Transactions
Max Size: 141.00/200 MB

Candidate Block

Mining Attempt 0e8abbe28dfb68a960f326881c131d3ba15e1007ca6c1b2b81e3fd2b805f9faa
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 8d1f0a7ce8a10011f865f9a94a4bf54be58eaaab757780be4be551e0dc4df060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,346
Size: 1.00 vMB
Total Fees: 0.01020850 BTC
Feerates: 49.26 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (224,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,879 689,879 000000000000000000067c79aeeb43acb9af328a1db6d33323bf3605e323add6 925 1.00/1.00 vMB 14
689,878 689,878 0000000000000000000c7434ed4857631445a46bac1447f06fe5babb6bda2cc7 1,846 1.00/1.00 vMB 18
689,877 689,877 0000000000000000000016587ecb7334446bb0a053476b5463069b1ea93d7efc 2,444 1.00/1.00 vMB 62
689,876 689,876 00000000000000000004b7791613ef4ea800d7ae3efa2b5ed22e7cdf28c62331 1,744 1.00/1.00 vMB 65
689,875 689,875 000000000000000000063fa9729c7e5a5464b1aae00e91c49c9e892f4f3e8fdd 1,548 1.00/1.00 vMB 62
689,874 689,874 0000000000000000000d382808ae12b732bc4b5437f122b8fce28dd635cdb3de 851 1.00/1.00 vMB 19
689,873 689,873 00000000000000000012d4f746b91ec3874b068e08161954f303e376aa743998 393 1.00/1.00 vMB 5
689,872 689,872 000000000000000000009a51296d438f91e62cc04127d9ccee1c4108d981e46b 1,053 1.00/1.00 vMB 44
689,871 689,871 00000000000000000000e1c41df4585a9b142b6a4a9c16e776c5b2c841ad4067 331 1.00/1.00 vMB 5
689,870 689,870 0000000000000000000ec88242d3498c824c09a53061911cd7e28e22a749e5cf 93 1.00/1.00 vMB 2
689,869 689,869 00000000000000000000e336a98760d37dc4c1ac368c97b1186e6e00ebe3f479 1,751 1.00/1.00 vMB 8
689,868 689,868 000000000000000000015abf5434098c6afceedf742224056f9abd012b26141f 1,377 1.00/1.00 vMB 16
689,867 689,867 0000000000000000000cc8bfd3b3a1190204f08b1a845440ea14737d57629b09 1,309 1.00/1.00 vMB 58
689,866 689,866 00000000000000000013490887f6611b78aee8a534e4de9dcbbfd2d3ad0077d8 863 1.00/1.00 vMB 82
689,865 689,865 0000000000000000000a66cdec2b83739a841f5497d3c49e80bd8dd54a0f256b 2,918 1.00/1.00 vMB 57
689,864 689,864 0000000000000000000292659289c6510deed6e664ef2e8f62db142f228ca912 1,740 1.00/1.00 vMB 10
689,863 689,863 0000000000000000000dfea7325094bf2de4b09463e0118b9003ebad958d5046 2,108 1.00/1.00 vMB 38
689,862 689,862 00000000000000000001aab73b598dbb4d4788bb25bc483680a84f5df436980d 1,685 1.00/1.00 vMB 27
689,861 689,861 0000000000000000000f49ea41e1d94251c162c72a22e37d86d92c9505f3f86c 2,771 1.00/1.00 vMB 49
689,860 689,860 000000000000000000032e5d7eef0eb3b9afa42b8c751c8da0e59958520daf4a 2,384 1.00/1.00 vMB 33
689,859 689,859 000000000000000000062f0e3c8e1d19da7647e7077355c25f4507f456290bbc 1,168 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.12 GB
    • Received: 12.81 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.