Loading Tool

Explorer IconExplorer

Memory Pool

78,473 transactions
28.94 vMB
0.07130291 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 6c864d4e76d1d7a54c85f8f2b207ac912d3c041f4242283e444d7d746ed18156
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root d622f6a1bdc056ea76e1343de713b113f168af88d5e18cf167687900d5676c00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01100305 BTC
Feerates: 73.20 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (256,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,987 658,987 00000000000000000001b06e5360bdeb5c6b8dbc6aa7cfd5c55baeb438160cb7 1,612 1.00/1.00 vMB 17
658,986 658,986 00000000000000000003be8b26ad96ef3d45aedf771dcfabbfcc62ece261f151 2,602 1.00/1.00 vMB 63
658,985 658,985 00000000000000000002aa2e8a4534d6aa5d523288db88b72279be7a79bc8183 2,390 1.00/1.00 vMB 33
658,984 658,984 00000000000000000009e9ebec1e85d6b4d3e7c50bceecdf3ddf12534f81b7f0 2,155 1.00/1.00 vMB 13
658,983 658,983 0000000000000000000d013bc6459abc727b017a96603692db8d64a4673173a3 1,951 1.00/1.00 vMB 67
658,982 658,982 00000000000000000001ef18ed744d8e2925b227c47b75b71a9907e6e1fc6f12 2,467 1.00/1.00 vMB 89
658,981 658,981 0000000000000000000051ac62244825db0d4265baef62e91844359bc54e2d77 1,676 1.00/1.00 vMB 11
658,980 658,980 00000000000000000002f3098a5dc32fd8573fd553ad7b4894f71811fee62cd3 2,265 1.00/1.00 vMB 40
658,979 658,979 00000000000000000003fae5a77ad325df092a51cd047a8d58334c29ccdbb62f 2,449 1.00/1.00 vMB 48
658,978 658,978 0000000000000000000ad670bdbfc8319e66ee04f68c7293d5d5713ac788781e 2,012 1.00/1.00 vMB 12
658,977 658,977 0000000000000000000ba81da77b8700bda4a726680c7f75a601a4aca4909cab 2,687 1.00/1.00 vMB 32
658,976 658,976 00000000000000000001cf02f1c8353f83144d5e1164ffe19edc8acc9847a721 2,215 1.00/1.00 vMB 29
658,975 658,975 0000000000000000000a48198a340a67f2311657986801bda0185cc642918107 2,216 1.00/1.00 vMB 44
658,974 658,974 0000000000000000000e6076be10d4e16bbd88f87cd3558a10469b24ec8b5660 2,267 1.00/1.00 vMB 35
658,973 658,973 00000000000000000004fab76d8c8f5da1b7b50da8002e38fcf3c5e33d5aafdb 2,387 1.00/1.00 vMB 77
658,972 658,972 0000000000000000000e89d549633f4bcc529a814c23f33cb654ffa9fcf2e7d0 2,705 1.00/1.00 vMB 60
658,971 658,971 0000000000000000000f00126d8e2139bbb9849f9dfca39585f84ef287f05137 2,006 1.00/1.00 vMB 75
658,970 658,970 000000000000000000097f8f65b7e807457f7b0525119cad1b18b07961f43f4b 2,403 1.00/1.00 vMB 93
658,969 658,969 0000000000000000000bfbf9d885a9bfbd55267bd10767488f2b210248b25340 2,247 1.00/1.00 vMB 111
658,968 658,968 000000000000000000055ae91f3937da80bd312c2031fad16929942f7c510767 2,316 1.00/1.00 vMB 81
658,967 658,967 0000000000000000000e1af630b67c669f3cc503dbd172fdf1023dc1e47f01df 2,277 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.58 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.25 GB
    • Received: 15.89 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.