Loading Tool

Explorer IconExplorer

Memory Pool

82,769 transactions
30.25 vMB
0.09871813 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt 3e0fe28712dc7a1815157c3ee9ffe2465c1e9f8ffe2933cbb43254498a715c92
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root f8b2b3090f20d1492cb50d222e9046562ef86b549a18bf0d87ce22536a0c6c64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.02710468 BTC
Feerates: 521.84 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (323,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,917 591,917 00000000000000000002cb4edd9653f64531f93794600ef2afd6d72ff4f96f81 2,200 1.00/1.00 vMB 19
591,916 591,916 0000000000000000001953c7a622a6de3e7227f2dfbc3d9aa77d00686f6a8af0 2,527 1.00/1.00 vMB 10
591,915 591,915 00000000000000000016355543390ae1f8154e323f9d6c72d73f255a4a3fdc82 2,538 1.00/1.00 vMB 38
591,914 591,914 0000000000000000000fabd59170c77c4dbcc188839f5596d4196867e5e92139 2,842 1.00/1.00 vMB 16
591,913 591,913 000000000000000000192696d5f3555c42230b36765d114a2dcb39b07c1bc86a 2,703 1.00/1.00 vMB 30
591,912 591,912 000000000000000000162ef01d0e5645c1cf2db12b84434d4399932e34272c47 2,821 1.00/1.00 vMB 37
591,911 591,911 00000000000000000012ec6fdce7ea12bc82b985fac0e4140e8c76303d99ca3d 2,573 1.00/1.00 vMB 31
591,910 591,910 0000000000000000000125c933c9a3fda05d7c836c380460e75a41c46898343c 2,428 1.00/1.00 vMB 21
591,909 591,909 00000000000000000006b104a77d3bbf96585c809b1c0bee5680ae14b925ccf2 2,886 1.00/1.00 vMB 38
591,908 591,908 00000000000000000019cebf7580d4d2a0322dd328459400ff5cc39bb8ba27e6 1,288 0.48/1.00 vMB 15
591,907 591,907 0000000000000000000f7c1b2b1605fcaa1249ccb53538f60cf5c6bc62f9b0c2 2,370 0.75/1.00 vMB 15
591,906 591,906 0000000000000000000ca316e855236c1672abeffea52d70bd23cd62cdcea6c6 2,843 1.00/1.00 vMB 21
591,905 591,905 000000000000000000032a614d96146a259a16fe1ecbe719f0cf2e6ac5b81815 2,857 1.00/1.00 vMB 8
591,904 591,904 00000000000000000018a469ff241d72f2b89a251c76c80d1bd48b153aa00b24 3,007 1.00/1.00 vMB 33
591,903 591,903 000000000000000000073a665c39b8c1a8b0c67dc87449fe51f8587622593e30 660 0.21/1.00 vMB 21
591,902 591,902 000000000000000000181c6fd9003376c9b10c1d64fbb3eab1570527e3b4c930 2,005 0.64/1.00 vMB 14
591,901 591,901 00000000000000000004f1468e00684d6d7a3b58382f5a3348f800867570ca16 3,375 1.00/1.00 vMB 19
591,900 591,900 0000000000000000000e99ae577191f0379250a4319098a29404500c048bc428 2,883 1.00/1.00 vMB 14
591,899 591,899 00000000000000000008147a96790875f49558fa7df88aac8f839e944024409d 3,328 1.00/1.00 vMB 36
591,898 591,898 00000000000000000006879bc0d004c6ea49201647023c5823bc5854303bf5a3 2,672 0.95/1.00 vMB 13
591,897 591,897 0000000000000000000e9c1c75b7875df8c77d061ccbe443ec4783a531d8d1f2 2,111 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.