Loading Tool

Explorer IconExplorer

Memory Pool

79,323 transactions
29.52 vMB
0.08474884 BTC
Random Selection Loading Transactions
Max Size: 180.46/200 MB

Candidate Block

Mining Attempt 7c196e897d2b11471b5a838b56e054c2387b588e634796ffbc21f549881f33d6
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root eb53291bb33d38be5c68be63be7ebca700226f3b5d615361c024f9a35d5b052f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.01982744 BTC
Feerates: 402.60 > 1.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (529,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,929 385,929 00000000000000000376704b225d4eaf369ebac410b99c6b6fb1e35455c7a2b4 1,587 0.83/1.00 vMB 39
385,928 385,928 000000000000000003a8fbcfbd5e198e2b5cf41bcc98d3ebf29fe67590153671 1,577 0.60/1.00 vMB 50
385,927 385,927 00000000000000000828746aae1911bfc835fae75c7163c6db2e01d266c4e3f9 780 0.35/1.00 vMB 43
385,926 385,926 000000000000000009f92c214eeccd6bf4f9b7c0e5c998a12cb34ad9897a5b17 299 0.20/1.00 vMB 35
385,925 385,925 0000000000000000055e32b15c2d06537f3c8fccf942bea9195d918a006570df 1,655 0.61/1.00 vMB 53
385,924 385,924 00000000000000000200d7ff6b3cfafadb729d2c651d2c2db94dddc1a3529777 257 0.25/1.00 vMB 29
385,923 385,923 000000000000000005eb7f20b383213e6dd8aafb0bda8557757a6b575bbcf7a9 442 0.24/1.00 vMB 28
385,922 385,922 00000000000000000c4aaee9c70295bf5f5d8a0c7ba2e63854e7decd9ffb53f5 1,355 0.70/1.00 vMB 38
385,921 385,921 000000000000000007025876b240ea9b5c7ebd88b1a256c902fe80b064193846 1,311 0.45/1.00 vMB 59
385,920 385,920 000000000000000008b31013ddb828c4879acf5d2d627fc7ae80227eca0a6d1e 548 0.31/1.00 vMB 45
385,919 385,919 00000000000000000dce356d5adfc40ef80866d2a14095f951d3cbbd0cfa55cb 510 0.28/1.00 vMB 43
385,918 385,918 00000000000000000e2c5ccb46f91fe84058d94dc57a9cef36566764b1289371 1,144 0.50/1.00 vMB 48
385,917 385,917 00000000000000000f1b59c6f4e899e498f416ae15cf2e14e0d4be4943b52931 2,568 0.93/1.00 vMB 56
385,916 385,916 00000000000000000ac4fcca962dd6c295cc4461f26e97698ba3f2f93bcd3dd2 713 0.31/1.00 vMB 43
385,915 385,915 0000000000000000082dd87ea9106c5efc2321ac2690f14e8e94cc5cab603c2c 1,168 0.48/1.00 vMB 47
385,914 385,914 00000000000000000ab31b6fba2057b46255979cdfeab8023dfd550e8615a559 1,234 0.47/1.00 vMB 56
385,913 385,913 0000000000000000094b9e2ff059badde442b155a1622efaef1cae159ca21347 593 0.28/1.00 vMB 44
385,912 385,912 000000000000000003c851f8ea54e6ee8938d5c90d6053fd8769ba8a414b00b6 530 0.28/1.00 vMB 31
385,911 385,911 000000000000000000cc4a417ce11af36fc2053d493eff6e1aeba2fc0d6afe72 2,987 1.00/1.00 vMB 55
385,910 385,910 000000000000000002d425c0a44d9e309678ddaa6ae687381150c59b231066a8 487 0.20/1.00 vMB 44
385,909 385,909 00000000000000000e025dca231bffe80e3f5ab14354ec59e2a12af816cbfced 456 0.26/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.