Loading Tool

Explorer IconExplorer

Memory Pool

75,910 transactions
28.15 vMB
0.08879801 BTC
Random Selection Loading Transactions
Max Size: 170.68/200 MB

Candidate Block

Mining Attempt d9a47a78ae1b9bfcf34486aedab08e4210dc34b37b47e8f10221e068e3b6ac82
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 860d2c30d501428d8b13407fab9f9e9b3dc1f995b67b39f9b34bff55dff5d174
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.02805634 BTC
Feerates: 150.80 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (719,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,542 195,542 000000000000075c50605feb4be047367cc4ef5c544d5a188f3766c2c67a414e 35 0.01/1.00 vMB 4,408
195,541 195,541 000000000000030376ac9f086dbb9a774b2d24f20fdddcc49f1fc70ecfb92ebd 214 0.10/1.00 vMB 127
195,540 195,540 00000000000003daddf614f65a7e838ee047e85bd2eedc6a3237970b6bc784d9 535 0.19/1.00 vMB 188
195,539 195,539 0000000000000780408e90e84b6302b3c5971870c6b05b50d4fd427616d192be 575 0.18/1.00 vMB 137
195,538 195,538 00000000000001b539aaf59c9a13c67f2028b1659f11e1c9ecd634afd829784c 11 0.00/1.00 vMB 312
195,537 195,537 000000000000001685af2d40fb7ff24ee0e73fdcd1b556baf5a44b50a6eefbeb 153 0.08/1.00 vMB 72
195,536 195,536 0000000000000283ae4128454f7cbc3f10116d091cb140c5f69c20fad3e23be4 630 0.25/1.00 vMB 89
195,535 195,535 00000000000004230a9078b61eb2b4b235e73d0313d91295713945f5435bdfcc 8 0.00/1.00 vMB 30
195,534 195,534 00000000000000ede0da1cad4aef4e3abf07a928bdd02da6be367f4429b3db71 5 0.00/1.00 vMB 0
195,533 195,533 00000000000005835c259cb47304e2fc0cdfc6f060dd6e7d2c3cde9efef941a9 196 0.07/1.00 vMB 121
195,532 195,532 00000000000001f94b652cbc85d0300964fbc0731a7d82a040501fea12044bf1 74 0.03/1.00 vMB 93
195,531 195,531 000000000000041976eb1162640a3283561bf120b631a039d78e3cad2a10405d 114 0.04/1.00 vMB 61
195,530 195,530 000000000000048dfd6e0b80874156b5144afc19cb1e6893fe59b54d02e926f9 726 0.25/1.00 vMB 162
195,529 195,529 00000000000001a355263a7d2c35102ac4331275c73bf0e10edc10740b5e0f9a 60 0.03/1.00 vMB 124
195,528 195,528 000000000000068376cefa4cf1f53f2d7ccb258a2153804a1a0822bfc440427b 12 0.00/1.00 vMB 46
195,527 195,527 00000000000001a34c5578338be984a829b084f2c80a546859271f93e80e97a3 182 0.08/1.00 vMB 147
195,526 195,526 00000000000001563fc3817d48bbfdd44e9413461e13a088a9e049d9c332df8c 123 0.05/1.00 vMB 11
195,525 195,525 000000000000066bc26f57d9dc661a56a61bd53050ec1fb5438f85848adf30b0 304 0.12/1.00 vMB 118
195,524 195,524 00000000000003cc0cb2039b5a8c36f393c376f88e91f2aeb85bd7c90774eecf 8 0.00/1.00 vMB 0
195,523 195,523 0000000000000695ff28cb69b2a39ad190a29802d7e243e3aaebf60c9f39e3fa 468 0.20/1.00 vMB 228
195,522 195,522 00000000000004027909628a5635a06f4e0861503fe9a49254524d2689552588 66 0.04/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.