Loading Tool

Explorer IconExplorer

Memory Pool

81,409 transactions
29.89 vMB
0.13463505 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt 0e44307c02726cd18da2da344b6c7c363f69a2f1bbbb877f7193ecc78f3fda87
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root 659740b460800f48de89a577f7956a6e21430729a51f7a008a802e2c367a1e33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,953
Size: 1.00 vMB
Total Fees: 0.06858070 BTC
Feerates: 213.90 > 6.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (636,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,897 278,897 00000000000000001fb3ebc9b82352537c3e338ae96340b9a5b4eab8631eb0b2 879 0.42/1.00 vMB 50
278,896 278,896 00000000000000022165767bc3e9d0dc77f9e68b8e82d7bcbfc0dc5b1d8d7ebc 305 0.24/1.00 vMB 38
278,895 278,895 0000000000000000469da52f7bb32fe7fdc166f4907e3db0d52afd2f4e938520 354 0.21/1.00 vMB 26
278,894 278,894 000000000000000084a214493310d8e508fcb92934968e2fc5ed2c6fdf36f51e 256 0.09/1.00 vMB 86
278,893 278,893 0000000000000002d0f571327e21f9097787e883c10b0097c1e6f207d69f6d48 202 0.08/1.00 vMB 63
278,892 278,892 000000000000000076b472b5388163b7a5f53a35ca1bb51a87fdd1eb1de826d5 308 0.21/1.00 vMB 34
278,891 278,891 000000000000000123d4be58084d1f715ec46bc045dd7d3328f76410e8d0f0c5 271 0.13/1.00 vMB 58
278,890 278,890 000000000000000132099014ff8fbe9b3bba1d72f781256c407e1c46b1e85d47 563 0.39/1.00 vMB 59
278,889 278,889 00000000000000020e984cc10105a378b5f840b65d45d7c340cb037b1ecc28db 444 0.25/1.00 vMB 24
278,888 278,888 0000000000000001e2752327c5b420632b9584066f1b659fd98eb0cae77cb4d4 692 0.25/1.00 vMB 71
278,887 278,887 000000000000000103996844aeea6f397022d9d8b63ac9d7ec8d8e1a9e0096e1 321 0.24/1.00 vMB 36
278,886 278,886 0000000000000002407b89542a048d96f7e25b92f4f4026a4f6a5abe6e8eef2c 573 0.25/1.00 vMB 43
278,885 278,885 000000000000000055f76ffd41656c16a77cedb5e3ce460c9859b391f7e82903 692 0.41/1.00 vMB 3,215
278,884 278,884 00000000000000027ed893f65febf49db049e17946c62e54403610cab7b5f014 75 0.03/1.00 vMB 45
278,883 278,883 0000000000000001867e1d7c9e9e8853ad6202627ded190cad1ac566ff3215b1 480 0.25/1.00 vMB 51
278,882 278,882 0000000000000001924b4114870d78b6dbfc3ca70f9165684ee789faf2b3bf2d 375 0.24/1.00 vMB 34
278,881 278,881 0000000000000000020d6cfaf63d3e86d5da310ceaed01b544c427b4ca7c1ce0 9 0.00/1.00 vMB 142
278,880 278,880 00000000000000013abc785597ee90290fa98a8a7d9aaeb3d9df6ebd52a04b33 58 0.04/1.00 vMB 56
278,879 278,879 00000000000000009224509b27f415871ffa132a8db870bda102d4ab209edf31 514 0.34/1.00 vMB 59
278,878 278,878 0000000000000002b3001a4336af08ff4c948273cf0b346219ca88d70fc5147e 54 0.03/1.00 vMB 37
278,877 278,877 00000000000000026762e8ddb819178d7cfa3e2f8d80958893ea0245af9d6356 71 0.06/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.