Loading Tool

Explorer IconExplorer

Memory Pool

51,494 transactions
30.20 vMB
0.25625435 BTC
Random Selection Loading Transactions
Max Size: 159.22/200 MB

Candidate Block

Mining Attempt e334c11c9eef2c821a0af67f08012ff70b6fa9c5e39dce71b41476cdda0aff0e
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6b3b9be4b04a0dc230a46d2cfd10059bc0f988e87694ccd8b74347f2bdb7c303
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,719
Size: 1.00 vMB
Total Fees: 0.08086625 BTC
Feerates: 211.33 > 8.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (296,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,907 617,907 000000000000000000021e5f218969ae8cd03a1156da06299ff2e0013e20dc57 694 0.23/1.00 vMB 13
617,906 617,906 0000000000000000000bd595333138a97aab7f0c64e205515ec9174367b0748a 1,490 0.54/1.00 vMB 20
617,905 617,905 0000000000000000000f2054e0eb85a35d3bc968583d51fe3478d37cd9ee6a82 1,464 0.46/1.00 vMB 15
617,904 617,904 000000000000000000095066df58e025cbf093008cea62c6c333d629b8d082f3 3,272 1.00/1.00 vMB 15
617,903 617,903 000000000000000000049eeda5bee5fce03d7cfc51d6936028719e92fc3e1070 2,982 1.00/1.00 vMB 4
617,902 617,902 0000000000000000000e72d96db3aaafcbe93401eba3421ec5645416c1271dc8 3,195 1.00/1.00 vMB 28
617,901 617,901 00000000000000000009fabf6d7aab4027a3499fe7c5546a0896fa725a2cd81e 2,409 1.00/1.00 vMB 10
617,900 617,900 0000000000000000000b536c09b46349c191d5c7a821e3d5ff648776a4f58557 1,384 1.00/1.00 vMB 13
617,899 617,899 00000000000000000006c1f6cce4386e89bb68f0059bd17e37613200b848bfc5 2,554 1.00/1.00 vMB 23
617,898 617,898 00000000000000000009e918cfaa6be480d86052af5ec3c222f9118190935bde 518 0.27/1.00 vMB 14
617,897 617,897 00000000000000000004a08e216967cde7f190ea798f90ce66a5db6251c416ed 911 0.26/1.00 vMB 15
617,896 617,896 00000000000000000010aaee1bb54bbe06834eb3f57e32f09551236eb007809e 1,237 0.53/1.00 vMB 13
617,895 617,895 00000000000000000004a4984c162dad8e3f45b28b4b68ebce23b76ad9341e76 1,024 0.35/1.00 vMB 20
617,894 617,894 0000000000000000000fd1472f56b9bd6fae078ff544a6b4324d282dcfb0253b 193 0.06/1.00 vMB 17
617,893 617,893 0000000000000000000e72c856408fa883cd14c49b29b89b8011d7d533295fa4 1,437 0.48/1.00 vMB 11
617,892 617,892 00000000000000000000d25bfc92b701423a4d06b091f6a7a5577e80a1a2aec3 2,454 1.00/1.00 vMB 19
617,891 617,891 0000000000000000000a0ee92843a2d3990846df99cbb4303aa2fd1b619a6b49 2,533 0.98/1.00 vMB 22
617,890 617,890 0000000000000000000f3e514ed9e46276530b36d85c0740b1ead50aa3c29d0e 1,123 0.36/1.00 vMB 14
617,889 617,889 0000000000000000000337f72dadeaaf647a7b31925929a4c5d84bfc0896640f 75 0.02/1.00 vMB 15
617,888 617,888 000000000000000000080560b9ec13aa11f41fa665e6a39fe55a0cf37f801285 21 0.00/1.00 vMB 35
617,887 617,887 0000000000000000000aa634f9a836b1fc7072e3bfc0440d64c74d53852c53aa 1,138 0.38/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.87 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: 644.08 GB
    • Received: 12.61 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.