Loading Tool

Explorer IconExplorer

Memory Pool

41,939 transactions
26.51 vMB
0.07149615 BTC
Random Selection Loading Transactions
Max Size: 138.01/200 MB

Candidate Block

Mining Attempt 5176bcef794cb987e630a8bb14ced6aa21a63865a95c30703a66a418f3b822ee
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 34bb311e6e279dd6e304aa7e1f44a40640c63dc623bb930a2c96ad6f9567d9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,820
Size: 1.00 vMB
Total Fees: 0.02256567 BTC
Feerates: 99.53 > 2.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (229,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,809 685,809 0000000000000000000ac397f972296fb1180053498f8463d28385c26d8fd832 1,621 1.00/1.00 vMB 7
685,808 685,808 000000000000000000059302515cc4be7f1922b1f47904723e294e352922cdac 2,216 1.00/1.00 vMB 22
685,807 685,807 00000000000000000004b3a3d46ee6936299f898647beedd0454fc1879ed1af1 3,042 1.00/1.00 vMB 73
685,806 685,806 000000000000000000075035f29e17210f06fac027a28a5570f6b6d42acd4aa0 1,416 1.00/1.00 vMB 17
685,805 685,805 0000000000000000000c2f68ddfce8b948a69e3e9bfd7bfd9e2d9163f665b3d7 864 1.00/1.00 vMB 41
685,804 685,804 0000000000000000000b44c231fed1bea9d83ddefe75aa2936d74a9d525cd843 700 1.00/1.00 vMB 52
685,803 685,803 000000000000000000091707d6a55622468a7823456d087df5b7e6cf3a935fd2 1,370 1.00/1.00 vMB 7
685,802 685,802 0000000000000000000c49b7d8318b1d2fab4d7e276d3bcc956ef3d9c5d47ba4 2,238 1.00/1.00 vMB 21
685,801 685,801 00000000000000000001f174fcd706dad3f169d614d5e07f6a69a561ab81195d 2,589 1.00/1.00 vMB 13
685,800 685,800 00000000000000000003b0bdff0caac2f1f8eb1aa6b7aa53f9b18b0a701e3520 2,354 1.00/1.00 vMB 14
685,799 685,799 00000000000000000005de6959fe50fb9b90f1f04a03e491120a003502ce2f0a 2,052 1.00/1.00 vMB 40
685,798 685,798 000000000000000000060f9634a20f19ee4da0b3f553727a45d0e560895fc62e 2,050 1.00/1.00 vMB 54
685,797 685,797 0000000000000000000b9d0662439f87d7de246b878904f8f01b23ca3fe1abc6 2,600 1.00/1.00 vMB 58
685,796 685,796 0000000000000000000bdc75439ffb7643d1e6d67a74685152886aeaec7be011 1,766 1.00/1.00 vMB 61
685,795 685,795 0000000000000000000b0715b9e914951357d1e8df05190f5fe35dbc48bbb2cd 2,169 1.00/1.00 vMB 56
685,794 685,794 000000000000000000028f90629c7861718153e0f33e0ab67577f16694b05afe 2,117 1.00/1.00 vMB 52
685,793 685,793 0000000000000000000121ef1968ad3b567ac2e210ea5115e1980fdb9131b812 1,506 1.00/1.00 vMB 65
685,792 685,792 0000000000000000000c676418a317ca2f8229d315d8e9faa0c44db8e2fab22e 2,241 1.00/1.00 vMB 44
685,791 685,791 0000000000000000000ac18c251216bc4e0c1a934d5521a5a1a2ba7826e673b4 181 1.00/1.00 vMB 3
685,790 685,790 00000000000000000003774a571952d472ea1315d219fe495c4e55a2d38ed5b0 862 1.00/1.00 vMB 12
685,789 685,789 00000000000000000000878576716961512272bf6ec8438369630f81e08f270e 1,564 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.