Loading Tool

Explorer IconExplorer

Memory Pool

88,989 transactions
33.44 vMB
0.08462825 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt e8d4744b92a495e0ee0c947007ca27255895e09906c87ec9c3c1c2f455fa6eda
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 9177f1b05279791ea82de34dfeff311eff362d8cef7b695c929b11d5b571a00f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.01808135 BTC
Feerates: 502.65 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (344,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,622 570,622 0000000000000000000bc7cb3c0abe40e65396134786cc217472e7e5dad5696a 2,653 1.00/1.00 vMB 70
570,621 570,621 0000000000000000000de0450e3dd5596fd7fe162a2eca0b09fec6c1e1d90b8a 3,339 1.00/1.00 vMB 90
570,620 570,620 000000000000000000001a9a4a641500217dfdb1d0c652fa405d89d69f973497 3,017 1.00/1.00 vMB 137
570,619 570,619 000000000000000000114f0dde708debc2c9de4d8d219a0cf089885078417639 2,692 1.00/1.00 vMB 100
570,618 570,618 00000000000000000001abbf3892c5d3e00f373138cb062a4c2fe74bfb405110 1,843 1.00/1.00 vMB 103
570,617 570,617 00000000000000000002b72c394f6ce9b2313dae264ff10a2ad1d1c3ed83589c 3,085 1.00/1.00 vMB 134
570,616 570,616 00000000000000000007e55c0981a94074a52f13a8540bf66d2ed3761a52fbc8 3,254 1.00/1.00 vMB 167
570,615 570,615 0000000000000000000b2b49acc72bc144875c3495e298b32968814e08279ed4 1,897 1.00/1.00 vMB 101
570,614 570,614 00000000000000000007ab9a594dfa342eff090ca00f8f234b45f645b8e14b58 2,588 1.00/1.00 vMB 115
570,613 570,613 00000000000000000018c5613ecd282777fbeb8b804d3ec2dcda4f20c5ab6861 3,213 1.00/1.00 vMB 160
570,612 570,612 00000000000000000009f636acd4d2bd20ca70c785dfc9980ad536466795bd4f 2,788 1.00/1.00 vMB 105
570,611 570,611 00000000000000000014898bdcfc4f26db522193bb24c12eadc38b418a42cd48 2,924 1.00/1.00 vMB 135
570,610 570,610 0000000000000000002b36a99b3ada8b5abb5785b0d0e722f432cd593fd3b4ae 3,304 1.00/1.00 vMB 162
570,609 570,609 000000000000000000060d3089cb011363710ec10ed3162a268b8ddb59e553c5 2,969 1.00/1.00 vMB 126
570,608 570,608 0000000000000000001c4fafafcf6a68a2f541358390432932d2ec7d4de861fb 3,329 1.00/1.00 vMB 124
570,607 570,607 0000000000000000002a8eaf76b17c9c8287e96355d201dd6c3537717660b29c 2,476 1.00/1.00 vMB 158
570,606 570,606 00000000000000000012161b756072f515a502581e7b6d9ef3871aa0a3ba7d68 3,445 1.00/1.00 vMB 219
570,605 570,605 000000000000000000192d88678cf0f01ea026911765c21bebf195cfbf8657e3 1,432 1.00/1.00 vMB 130
570,604 570,604 00000000000000000029e9caa211befa96f17e87799ccaa26749b55aa1e2eaf5 1,221 1.00/1.00 vMB 165
570,603 570,603 000000000000000000269c471b7c3518911a3d142bdcfa217ef373056f65f48a 1,016 1.00/1.00 vMB 162
570,602 570,602 0000000000000000002bb7696ef655d2112fc4c42babef0d5cf19b730d0bddbb 1,461 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.