Loading Tool

Explorer IconExplorer

Memory Pool

80,845 transactions
30.70 vMB
0.08914019 BTC
Random Selection Loading Transactions
Max Size: 186.77/200 MB

Candidate Block

Mining Attempt 4ec976281f44fb3593a6538ec949bd5f0f620d192bebb1e79d53a412c7a54fdd
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 601f52e1d4131cbcabc308ce80c1c729c5cb0b497fd335f966db9a7fe480ef1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,475
Size: 1.00 vMB
Total Fees: 0.01889658 BTC
Feerates: 150.77 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (214,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,045 701,045 00000000000000000005eeb4532d73c303ad25639d545aaf92c618790184d4b9 576 0.99/1.00 vMB 2
701,044 701,044 0000000000000000000ea18388e3d6d28616f231562b98409360c62e2d2e17d8 1,949 1.00/1.00 vMB 11
701,043 701,043 00000000000000000004f6c0f4b90cbb41b95ac34b2beb5db605277118507726 1,884 1.00/1.00 vMB 6
701,042 701,042 0000000000000000000e14b72d38b0c55337128e5f10d96cdb76e1e8be1f8dfc 1,614 1.00/1.00 vMB 19
701,041 701,041 0000000000000000000b1a9d6317b55e3b20f0e306e7a9ecc87c4790ecbbd715 88 0.02/1.00 vMB 11
701,040 701,040 0000000000000000000c1a24d1b9a99bd448441f5dfd64c272758a0b01d7293d 1,352 0.49/1.00 vMB 11
701,039 701,039 0000000000000000000786e0fc29393abf7e7363fadec73ebe442ead249bf2cf 223 0.09/1.00 vMB 16
701,038 701,038 0000000000000000000383d440d66729bb5b6722c5eef0a7d81a741c9fc7d514 466 0.21/1.00 vMB 12
701,037 701,037 000000000000000000069b976d8d446ec975cf283479b825e9ed04ae20b7e62a 40 0.01/1.00 vMB 23
701,036 701,036 00000000000000000008e1c1b3ee022f497b9d39228f80a2d754d8218d0aa82c 71 0.05/1.00 vMB 53
701,035 701,035 0000000000000000000c72edb0a293035b5acf44ae69d8b3f6085213430e8e61 581 0.21/1.00 vMB 12
701,034 701,034 00000000000000000000c75e2fb0d8329a08a344571e9b134e4f2479202060d6 655 0.32/1.00 vMB 20
701,033 701,033 0000000000000000000b2fded55f3274f2073d0f73961d9ac39b59d3cf1f872e 788 0.50/1.00 vMB 9
701,032 701,032 0000000000000000000317591e5fed10af61d7b77d33e7b263e09e3c03f31f81 706 0.36/1.00 vMB 8
701,031 701,031 00000000000000000003fab2c572a7e0f710709123b717a02d9528cacbb79de3 85 0.10/1.00 vMB 3
701,030 701,030 00000000000000000007cc58894b1785ba218b5f5c3c68a5583a6f2ca188eb50 186 0.16/1.00 vMB 7
701,029 701,029 0000000000000000000cd17095a7b65b43584c29aa5f78d1bd6503db0b03b079 1,815 0.68/1.00 vMB 17
701,028 701,028 000000000000000000053fef61d7d27fea98d89a19b2313f380b92af40cb4195 91 0.03/1.00 vMB 11
701,027 701,027 00000000000000000007197b950c0eaf77a8eca611fd9f95357a58666351a79c 137 0.20/1.00 vMB 3
701,026 701,026 0000000000000000000e62a46e17173cd18603e58f9f9fb07bb0377c6160c824 2,131 0.83/1.00 vMB 15
701,025 701,025 0000000000000000000760e62293ccdda46f19c7f8c03c878fb0f478ce039253 1,361 0.43/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.04 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: 720.06 GB
    • Received: 18.14 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.