Loading Tool

Explorer IconExplorer

Memory Pool

43,560 transactions
27.01 vMB
0.05750028 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 07f47c8f5f2f691d5b10444a7e0764a8f2e530e495af8544ba7c665128490b2f
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 9f9c9e5f75e6c8cb1991c17f76b6fc0a75babe3fd1c89a0c0151ae87b867a595
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00722032 BTC
Feerates: 160.56 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (145,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,098 769,098 000000000000000000036f3d552965831a3d4c87c77bb8ef4635f1244693e054 63 0.01/1.00 vMB 23
769,097 769,097 00000000000000000000bec233fb871ea0a7266af1fb319b12a8bc7b43eaf2e6 989 0.99/1.00 vMB 5
769,096 769,096 00000000000000000006d7237c1e3ace788048f62fc0ffabe66b850c4af0aa39 1,231 1.00/1.00 vMB 5
769,095 769,095 0000000000000000000398a1d2f9bca8ca524ac2ddfbbc1c17cdfbad5a0a9c07 2,182 1.00/1.00 vMB 15
769,094 769,094 000000000000000000060431da3b6bd3e4dfe46aa197dfb7c2c7ac613c1d8dd4 848 1.00/1.00 vMB 18
769,093 769,093 00000000000000000001f1dee671a80685ceff96ad4d0ad3f46b930c61d83345 2,969 1.00/1.00 vMB 8
769,092 769,092 000000000000000000054d3d17d9ff40cbb18ae4ddfe3e776de0959a88b19b46 1,622 1.00/1.00 vMB 15
769,091 769,091 0000000000000000000687d627abc844d5721b900fffb5edb82b1f95ee0f899d 3,403 1.00/1.00 vMB 28
769,090 769,090 00000000000000000006486be0609c54c26a0aa2e5a1df61c43de63d1b67f214 2,092 1.00/1.00 vMB 9
769,089 769,089 0000000000000000000568ab7187ef7593255050569ffa0fd03d08ea1f3695e0 2,170 1.00/1.00 vMB 17
769,088 769,088 00000000000000000003b70b2807fc2362b87dd32255b6a1b47b3ea149e4ce09 1,938 1.00/1.00 vMB 15
769,087 769,087 000000000000000000004d1b7349441a7c64f2d507dcf81237c9063436375875 1,309 1.00/1.00 vMB 15
769,086 769,086 0000000000000000000122c097b8491de191af4d9260452ce309946df707583c 2,749 1.00/1.00 vMB 26
769,085 769,085 00000000000000000004098acd05d57bca8861d7a7b1925d1301da8b8e3ba5e0 3,490 1.00/1.00 vMB 20
769,084 769,084 000000000000000000045b27c75b5234a263ec3f786d10ad10e277e0b318bea2 2,540 1.00/1.00 vMB 26
769,083 769,083 00000000000000000006b3dfba454a4182ce2933df5ba31d96dca362aa4fe56b 2,642 1.00/1.00 vMB 36
769,082 769,082 00000000000000000001ee36e02a1b27158601c728d06fb3c3c475c1adebb9ed 2,692 1.00/1.00 vMB 12
769,081 769,081 00000000000000000001be30c9a716077436dc8dc0b45760b735fb82941f0b26 3,160 1.00/1.00 vMB 23
769,080 769,080 0000000000000000000624ab4677c9c29b9314982ee9b0c61f4b9f4df38ba5e7 1,589 1.00/1.00 vMB 17
769,079 769,079 00000000000000000007d45bc8cdc5b348694c2c64cfe5371470f3e0821af9c9 2,174 0.84/1.00 vMB 16
769,078 769,078 00000000000000000001d47a6f8afcc4bfb0b85a27a5e530bd28f7f99ec05e8d 303 0.08/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.