Loading Tool

Explorer IconExplorer

Memory Pool

26,196 transactions
11.35 vMB
0.03939403 BTC
Random Selection Loading Transactions
Max Size: 66.10/200 MB

Candidate Block

Mining Attempt 0235b89afaad64fb23043a72b70890be283461b2faaa61d0f2fe51061e911b05
Version 20000000
Previous Block 000000000000000000000675f4f88b77f34e6fbd27a1552ade15d87ffe9d7190
Merkle Root 136775a26b65e978aaf467431fa34363c9d2d22b2296cd4f25741c3e7eec125d
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,979
Size: 1.00 vMB
Total Fees: 0.01829585 BTC
Feerates: 100.00 > 1.83 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,008 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
918,008 918,008 000000000000000000000675f4f88b77f34e6fbd27a1552ade15d87ffe9d7190 5,024 1.00/1.00 vMB 2 ago
918,007 918,007 000000000000000000019f5933b04b746694b7cc9f235fc6934af636a1b016dc 4,850 1.00/1.00 vMB 2 ago
918,006 918,006 000000000000000000019f6e767445d5b8c0f4bf67c9856bd9c91fac4b5de08e 4,276 1.00/1.00 vMB 2 ago
918,005 918,005 0000000000000000000108b2970e3a60997476ab48057ffc0e9128e313115891 3,468 1.00/1.00 vMB 2 ago
918,004 918,004 000000000000000000015a9be5955368a7cd04b6729ce97567db33185ea66ea6 1 0.00/1.00 vMB 0 ago
918,003 918,003 00000000000000000001b78129a997c5f6fa39e276e8c937eb2ece37e3e87457 4,789 1.00/1.00 vMB 1
918,002 918,002 00000000000000000001d8af18f89530110b0685a5c3948350202fdc96de8100 3,201 1.00/1.00 vMB 4
918,001 918,001 00000000000000000000cfa5cfcee88e59e21c27246f6e1ee2c51b91ed667678 3,281 1.00/1.00 vMB 3
918,000 918,000 00000000000000000000f73d8f3329e2593d688b30358d962ddc13622f1ac9c0 3,320 1.00/1.00 vMB 6
917,999 917,999 00000000000000000000d4e05e1dbcfc42f3d78f8aabe9c9e30106cc5ef657ec 4,649 1.00/1.00 vMB 0
917,998 917,998 00000000000000000000bff2f853b5f840bceb04218594978c4accd724a85034 5,949 1.00/1.00 vMB 1
917,997 917,997 0000000000000000000187945d24feecf8375c4211b8e1b01bec1dea7452eb55 3,631 1.00/1.00 vMB 4
917,996 917,996 0000000000000000000043c43416308488d5fbf56f241e364c0dd6e7cf5d2ba5 4,653 1.00/1.00 vMB 2
917,995 917,995 000000000000000000005c508543e39213bd0f3d9bfe2a3d90925b1acc6a172d 4,482 1.00/1.00 vMB 0
917,994 917,994 000000000000000000004136578683ab73435b50740aaf05bf683d3bc2e6c9b7 6,674 1.00/1.00 vMB 0
917,993 917,993 000000000000000000003ce1477f0a1d8b833e833b878359e893285369efde16 3,213 1.00/1.00 vMB 4
917,992 917,992 00000000000000000000891c100dd84a81e40f530a082ab7124b1c4f575b482d 36 0.02/1.00 vMB 2
917,991 917,991 00000000000000000000824e5f9a7c658259806fb9cf1da43c81b47d52092ce9 3,871 1.00/1.00 vMB 2
917,990 917,990 00000000000000000000ab76ff7aa59e7c6a0d754577f3e057acd55d35b94015 501 0.17/1.00 vMB 4
917,989 917,989 0000000000000000000162ff9f8f6de3c868ded282ce87be7c08ebbb768cadff 191 1.00/1.00 vMB 0
917,988 917,988 000000000000000000012d98310d656cb7a6ea53ae3612cc08ac7e94cede29e2 2,025 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 787.56 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: 1,101.52 GB
    • Received: 38.56 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.