Loading Tool

Explorer IconExplorer

Memory Pool

81,882 transactions
30.03 vMB
0.08192988 BTC
Random Selection Loading Transactions
Max Size: 181.33/200 MB

Candidate Block

Mining Attempt 8db8a37aef8693d2bd3661f1584bf4b1c54c03b352a6f55392cb322135dbd3a0
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 688a74e8bbdbb9115087d9ad541d5dbc46f84c4f49f1943761f2ab0ed47ac045
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.02047594 BTC
Feerates: 151.12 > 2.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (669,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,968 244,968 0000000000000050644d52c8b5d7ddc2981b255b8f2c9e88b8284096b1e33898 244 0.10/1.00 vMB 127
244,967 244,967 00000000000000549bb36617e4fcd010945ddc19bfbd076c28891a3d1453d95d 229 0.09/1.00 vMB 174
244,966 244,966 000000000000001aace21ff8fdf61fad9af84db5623b403369ca9897577d381c 143 0.06/1.00 vMB 151
244,965 244,965 00000000000000ac1c3b8fb86898f4bf422c3d2a873043f89e844db05d87a013 259 0.14/1.00 vMB 69
244,964 244,964 00000000000000c546ff0014e0e460f6744832fe3b559e5920af00d634a245b8 384 0.18/1.00 vMB 142
244,963 244,963 00000000000000a36da418e5e377baf88b2437fcc50670b492f63f303a980285 512 0.21/1.00 vMB 21
244,962 244,962 000000000000000efb675ab2ce1fa577e78bf5c19c47ee1fd2bdfa38ffecc63e 464 0.30/1.00 vMB 119
244,961 244,961 0000000000000070d160e5dd0fcf3f61f6b4b7ccbf096178739f4f0b0d9d4555 158 0.09/1.00 vMB 88
244,960 244,960 000000000000004f2e708697e8886830430cb9b41a1720892ed3462c8f5c8a59 498 0.21/1.00 vMB 144
244,959 244,959 000000000000001343a9bd19670150a3ef4490d5b20013b674bb254e46170e0b 110 0.10/1.00 vMB 16
244,958 244,958 00000000000000619af868fa40ae45d1c543b05f2fd0567869f812da2dc33cb5 354 0.17/1.00 vMB 103
244,957 244,957 0000000000000034c5c94c303d88df4a736f441ef6ed6986a152ad906a4ab8f9 5 0.00/1.00 vMB 0
244,956 244,956 00000000000000b63510f8bca9e94424ee431a83e29c61a750d912b5b1eaf021 570 0.25/1.00 vMB 159
244,955 244,955 00000000000000329fb6e61b5960ea03d6f278bcf20b8b9f44e316711f7911f3 194 0.08/1.00 vMB 160
244,954 244,954 00000000000000783b3c4f124608da38d10c3b905acb07830a51c559968f8ed0 290 0.13/1.00 vMB 102
244,953 244,953 0000000000000048e272d546e1e6e98e61b01805ef3ccac5f3e347b5930ad8c5 252 0.14/1.00 vMB 170
244,952 244,952 0000000000000057ea4463d0d41a8e24c643e9a7ec6ba059fe85b230d5d94c29 318 0.13/1.00 vMB 139
244,951 244,951 00000000000000a0fbe27f8c3e44359237b176f49943458f2db5c083de6bb197 218 0.11/1.00 vMB 61
244,950 244,950 000000000000001c6bf34668ef4c8c9f799505891fd1106e4278d99b940602e3 660 0.25/1.00 vMB 217
244,949 244,949 0000000000000095b0d855484ee591a59ba08d42c9848ca1aaa0f597d6ed8ea2 380 0.17/1.00 vMB 135
244,948 244,948 000000000000003347bab4cda2c27697ab0dafc89ecb236532ba0ade3384bdf1 170 0.07/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.71 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.