Loading Tool

Explorer IconExplorer

Memory Pool

26,575 transactions
6.61 vMB
0.08732384 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.36/200 MB

Candidate Block

Mining Attempt ce3f5b2b85a8e316799295367033b5c812af52570070240516560d0669fbd1bb
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 15305b97c97d42a3fba26f2e72bed167cde2f92af2571443b494d36d7d903c08
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,343
Size: 1.00 vMB
Total Fees: 0.06805633 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (724,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,601 188,601 000000000000050ea601ed98623e384481b8e334c90b566dddd790cd1c6d3fc0 0.06 MB 181 67
188,600 188,600 00000000000007dd802316034a296520da6ef3598d63e99237cdeffa054b9f73 0.25 MB 531 120
188,599 188,599 00000000000008106bc51db0cec60c3c7e19139d88fae0e7ebc77f6f94ba6499 0.05 MB 158 194
188,598 188,598 000000000000061582087405d79c24e4c8c8aca9d5a06da502f8c419464f27ef 0.05 MB 138 26
188,597 188,597 00000000000007fad3aa3f550660ca181b6c8396bdee2f432b6de75755dcbb73 0.01 MB 21 115
188,596 188,596 00000000000005656b3489b90512e17a22d97cf212e791ebe825a94844f90d07 0.04 MB 128 195
188,595 188,595 000000000000061689ab3ad4e7448d6419055819084c8f4c0269e04030f1ca25 0.22 MB 378 98
188,594 188,594 00000000000004eb032bc3ff3619cfa8a330a1eb686cae505550c5d1a0bc5670 0.05 MB 160 74
188,593 188,593 000000000000054fbeafca78f287d69166406de9e891c7a62e696e6c77d673d4 0.17 MB 505 159
188,592 188,592 000000000000017ba8f06c0f1cc9f53408bbaa3e782a276f4b4528e98c01e5aa 0.25 MB 588 139
188,591 188,591 00000000000003601765517dd4b032fffa5888ac57dd1cf642905f24897ff5f1 0.04 MB 112 115
188,590 188,590 000000000000062601c07ac22b37cd26c3c3ed3ac94f54d9c105da48177af7b5 0.03 MB 51 116
188,589 188,589 00000000000004e88f1ea1174d9c4596a7da6a65f3aa08eed0e250f87ca41d43 0.10 MB 232 151
188,588 188,588 000000000000015f68d99e45e89ce9e03d090c8f27237fc5e979a4f9e22c2ebf 0.05 MB 96 105
188,587 188,587 000000000000032eb41d11c3d216a36b667872a7e731a6ed9a7331c2a7868391 0.05 MB 121 61
188,586 188,586 00000000000006b4e9c6cc66b9584480fd01e307e05fb2fe96f3b5cf5549fe7e 0.20 MB 381 109
188,585 188,585 00000000000001795292b220c4342615ff2fd0873c32c735d636f96d62d1b62d 0.05 MB 135 103
188,584 188,584 000000000000079c36784d6fb21247ea973337d973a8c42e1845e25969fa31b1 0.00 MB 7 0
188,583 188,583 000000000000073c47a2200c60517ad21d68af5f2c00ba08a54f37378bcf0d70 0.43 MB 952 67
188,582 188,582 000000000000011eb649ee7c1d36d6960ab4bef6ebb26fe63b046a289f243aeb 0.25 MB 576 151
188,581 188,581 0000000000000178074447233f23ef2be88a596e79df4b9a1dff3a76fd377d48 0.00 MB 9 70
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 63
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.74 GB
    • Received: 0.29 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.