Loading Tool

Explorer IconExplorer

Memory Pool

72,685 transactions
28.03 vMB
0.06679710 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 54b6b5ee1e17e57fcef16ee69fa391ea6d8962ef78d7537c070507a718388215
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (420,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,186 494,186 000000000000000000568bdf860295e2aee5944a62ec0066df9fa80f318d5fc9 2,070 1.00/1.00 vMB 330
494,185 494,185 000000000000000000b1e14d9966b83b41af0b3f69f4c432672d2ab0dd0d9b1f 1,603 0.90/1.00 vMB 412
494,184 494,184 00000000000000000001efcd00ebe02c90b58b91ee1f151747036301be253498 2,264 1.00/1.00 vMB 647
494,183 494,183 0000000000000000008b291d05b7a6a40e176a2c88750f34529a6eeb676e32ff 2,043 0.95/1.00 vMB 392
494,182 494,182 0000000000000000001d656a4e49a5cdfd0f71aaae093a668987d69b429acd93 1,696 1.00/1.00 vMB 540
494,181 494,181 00000000000000000085de1b10fa3ae72a593d368035a5d4969de08cde0e8064 2,160 1.00/1.00 vMB 453
494,180 494,180 00000000000000000076747fabdea27da2fa5352bb5d1dc32b89d80390e44064 1,988 1.00/1.00 vMB 541
494,179 494,179 000000000000000000aa61bc22f3fd577af8dd3d9709508aede9f4bce3050dff 1,920 1.00/1.00 vMB 296
494,178 494,178 00000000000000000049ea0a96e2af555e11421e836b1af1a4cc71475ac6e549 2,056 1.00/1.00 vMB 329
494,177 494,177 0000000000000000004bcb5928ddc433eb1680d14844c29ac664409b14c61d0a 2,266 1.00/1.00 vMB 651
494,176 494,176 000000000000000000866a6282b60e7b34d29e1130918e51ee04943b3e1afa14 2,300 1.00/1.00 vMB 623
494,175 494,175 000000000000000000c0c152e678de65f0b5596f9b0bcf3c724e58dadd9e3006 2,167 1.00/1.00 vMB 675
494,174 494,174 00000000000000000032013f2f0ea282601401ff74cdc29c7f5de40514ef78de 1,958 1.00/1.00 vMB 376
494,173 494,173 000000000000000000c6995337ca9f91155e648978e58177083dff9f71a4a07a 2,407 1.00/1.00 vMB 418
494,172 494,172 0000000000000000007eefa64cba1de4dcaca548af7b47cb4d573ba04711bef1 1,685 1.00/1.00 vMB 579
494,171 494,171 000000000000000000b089914cbc2ebb15af1a9619f29e1d793f71702eec537f 2,872 1.00/1.00 vMB 812
494,170 494,170 00000000000000000019a2d805b5391282b84bcb21cb705e5545f21b9d35de6d 1,273 1.00/1.00 vMB 365
494,169 494,169 00000000000000000034942f97689d665b1cd9b93db4e312aa21721a3752ebef 1,972 1.00/1.00 vMB 704
494,168 494,168 0000000000000000005fce7a21124f0202128b9eebceb00dbeac7abdd4f8a749 1,672 1.00/1.00 vMB 472
494,167 494,167 0000000000000000004fd5eb907336686a36851f1d4c49afff41f017afc23811 1,528 1.00/1.00 vMB 382
494,166 494,166 000000000000000000ba5bdaa2e124533a69e3a97ec2545b2866833529037e82 1,858 1.00/1.00 vMB 426
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.