Loading Tool

Explorer IconExplorer

Memory Pool

47,577 transactions
27.92 vMB
0.06465815 BTC
Random Selection Loading Transactions
Max Size: 148.15/200 MB

Candidate Block

Mining Attempt 569a9449310bda6010495b8dadc48372601e239d879386f9865829df57606e10
Version 20000000
Previous Block 00000000000000000001a910bb93b48e2d87af92722f1a8406500b6fdd169ecb
Merkle Root 96184af4c156de1718bd7cd84da7a72849d172b0f1206e9984415a9e54b4f143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.01097308 BTC
Feerates: 46.87 > 1.10 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,718 (861,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,856 52,856 000000000cbc93e06fe124ebbef6ff037c739ccfd32bb236ad05e512c58cc54b 1 0.00/1.00 vMB 0
52,855 52,855 00000000106e600bc232474fa2798acdc60aef11fe29214ba6fd742dfd37d136 1 0.00/1.00 vMB 0
52,854 52,854 00000000038a02f636ee67df7f670017739ac12a01fb3c8cad1019f6d22c83cc 1 0.00/1.00 vMB 0
52,853 52,853 00000000078d499dca5098dfc3b267c1452b5b29896d328de8429f154b029a5c 1 0.00/1.00 vMB 0
52,852 52,852 0000000004cf0ef64fd2c17550bd75efa17a73894f951eb1a8736c048bd6945d 1 0.00/1.00 vMB 0
52,851 52,851 000000000d3b7581b8b2f4602912202be08ab09795bfa1e6fc741142ba0bbaef 1 0.00/1.00 vMB 0
52,850 52,850 000000000d5039bd320f7eb17d26436571b92a30add155d8cea98ff8112341c0 1 0.00/1.00 vMB 0
52,849 52,849 0000000011378b759a47ff1f35942159bbecad5d09c0629b520ab4f55175a4ac 1 0.00/1.00 vMB 0
52,848 52,848 0000000011a583ca5a3d30e821ad033583bfb7cdcccad0cf1516da3b582920b1 1 0.00/1.00 vMB 0
52,847 52,847 000000000151d8ca7c49ab6d1cb7aaf21ccd393200185cc07bf5b9d9a3f378ef 1 0.00/1.00 vMB 0
52,846 52,846 0000000010c403ff5d754da6c0264ddd532b0c715ccc1236b266a687d95dfdde 1 0.00/1.00 vMB 0
52,845 52,845 000000000faf51a1dac7db303280f969c67c886c29e7ba111d981424c9dd23d2 1 0.00/1.00 vMB 0
52,844 52,844 0000000004fb612417f97c31fc3e5e9b0b1d3b0cf9c079a3a8e7bea4ba5e2e67 1 0.00/1.00 vMB 0
52,843 52,843 00000000074b04e03674940a38de646d4b65c39b242cdfe27c802e10ba507b8d 1 0.00/1.00 vMB 0
52,842 52,842 0000000008680acf19ff7b6b2c19640211fae6446d8dadfeda25268c02de3169 5 0.00/1.00 vMB 0
52,841 52,841 00000000092cabc3cbc59634bbb90f1b7bf90553671be5fa97abd041aad871e2 2 0.00/1.00 vMB 0
52,840 52,840 0000000014fc69996a2bbcb59382a41d2507c168744e99cdda3b5f3734d51efb 2 0.00/1.00 vMB 0
52,839 52,839 0000000008c9c0e0483dee5fcee4079f6eb955c2c6c95eeb29b55168a9e27424 1 0.00/1.00 vMB 0
52,838 52,838 0000000007e93ea93db102299fa4d333b0ec2bbf0e2fcf2ef71f6297563a92f7 1 0.00/1.00 vMB 0
52,837 52,837 00000000100bfd125c32e1883c3d902b571d8d51ec1c6a9bea036dac76534c78 1 0.00/1.00 vMB 0
52,836 52,836 00000000013be66e522b8ce8dc368fbb58f25582e848328614e405b27efd0fdf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.90 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: 645.25 GB
    • Received: 12.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.