Loading Tool

Explorer IconExplorer

Memory Pool

41,475 transactions
33.18 vMB
0.09676691 BTC
Random Selection Loading Transactions
Max Size: 164.32/200 MB

Candidate Block

Mining Attempt c5078a8e06daba5ae401abd48ccbbc80f2a1029ba8331468df93f0659fc13341
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root 77231b2428790ca0b3feb632403aee0fec18892a95d20665bb5d5f39328e77cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.02569592 BTC
Feerates: 150.68 > 2.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (117,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,015 797,015 00000000000000000004f9e460a347ca95992c76f4e96a122d1c2a45ce0305ce 2,977 1.00/1.00 vMB 16
797,014 797,014 00000000000000000001376ae50e127dcd486a646b3757a1e906cef65e406055 2,571 1.00/1.00 vMB 21
797,013 797,013 000000000000000000032eb2cd284bb73b3ca1cb9f7ac97b7519ed627df57db4 2,559 1.00/1.00 vMB 16
797,012 797,012 0000000000000000000538a1656701142e6a09ef4a5c890d19a5322ec9187e06 2,233 1.00/1.00 vMB 17
797,011 797,011 000000000000000000024db72fd92b7329d617daa7da9f94ccab8fe369ec5c50 2,364 1.00/1.00 vMB 19
797,010 797,010 00000000000000000001601a497adbbb3beab5051f05885dae88692677739675 3,614 1.00/1.00 vMB 28
797,009 797,009 000000000000000000008f447ba23233333492a5c0b19d6aaa4f703944c3e09d 2,592 1.00/1.00 vMB 16
797,008 797,008 0000000000000000000249126a61c1a91dd97a9fda16c3743b87e05a10c6b4b4 1,788 1.00/1.00 vMB 22
797,007 797,007 00000000000000000002683d5fafa656ada27a56d5c38bfad8b56d49fc12f79e 3,532 1.00/1.00 vMB 28
797,006 797,006 00000000000000000002caf1047e355cf0c4b6e06095183c0c2dfe7b3ef8a5ee 2,773 1.00/1.00 vMB 22
797,005 797,005 000000000000000000047cec10bae9c8a2ca35e2475d5cf4bd67c2230d5e9776 3,743 1.00/1.00 vMB 22
797,004 797,004 000000000000000000051ebe21fa12037b7952bd6f3e2db9f1821d9eecc563f1 2,229 1.00/1.00 vMB 20
797,003 797,003 000000000000000000007e161a574180c4b9971f1c4043b01aa0f97e91590be6 4,088 1.00/1.00 vMB 29
797,002 797,002 000000000000000000004390db9b811985114410ad9bd40877c750c21fa4f242 3,177 1.00/1.00 vMB 25
797,001 797,001 000000000000000000030a48aeb3e90f0b8ef11a0ab7c8b3b5fd0f7064b19368 3,454 1.00/1.00 vMB 31
797,000 797,000 00000000000000000002b3806454ca59719c7f6e3c271cd02e611e2214f93f9b 3,376 1.00/1.00 vMB 42
796,999 796,999 00000000000000000002a512ce26616ea740b552d27eeb812fea6aa4175b54d2 2,769 1.00/1.00 vMB 19
796,998 796,998 00000000000000000004944c6f4fe4901f4ae93653bdc6fdcb68388c113452c6 3,524 1.00/1.00 vMB 22
796,997 796,997 00000000000000000005706fc84d4e17440f47f235dbe8195570ba3f9922a4b8 3,418 1.00/1.00 vMB 35
796,996 796,996 00000000000000000005010a9a81ede185d56378a25e2b4e74de13c88d9c56fa 1,216 1.00/1.00 vMB 20
796,995 796,995 0000000000000000000352900677776be53313045b7b148c52ca684551590255 2,627 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 623.96 GB
    • Received: 11.51 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.