Loading Tool

Explorer IconExplorer

Memory Pool

44,780 transactions
26.94 vMB
0.08255911 BTC
Random Selection Loading Transactions
Max Size: 141.91/200 MB

Candidate Block

Mining Attempt 4d8dd891f2acdcb33ef6674c450d6bdcd6f8e1c85c54fc305e1b86130f0b8703
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 773de84afc00b8f09edaed61d4a93577b2edcc0b5c32ea4cb62c82ef7934be35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,741
Size: 1.00 vMB
Total Fees: 0.03221543 BTC
Feerates: 201.07 > 3.23 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (129,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,921 784,921 00000000000000000000ec03fd6271364bd7653793086d8d0cd7303fda607905 1,630 1.00/1.00 vMB 5
784,920 784,920 0000000000000000000184239af16052ea4a9100bce9824fcdf87bdf1d4fff46 1,848 1.00/1.00 vMB 13
784,919 784,919 00000000000000000002fd6ee2ed7448d10cc29400fb102f16f3c9f8e0159b14 1,291 1.00/1.00 vMB 5
784,918 784,918 00000000000000000003fd4062f1ce6f73736f9bd80e671824f6c73f253f105f 2,569 1.00/1.00 vMB 6
784,917 784,917 000000000000000000056bf20e0fc0d43886d650a65b2cc85c87ab841f891469 2,771 1.00/1.00 vMB 22
784,916 784,916 0000000000000000000357b72ab3a97e65a955accb4e16d123f20769b0f19aee 2,087 1.00/1.00 vMB 16
784,915 784,915 0000000000000000000216b15432bb8430f0813a7faf157753dca8aebf1c6e46 2,787 1.00/1.00 vMB 32
784,914 784,914 000000000000000000055fa15f2170a0ce3c90c17c2c3a8f5b3d22abceb4fd9a 2,363 1.00/1.00 vMB 23
784,913 784,913 00000000000000000004f3d50be20aa7d7e3520a357a3f23c7bc281b087e6acb 3,052 1.00/1.00 vMB 29
784,912 784,912 00000000000000000002f8044a07648ba30d46066db274926084a3a2ea51890c 2,617 1.00/1.00 vMB 26
784,911 784,911 00000000000000000001b9ac193e34fc143a4a5c7ef62f6e073eda7773ca03b3 2,377 1.00/1.00 vMB 33
784,910 784,910 000000000000000000000d6afc6a63af323e132667705669cc59f0e519a6f46b 3,075 1.00/1.00 vMB 17
784,909 784,909 00000000000000000000e835c8faf748d5d5fd15cf7ef114a85ca68560075204 3,674 1.00/1.00 vMB 31
784,908 784,908 000000000000000000040b5a99884d284c0b5f9f05d839e58e9f3dd3fb1f24a0 2,212 1.00/1.00 vMB 12
784,907 784,907 00000000000000000000e02a41a101363d553117842378ee33ad90c3e0e72b85 2,801 1.00/1.00 vMB 16
784,906 784,906 0000000000000000000583d3917f00b685003165272254d34f7bdc93aeef5a92 3,318 1.00/1.00 vMB 31
784,905 784,905 00000000000000000000137902d383362bf94abf7d4ae999a9dc61c6c27cd3ca 1,607 1.00/1.00 vMB 6
784,904 784,904 000000000000000000048817be8c27246f731ddf7cf1177ccf5cd2eb029dcb14 3,368 1.00/1.00 vMB 24
784,903 784,903 000000000000000000054a122316d1bb4407ba6a48703968cf6b907137a73c9f 3,215 1.00/1.00 vMB 20
784,902 784,902 000000000000000000035d2032c6db9af67a01e69dcaf8bffc85f0ec4a3fe550 1,781 1.00/1.00 vMB 20
784,901 784,901 00000000000000000001d5aa4c231356828770dac221eba0fa614d6149b31b37 2,362 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.