Loading Tool

Explorer IconExplorer

Memory Pool

30,739 transactions
7.68 vMB
0.14421084 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.95/200 MB

Candidate Block

Mining Attempt 673e0ad4f6a865edb3f7d61921d9462303b6b44e14a40022338c39f7bf41fbd9
Version 20000000
Previous Block 000000000000000000012d5e3ed3659a88a18c3790d8c0c3733a33c0ab1131be
Merkle Root 74295ccfb3293ef1724cd58797956a7319e7e3d251aa1f15b824b3b331131298
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.09025180 BTC
Median Feerate: 4.77 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,167 (876,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,386 36,386 000000004eb897cdd066bc03485379ec4881725c2415c3af1b6890874c3309b5 0.00 MB 1 0
36,385 36,385 000000006f925254eb71df901ca9ace715564dc3d39cb758e4f9f7e63b20aed0 0.00 MB 1 0
36,384 36,384 0000000051d851cfb9f5f5fa3fe9181070972f85d583eb15f49daf82d798456f 0.00 MB 1 0
36,383 36,383 000000001ee254d1a5f6b52c16e47e9187924e9834f454545c5c6809f995c927 0.00 MB 1 0
36,382 36,382 00000000577e8ff0b92af60a8d3d28e362c6f3aee265de6982c7a2da71dbc15a 0.00 MB 1 0
36,381 36,381 0000000039b30b5ec3f12b087c765b130965c7b84fd79761d148133d39f8db5c 0.00 MB 1 0
36,380 36,380 000000006385f9e15f7216043651832e28cf8d7ca882680c22b89762b7e233b9 0.00 MB 1 0
36,379 36,379 00000000110ca3ac5351b90676ef984adbc6a5a7f6f44486998c2d822afb8e32 0.00 MB 1 0
36,378 36,378 00000000786bb752fbc9b3260e4d1e5f190086577eb3121876ada1de381990d8 0.00 MB 1 0
36,377 36,377 00000000845d8a36e22b21c309e842571d765ff23acbd2858589403581d81ab1 0.00 MB 1 0
36,376 36,376 00000000081191c689b6ff807b64b50164c0a17733fd03bf995ed44183d55096 0.00 MB 1 0
36,375 36,375 000000000396abda2e6f3acd7d43c7704b814dc56d1faee2d7a46f676669feea 0.00 MB 1 0
36,374 36,374 000000003b0cd0c64a30e683129a50e84677f07ba2d3ac6452948501851dcd50 0.00 MB 1 0
36,373 36,373 00000000b438ef1b38e335bb14929569973c30849fd286c69ceb4fb42c2c45d0 0.00 MB 1 0
36,372 36,372 00000000100440bcc418c05c540c2fdfaed64077db9759c1d91deb6be0e975e1 0.00 MB 1 0
36,371 36,371 000000007d4dc5a7685513f16d242cc08ea8abbb1af4e5044edb6b2250365ff2 0.00 MB 1 0
36,370 36,370 0000000038ed883794a65c5f7858eab69d901efc49f1a2568ade97873fe27746 0.00 MB 1 0
36,369 36,369 00000000b756849549138eaa65617ee8d6c3190a3ba19ca68cef6c176cd8645a 0.00 MB 1 0
36,368 36,368 000000007e272aa04147b2ee9a2c33e9a24ac75086e1a968d18630a4c60018e2 0.00 MB 1 0
36,367 36,367 000000008770b9e8b61c912a5ff4b8f2d8669511176e262f89a198fd13392ddc 0.00 MB 1 0
36,366 36,366 00000000bb3f2c47951942b3015149bb4fdf4f1959c7cfdd73190de1e7e32ee0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 47
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2.91 GB
    • Received: 0.10 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.