Loading Tool

Explorer IconExplorer

Memory Pool

35,809 transactions
20.13 vMB
0.08036726 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.76/200 MB

Candidate Block

Mining Attempt 4a9742a488376f00d7e4685ac9ea4a60453e422023c10cb7448f0e8017c33681
Version 20000000
Previous Block 00000000000000000000f7ae1989c423172433aab8aa0164f9fc85fd74ed7f44
Merkle Root 3b2c89a475f5a0b95142445069f419e2e6110598a33d2bb7087c2ce84d99fab5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 0.99797575 1.00 vMB
Total Fees: 0.03499960 BTC
Feerates: 766.06 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,859 (805,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,721 108,721 0000000000026f779c5514922ac5aad723f0e2bca8dff5874b963f1d17e965c8 2 0.00/1.00 vMB 0
108,720 108,720 000000000001ada1867c3ba9369207af03fdb62fdd21b9acf98f99e295d50af1 4 0.00/1.00 vMB 0
108,719 108,719 000000000001ce7cd6687277ef708b48be7c1ff263709c9b172b6406411576bc 12 0.00/1.00 vMB 0
108,718 108,718 000000000000164762f709f29b7ce17a389d9fb194e2c50df01667ca168a92c9 12 0.00/1.00 vMB 0
108,717 108,717 000000000000c4952c539544c793b173c8fb6842260a1f9cca38ef373f76a159 8 0.00/1.00 vMB 0
108,716 108,716 000000000001d333aebaf3390c7df81b249e3ad180e30996de91d6de295f3736 47 0.01/1.00 vMB 0
108,715 108,715 000000000001de973877a18fb2389d6662d12dbc81e0bad0b2a988a39e79b6f9 1 0.00/1.00 vMB 0
108,714 108,714 0000000000001113385cd498942d9c3f2be2889fa0664225ed23336587ff10a7 7 0.00/1.00 vMB 0
108,713 108,713 00000000000138cec29708a562654e6563f6ec943dbc7263286f54cbf2d76ec3 1 0.00/1.00 vMB 0
108,712 108,712 000000000000b60c90a92a8db5372f6763b4525c3404e50cde28793f8254ecf5 5 0.00/1.00 vMB 0
108,711 108,711 0000000000004dc10f87132c8137cbdfb92cdc38a5556170e71b3d3407621264 6 0.00/1.00 vMB 0
108,710 108,710 00000000000163d3f2d031f4f5ba6ee331533c185b67f155709f7972fb9fcf22 9 0.00/1.00 vMB 0
108,709 108,709 0000000000007ffbfaee6c6ab478883a42ca9d60beda80d9ebb2e324ec33641d 7 0.00/1.00 vMB 0
108,708 108,708 000000000000bbd7b95534e6dadd3ff6d2c511e44476387c8543656f6f00c356 7 0.00/1.00 vMB 0
108,707 108,707 00000000000151106cf95565433adfeb5979dc0003847050660d8b098e2945bc 12 0.00/1.00 vMB 0
108,706 108,706 00000000000195ddbf2869aa6d961bc8e01cafd58fd875999be96e67a007c9ab 7 0.00/1.00 vMB 0
108,705 108,705 0000000000024161065f17b5d1c1237818afb4aafadab109b560592a8d6c0d95 4 0.00/1.00 vMB 0
108,704 108,704 000000000000b0704dcdc2a42a6cfc170e3caacdf02c53be23a1a25da00d7829 4 0.00/1.00 vMB 0
108,703 108,703 000000000001d994df3bdab5b1f1c6cf4e12d82b0dc15afcba89fd5208df0dc5 3 0.00/1.00 vMB 0
108,702 108,702 0000000000025918d795239963bf7348ec711ba1f508a0ca0f61c8ff1667fc32 1 0.00/1.00 vMB 0
108,701 108,701 00000000000166832f829e5232ba7a0d6a0de8ea5c855353e3f40c56ccdcdad4 54 0.02/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 780.36 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 523.43 GB
    • Received: 4.98 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.