Loading Tool

Explorer IconExplorer

Memory Pool

76,115 transactions
29.13 vMB
0.10353051 BTC
Random Selection Loading Transactions
Max Size: 172.20/200 MB

Candidate Block

Mining Attempt f133dda4afbbfa7217b4b2f404e30690fb4ccb767cf5c50db76852d9ab8c2088
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root eb43732817fb739dd9a4b69bc0682ef24b055781347fc8af15434f1213e8b0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04131029 BTC
Feerates: 201.37 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (72,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,184 842,184 00000000000000000000eeafdeba802c5e234ed8f0f7fc6848dddaa457ca167d 5,506 1.00/1.00 vMB 297
842,183 842,183 00000000000000000001130c227aae25f2d2977c261e4831b47784e67a236116 6,388 1.00/1.00 vMB 290
842,182 842,182 0000000000000000000293cf8c466aa5be1c370b06cae5d465c46590ac241ef5 6,683 1.00/1.00 vMB 335
842,181 842,181 00000000000000000000c30e4fcd43e11c593ea6d09b43ac6175ec9b5b30b350 6,790 1.00/1.00 vMB 328
842,180 842,180 000000000000000000011e2b78bb6222b3f961a2b10f430ed1c6f71236d99b91 6,281 1.00/1.00 vMB 305
842,179 842,179 000000000000000000002300e39625a7aa47c62a9e203fc4fb197e93ee63d175 6,043 1.00/1.00 vMB 373
842,178 842,178 00000000000000000002e70653b4e7a183127b8a194e29e0ec62599aee4168f1 5,960 1.00/1.00 vMB 426
842,177 842,177 00000000000000000003016ccf413e25710a5a42c4bc823a08b06a87f1384b80 5,901 1.00/1.00 vMB 487
842,176 842,176 0000000000000000000235f22b29e0a4576e7fbb87bf9af3be9fdcbbe8264da6 5,824 1.00/1.00 vMB 559
842,175 842,175 00000000000000000000e1259b9592acc36862386875a6274f40006a7ea668a0 6,220 1.00/1.00 vMB 490
842,174 842,174 000000000000000000012293387c908d5de20cb1ba5ae9eae4b01fc91302c879 6,756 1.00/1.00 vMB 390
842,173 842,173 000000000000000000026e4c77268b8a188a968e724c70eb50cf5c8274e97ce4 6,319 1.00/1.00 vMB 410
842,172 842,172 00000000000000000002468ec060c30f2873f7fbc46001e6e834e6bf284fdc8f 6,734 1.00/1.00 vMB 278
842,171 842,171 0000000000000000000067b2ad891e3edad8dd5637d43aab885495e8b1a95243 5,699 1.00/1.00 vMB 264
842,170 842,170 000000000000000000015cace27a686c7e6665c9f1196654d350ac4111145dcb 6,517 1.00/1.00 vMB 364
842,169 842,169 000000000000000000021c20d5d4354d0bb567e39cc5f8f02d25a98eb17af785 6,313 1.00/1.00 vMB 519
842,168 842,168 00000000000000000002aef794313e441548e03e4ebf5f4344af11f04a466d6d 6,635 1.00/1.00 vMB 565
842,167 842,167 00000000000000000000a3960b836748eebd147af02432d63077859af9b3b4c8 6,476 1.00/1.00 vMB 244
842,166 842,166 00000000000000000002ded7429490197a38ca191cead0a7a6ef6b620dc1ec1c 5,473 1.00/1.00 vMB 37
842,165 842,165 0000000000000000000262a6ac3cbea9e8c7dca5f8475da5d495ded9285e4a22 5,185 1.00/1.00 vMB 31
842,164 842,164 000000000000000000011de44f87ebf23417ecd47e8cfc83db694dbb8e5deef7 4,557 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.