Loading Tool

Explorer IconExplorer

Memory Pool

81,549 transactions
31.27 vMB
0.10076129 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 8b7db8cbf00ebe09f792129b34d84b5386c4151b66c3a26ca47a21b8ade389fa
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 0cda8b171c26bdc4238b297ddcfc8a48b59087c797eaf1e7bf0d871ce7f3efee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,430
Size: 1.00 vMB
Total Fees: 0.02342039 BTC
Feerates: 106.51 > 2.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (348,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,995 566,995 000000000000000000139a3e61bd5721827b51a5309a8bfeca0b8c4b5c060931 1,088 0.82/1.00 vMB 17
566,994 566,994 0000000000000000002377299a3b34e6d5927aaaa8cb796df4cda403a10e31af 1,533 0.95/1.00 vMB 5
566,993 566,993 0000000000000000002333980ff7e7d0a18191d60b5d2d6195e8fc98b1122f3c 1,773 1.00/1.00 vMB 9
566,992 566,992 00000000000000000023992be8186613f884f434a9f728ba09002e05325150f3 2,753 1.00/1.00 vMB 16
566,991 566,991 00000000000000000019b07e96342fe36088773e704b9d6c9a8478e533f059d1 2,503 1.00/1.00 vMB 30
566,990 566,990 000000000000000000084bc8d20d7b78f52a4f92ecdc11c9a4ae8dd5bca42454 2,891 1.00/1.00 vMB 40
566,989 566,989 0000000000000000000a6ae7258457e93732509fdddf1d5645dbaac275e24633 2,093 1.00/1.00 vMB 34
566,988 566,988 00000000000000000007c994852faa1778836159f4c5d2722f7f306cbc072086 1,969 1.00/1.00 vMB 43
566,987 566,987 0000000000000000000ed3cd402bc6cec549308efe4b57ab2da895dfef0962f1 866 1.00/1.00 vMB 37
566,986 566,986 000000000000000000092ecebb19e5d115520d068f2197a681f54e00cca51a6e 2,778 1.00/1.00 vMB 37
566,985 566,985 0000000000000000002b14ef37686f795edabdb0cc45363db9c2713bd03662c8 2,804 1.00/1.00 vMB 18
566,984 566,984 00000000000000000013cc37f66ca3f68c3c786d4e02d8b30a4a6f2e7e19c246 2,822 1.00/1.00 vMB 42
566,983 566,983 0000000000000000001dc4acbb6a405796bc47bea54f0a952c572ea3e3e23a68 2,664 1.00/1.00 vMB 28
566,982 566,982 00000000000000000023b57efd7aa70dd9fe9031676bb30fccd798895439ef5e 115 0.04/1.00 vMB 43
566,981 566,981 00000000000000000022553b32163e4df0be7468a46ac4ad4216fceecad4f133 894 0.37/1.00 vMB 31
566,980 566,980 00000000000000000029ba3090e35df0676f7c3575953ae278772f400623d48e 2,117 0.85/1.00 vMB 16
566,979 566,979 000000000000000000204d3e2a6f8535cc881f3290e11bf1e508250fb6cd35a4 2,166 1.00/1.00 vMB 71
566,978 566,978 000000000000000000158520886f9b2004bb5a5bd09a14837604f89f7b10b1e3 1,035 0.70/1.00 vMB 17
566,977 566,977 0000000000000000002430f829c916fd30c0eb9c7433fef24d77eda930d9f9d3 803 1.00/1.00 vMB 9
566,976 566,976 0000000000000000002b4aca0cc23a48e09a0c9c07316dc055f9872eaa7af47d 2,151 1.00/1.00 vMB 25
566,975 566,975 0000000000000000000d36a105e1f07e697fdabf36bde99b275f2e0427d26d6e 1,456 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.06 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.81 GB
    • Received: 18.27 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.