Loading Tool

Explorer IconExplorer

Memory Pool

30,926 transactions
25.04 vMB
0.08202564 BTC
Random Selection Loading Transactions
Max Size: 125.03/200 MB

Candidate Block

Mining Attempt 1a7c7e4b82f6aa0b2bf3bc910da959095f1d5a8369ecc4efe0e8ccf11dec396c
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 45b68acc18e564266a996f459b060fa4e9e5a9ca444c53947ef57865ebc3bf8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.03715291 BTC
Feerates: 150.93 > 3.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (244,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,790 669,790 00000000000000000004435d709aa23aa201ee77d6edf7e364da1618f4231dda 1,514 1.00/1.00 vMB 134
669,789 669,789 00000000000000000004f6f5acb5d00e70a6579b0ce2fb19d09759356903bca1 1,454 1.00/1.00 vMB 131
669,788 669,788 0000000000000000000877f2a7e071ab1a9c036f09dce48e8e72a79e2d10f948 2,686 1.00/1.00 vMB 131
669,787 669,787 00000000000000000008f8ad6f664f497243c20ce361fceded403a5641234009 2,261 1.00/1.00 vMB 151
669,786 669,786 0000000000000000000afe354099b63e8971aee5049d2d1722985e2c8f49f71d 2,300 1.00/1.00 vMB 140
669,785 669,785 00000000000000000001fa00010cd5edde699183535a603ee2d237a839cd596a 2,304 1.00/1.00 vMB 165
669,784 669,784 0000000000000000000aaaa045f254d6741e884371d962f827e47d8c97231adc 2,410 1.00/1.00 vMB 119
669,783 669,783 00000000000000000007b5c48f0a8f89792b48e22cbb0a28b582dac240905833 2,774 1.00/1.00 vMB 120
669,782 669,782 00000000000000000008cd04d01b473cb31628afedccb66a43f9157ccbb017c1 3,077 1.00/1.00 vMB 125
669,781 669,781 000000000000000000080a7f9f0a26043ea7917dd4424471a4e6b07912a36b84 1,888 1.00/1.00 vMB 132
669,780 669,780 000000000000000000016c2ed63b242610b934e2048065a37a05606684e81e54 2,420 1.00/1.00 vMB 142
669,779 669,779 00000000000000000006ef86ea302978c8bfe9f66af6ca1daa7b186e7773f9f4 1,600 1.00/1.00 vMB 124
669,778 669,778 00000000000000000001c8b7f9193e8d3c0c0d5cc08fe9a4c8e046eb00f7ba4d 2,744 1.00/1.00 vMB 134
669,777 669,777 000000000000000000069a120ca75955bbf290b43a030d886509045fc906513e 1,831 1.00/1.00 vMB 96
669,776 669,776 00000000000000000001aa0c010c3d415452145c898a14c08709729eee0f6454 2,886 1.00/1.00 vMB 155
669,775 669,775 00000000000000000004a2c7acdc80ad10125090dc74e29b00986789dcaf7e8d 2,657 1.00/1.00 vMB 139
669,774 669,774 00000000000000000002180a6530caacd6b187e4ad21f4dd05d713f41307df24 3,091 1.00/1.00 vMB 155
669,773 669,773 00000000000000000009941d3299091a762ac7153c7e340b5e3391bdb8f867fb 2,728 1.00/1.00 vMB 121
669,772 669,772 000000000000000000023943b988d17d4ed0146285f6259f3d369c5790d28209 3,098 1.00/1.00 vMB 135
669,771 669,771 00000000000000000004d836696e4c8338ef66153f42b0d1e21bfaa55eeec83b 2,371 1.00/1.00 vMB 135
669,770 669,770 00000000000000000009ed5a7e897a2924dc6d903ae17dc96b2c6a3d1c2c8285 2,866 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 781.86 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: 642.31 GB
    • Received: 12.54 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.