Loading Tool

Explorer IconExplorer

Memory Pool

83,034 transactions
30.59 vMB
0.16385633 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt 2e6183dd076fad38890bf6baf4c4610602b0b71609b0035b7146442e7e2f7591
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root cf3b982f93d55d8d204b92c9a2d575f9dad46984f7a383ebd6dd2262db982a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,118
Size: 1.00 vMB
Total Fees: 0.08455271 BTC
Feerates: 150.79 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (317,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,802 597,802 00000000000000000003fda68724bce4d8b415135a2c6c56f21beab3569c4277 2,717 1.00/1.00 vMB 24
597,801 597,801 000000000000000000055bc30b762904ab996430603cafe846cc6adc82c4af1e 3,159 1.00/1.00 vMB 44
597,800 597,800 00000000000000000010df0d04a4b86c133b755ecb7adf96d71e848f2e4fdc37 552 0.17/1.00 vMB 26
597,799 597,799 00000000000000000005d154a4d32dbe5a2825ec441e6f9285216c1684a09343 2,233 0.78/1.00 vMB 20
597,798 597,798 0000000000000000000f9e81edca7d15c90af512dd46ddbe8730d3f59fc62cc9 2,559 0.78/1.00 vMB 18
597,797 597,797 0000000000000000000a0a1094be957c9d0d793a01054bd1b2fb4597e87c5538 3,375 1.00/1.00 vMB 22
597,796 597,796 000000000000000000130d615a8e2c77c124b9f9960cad09328831caa38ff173 3,223 1.00/1.00 vMB 30
597,795 597,795 000000000000000000123966760c7f6a6c367a01d928fdfbf6b7a4cb411f3512 2,060 0.73/1.00 vMB 18
597,794 597,794 0000000000000000000b0bd250434fa5adc808c9246321fda743272901a64bb3 3,137 1.00/1.00 vMB 20
597,793 597,793 0000000000000000001178db7427c387ac5929939a4cf0302043f0ac30f897b4 3,178 1.00/1.00 vMB 29
597,792 597,792 0000000000000000001213ebf079e9d7d98b5184799db3b3f41510dec6b760c5 2,492 0.73/1.00 vMB 16
597,791 597,791 0000000000000000000767720d0271a420c9094f15e4b2d137b55946059fcc0e 3,497 1.00/1.00 vMB 14
597,790 597,790 00000000000000000014e7af78f97efa67fa7b150109a4c9d612c980832426fd 3,233 1.00/1.00 vMB 42
597,789 597,789 00000000000000000006da4488b625bfb6e4f9b7f2e64ae82f9d9c013ea5d890 2,769 1.00/1.00 vMB 27
597,788 597,788 000000000000000000111fe1578666a242b02797115fa8f83cd880ab5120d1dc 3,467 0.95/1.00 vMB 22
597,787 597,787 000000000000000000095a07919a78371af830ec88c47ffee6625e4cc9fc4363 3,012 1.00/1.00 vMB 26
597,786 597,786 0000000000000000000bea261333921096999bd7e5025f6bb5215929a6b4db15 460 0.15/1.00 vMB 36
597,785 597,785 0000000000000000000447ba496fc445923c7e7d46f0a431c59f8cdb472681d1 2,653 0.94/1.00 vMB 20
597,784 597,784 0000000000000000000465f0ee281e5b3d7dca20b2fe1f6d2f528e8ee2d698a8 2,751 0.98/1.00 vMB 17
597,783 597,783 0000000000000000000a79258d9676bd9cba8fa89d568b5e66e5a47825ca430d 2,582 0.73/1.00 vMB 24
597,782 597,782 000000000000000000105632aafc917c8d6b327610ff76cf654baa2bc1937d2f 1,822 0.55/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.61 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.91 GB
    • Received: 16.06 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.