Loading Tool

Explorer IconExplorer

Memory Pool

77,863 transactions
29.15 vMB
0.08297202 BTC
Random Selection Loading Transactions
Max Size: 176.13/200 MB

Candidate Block

Mining Attempt 6f1905417fa76e07630a0822c4f08babd21a472123c9ef49ad0c5f1a47f9e6e8
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 5e9542c9533ad4d570092404881856a53bb544f858d56f783ba8aed321a24213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.02203007 BTC
Feerates: 302.06 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (116,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,703 798,703 00000000000000000001e30532e50c4dee15e390c01a56a96c0aa2b6d3b19639 2,711 1.00/1.00 vMB 11
798,702 798,702 00000000000000000004b81ad0caca75277827a3ab1a037a25efddffe299b9c4 2,141 1.00/1.00 vMB 19
798,701 798,701 00000000000000000004371147dbd7de92fb06032e3bc3da73e08b232af1863a 2,456 1.00/1.00 vMB 24
798,700 798,700 00000000000000000001fb453ff59f3f93214ee80760003b22d56f9b56123997 1 0.00/1.00 vMB 0
798,699 798,699 0000000000000000000510c58aff6b795f1043820f0f3e489b6ad6d32a7f4e0f 3,106 1.00/1.00 vMB 13
798,698 798,698 00000000000000000002d183bfb962f52eef1cc2404de419aeab102af7a57ce0 3,319 1.00/1.00 vMB 28
798,697 798,697 00000000000000000000c3b1d4854a18e93a8ef6dcabb4514954b1f8f5ad949d 2,434 1.00/1.00 vMB 9
798,696 798,696 00000000000000000004e272a581954cf799e5ebfbec4fb101463433dca45677 2,739 1.00/1.00 vMB 17
798,695 798,695 00000000000000000004c0a6342fefb47c38cf7dcaf35c296975fa205c24e864 2,257 1.00/1.00 vMB 10
798,694 798,694 000000000000000000000d24cd1a1792a593cf73081f6be3ec725d9a9c443504 1,660 1.00/1.00 vMB 12
798,693 798,693 000000000000000000027abdbe59d6fc6b8c72ed05ae484bb3b48b8977471f54 2,087 1.00/1.00 vMB 14
798,692 798,692 00000000000000000000c54d8a6f2fca73ae227cd478ca784040fe3264d74595 2,920 1.00/1.00 vMB 23
798,691 798,691 00000000000000000003a42755c9587d8ea095deb2e386f666a9644578e6527e 2,653 1.00/1.00 vMB 11
798,690 798,690 000000000000000000043c95a4cbde0fb6478cd78d2a5e52cee66a6c37211f5a 3,245 1.00/1.00 vMB 15
798,689 798,689 000000000000000000048b15632ab75a063de6cce28f0594fd7e9da9dc11b825 2,016 1.00/1.00 vMB 15
798,688 798,688 00000000000000000003bebc831f9f4b0a9f2bc40fe90a47b5f7402becced2c6 1,990 1.00/1.00 vMB 21
798,687 798,687 000000000000000000032b354f0e632133e324c49b512d5d524de990a22336c9 1,886 1.00/1.00 vMB 20
798,686 798,686 0000000000000000000297bf099bb30318b1c2126e32fd5fd74da6fcc33a6305 3,490 1.00/1.00 vMB 26
798,685 798,685 000000000000000000007c09c4947e6cbaf09bbf53b3b1fe5894a2db526f75f2 3,299 1.00/1.00 vMB 25
798,684 798,684 0000000000000000000008e5e0628f32b37d5a43eff94e9e56656cb86c5f92db 2,302 1.00/1.00 vMB 19
798,683 798,683 00000000000000000001b6e087e3d2737a26445a1117b219952f6d775401f108 1,690 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.62 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.98 GB
    • Received: 16.09 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.