Loading Tool

Explorer IconExplorer

Memory Pool

43,549 transactions
27.34 vMB
0.07508490 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 5996edd469c986d0d448230f0f011771f274c5eb334db6822456cacbdd78b2fe
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 02511d210f899109e35a69e43138de467100cbb6fa0a53352dc40b0eb68bd9e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.02386106 BTC
Feerates: 157.73 > 2.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (313,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,221 601,221 0000000000000000000f978910200ae0c08b2ee5eeeb025430e24f3354342dba 2,195 1.00/1.00 vMB 59
601,220 601,220 00000000000000000004ed3571935afb8620d99312c51920709f957e8cdd461b 2,796 1.00/1.00 vMB 16
601,219 601,219 00000000000000000008c47e607a9123cdfd32a72897b18c33a3b8b31b8a7ac8 2,327 1.00/1.00 vMB 31
601,218 601,218 0000000000000000000505dd3cc8fd04ca53c667b65fd7854c968c23678b5238 1,991 1.00/1.00 vMB 15
601,217 601,217 000000000000000000063c55e8644c3a75965c279a03f3df5f0e399726783376 2,586 1.00/1.00 vMB 43
601,216 601,216 000000000000000000145fc04f6f11e031ab8d44ae796e7769514dc64f85f5e3 2,664 1.00/1.00 vMB 37
601,215 601,215 0000000000000000000c94dadb8c2c6b78184cc61fe38535bf09d777731be9f6 2,419 1.00/1.00 vMB 17
601,214 601,214 0000000000000000000a4b4d2d705c98633f88e85ad9986b2c0dd958c4817f25 2,639 0.99/1.00 vMB 43
601,213 601,213 0000000000000000000cef6e03d68e3be66478737e066f6f5ff629ee2923840d 2,421 1.00/1.00 vMB 51
601,212 601,212 0000000000000000000d08dbb8f341622757c68c9c6eee663038f545f62248f3 2,452 1.00/1.00 vMB 55
601,211 601,211 0000000000000000000ab6df037ca9ae27a3781ac78c2d3937719bba19bf5783 2,536 1.00/1.00 vMB 52
601,210 601,210 00000000000000000006456e8e277432f878cdc65d0a5facc830d335e0b7725c 2,665 1.00/1.00 vMB 7
601,209 601,209 00000000000000000006a027e629c4857a98e4f312381800c202455893389cf0 2,651 1.00/1.00 vMB 33
601,208 601,208 0000000000000000001384612314eadafd6440b3d360ba9dffd8395f13b340a3 1,946 1.00/1.00 vMB 28
601,207 601,207 000000000000000000008c00acd0b75ade4c90ece593d92a6510b00f282114f1 2,129 1.00/1.00 vMB 43
601,206 601,206 0000000000000000000c4ce2efd7873908cfc73697497f2c12adf94add9ded1c 2,676 1.00/1.00 vMB 57
601,205 601,205 00000000000000000013dff515a7e8790b31b2b708a86bed46ca1bec8b2d529a 2,843 1.00/1.00 vMB 48
601,204 601,204 000000000000000000030005d617d67a376d4f1914e01136d9ff0e3261d8ca7c 2,631 1.00/1.00 vMB 77
601,203 601,203 0000000000000000000cad531ee3a56ff67917c12fade724bb7af2f1b9d0a721 3,022 1.00/1.00 vMB 68
601,202 601,202 0000000000000000000e64dc8c96399752d204ae439a77031d4ea782128eb1e2 2,026 1.00/1.00 vMB 44
601,201 601,201 0000000000000000000aec2fe61dd7af9348bc82bd0a4fb030119d8cbd7143c4 1,021 0.28/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.23 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.04 GB
    • Received: 14.23 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.