Loading Tool

Explorer IconExplorer

Memory Pool

45,433 transactions
27.58 vMB
0.07330044 BTC
Random Selection Loading Transactions
Max Size: 145.85/200 MB

Candidate Block

Mining Attempt 497b378d95fa900f33a373704a70616aeb6eaebcc38abfeb9564bc6aa6c9eb75
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 82719b4a39736da83cceb352303700ab6cd761ce8d3bf04996d2533d6eee8fb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.02142735 BTC
Feerates: 502.65 > 2.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (561,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,115 353,115 00000000000000000f0061885892511aee7dbf689e6dbc83fe5b61bf20cc5e13 1,136 0.56/1.00 vMB 27
353,114 353,114 00000000000000001411569eb6d2f832ac3ba66e86035901c5aac302862c5b79 148 0.05/1.00 vMB 29
353,113 353,113 0000000000000000040b0f8314ed9a1d8982b41b4a2465ea4065a72d1d02bac5 655 0.37/1.00 vMB 25
353,112 353,112 000000000000000008b51f64f51f533533331da44e08984ff8184d8adfd81a84 212 0.09/1.00 vMB 31
353,111 353,111 0000000000000000046bc32d14fc2915c36c4d7d7c3c03809a62926acf9d74c4 331 0.34/1.00 vMB 13
353,110 353,110 000000000000000006861628e4c10586f8e24de185daa8c2fa1a72fe70061289 1,629 0.75/1.00 vMB 31
353,109 353,109 000000000000000016a54d79190e1812a32118a489fef4b5d360e9d6275c2a7a 500 0.23/1.00 vMB 27
353,108 353,108 000000000000000007c8859b7ce5942eb51cada9cd81e9e6edc7c94796542313 242 0.17/1.00 vMB 23
353,107 353,107 00000000000000000565bcaf5bb2ae8d134cfd7c0f2d18dc357f673e4c1e369e 688 0.38/1.00 vMB 32
353,106 353,106 0000000000000000154d4d1e38115319b602546447b6bb736112512fe1283f14 201 0.12/1.00 vMB 16
353,105 353,105 000000000000000009858e42bc7e6a1d6d123f316ddfdca92af314028c19581e 698 0.44/1.00 vMB 7
353,104 353,104 00000000000000000bb3b9422ee4f32d0a7630459ed05655feb5ebde2faedfa2 1,053 0.60/1.00 vMB 26
353,103 353,103 0000000000000000092ba3e5501916a72cb8098c019ce7cfc9730098cf4c92d8 1,723 0.75/1.00 vMB 31
353,102 353,102 00000000000000000af2d472d419a849957c818a93a392908e2453cc15176c1e 957 1.00/1.00 vMB 14
353,101 353,101 000000000000000005838d258b11f51d90b130dbf5c41edbb0a7997de0c7e359 763 0.75/1.00 vMB 20
353,100 353,100 00000000000000000cb56fa1e5a75e7a1b7510b5c80e7479d5b4e4e6c099bc25 1,360 0.75/1.00 vMB 25
353,099 353,099 0000000000000000041c14432c7f8c5a96ab80ac385003e0b4d3e0c6e0be68e0 939 0.75/1.00 vMB 23
353,098 353,098 000000000000000010aa46a42a20f17e7e5ec13c331df4e0c735cfcf79739c37 1,020 0.75/1.00 vMB 25
353,097 353,097 000000000000000004200ff0d93f8d4554b9ee6add58ac79de14ceaf5e1d10ee 2,218 0.75/1.00 vMB 41
353,096 353,096 000000000000000003fb35c36d1dd8daee24b72cce3025b8915a3c96bb1ccc4a 120 0.06/1.00 vMB 24
353,095 353,095 000000000000000007541959c711b09886905078cdc3ca90b598b400a4e84d27 1,575 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.