Loading Tool

Explorer IconExplorer

Memory Pool

76,900 transactions
28.78 vMB
0.06903422 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt 0a68cb26977eed5b2a34b59fa92a5e0bdbfc24463cfdbf1111dc5b9b5591a819
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root ff3774243af0c42e0f191646585d2f61ec49e1db3420467bb07b0f64b0cd411c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.00921487 BTC
Feerates: 50.27 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (84,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,006 831,006 000000000000000000026786a0b78fc7c7a318c4e84681d031f1d68e4b47834a 3,520 1.00/1.00 vMB 22
831,005 831,005 0000000000000000000094615fecfe2a9100bdc9f7d6b5742fc89638e32eb83f 3,842 1.00/1.00 vMB 29
831,004 831,004 000000000000000000035a33adaff9ed70e03c19dd6a872d7fbb5be5bcdf94c0 3,602 1.00/1.00 vMB 34
831,003 831,003 00000000000000000002f23559d46afb2bceff111af5e5cc08c738b44187318a 3,596 1.00/1.00 vMB 26
831,002 831,002 0000000000000000000204a59e6173eb603cbea3751f692673a5ee10d9abc948 3,141 1.00/1.00 vMB 21
831,001 831,001 00000000000000000000db30298b253e2f83a789fbbb2c4b59ee2b47025d2bc4 2,858 1.00/1.00 vMB 18
831,000 831,000 0000000000000000000023b97098eadf43c48b85bae2d05b4d73142c022dbcc7 2,992 1.00/1.00 vMB 19
830,999 830,999 0000000000000000000009d17b7944c35772b74178c6efe51633a8eafd8dfeae 3,901 1.00/1.00 vMB 29
830,998 830,998 00000000000000000001c3bcda6c5116c1fd44b2f75b157d7c217aa80af6dad2 3,148 1.00/1.00 vMB 23
830,997 830,997 0000000000000000000218ef1bde27cb88fb1202fdbe7466f3a8aa5777e31073 482 1.00/1.00 vMB 11
830,996 830,996 000000000000000000013c58ff38057abe0d73345a2b49ce9673bca318313c62 3,994 1.00/1.00 vMB 12
830,995 830,995 00000000000000000001b2f4a79fa2258b4d1fe30958392772a1bc5939aae272 3,060 1.00/1.00 vMB 15
830,994 830,994 00000000000000000002e9f3b9485d218465253dd75610c2bc14ca6d25428417 2,957 1.00/1.00 vMB 22
830,993 830,993 000000000000000000029e565be9948b96b3db9ce27e161b2ed7eac459406dfb 3,518 1.00/1.00 vMB 14
830,992 830,992 000000000000000000026204782b9e1fe54fa1adbd574f02fc82c61b69eb1505 2,891 1.00/1.00 vMB 14
830,991 830,991 000000000000000000016df2481b09e6aee49c6c00c6e0d2e2f348448eb222ff 3,436 1.00/1.00 vMB 20
830,990 830,990 000000000000000000024bb9ce5fb0cc86dbb0857b27710367297e526f908ae2 3,635 1.00/1.00 vMB 23
830,989 830,989 000000000000000000020a2d8ccb52a45295ec39d006b716d04eb7a88a002a33 1,571 1.00/1.00 vMB 11
830,988 830,988 00000000000000000002fc5d7faf62e1e8c462b3fd24040f35370a9751b3c9bf 2,090 1.00/1.00 vMB 15
830,987 830,987 000000000000000000023eb20b93e4b0461cb71eb1a485bfeaa32be0f3b8cb09 1,364 1.00/1.00 vMB 15
830,986 830,986 00000000000000000001c066ed039f1b5c949e9b9d59f98ff3846cf21e70a417 1,786 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.