Loading Tool

Explorer IconExplorer

Memory Pool

39,238 transactions
26.85 vMB
0.06935294 BTC
Random Selection Loading Transactions
Max Size: 138.79/200 MB

Candidate Block

Mining Attempt 014db66b938960ace56b97ce879bd6b8c199ad0ac46ca0cf02883c5ea8c011c0
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 84be6681ec7e12175ba81ef73c5e35d3a8f718857b5261acc9f5f92c8d271820
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,811
Size: 1.00 vMB
Total Fees: 0.01717177 BTC
Feerates: 40.21 > 1.72 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (440,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,732 473,732 000000000000000000762cf30653dd4e493a754b33379e811f994c1588edbe80 1,813 1.00/1.00 vMB 444
473,731 473,731 000000000000000000919736cde2eb704a152328f715700d47f9e8c0101ab8d5 1,769 1.00/1.00 vMB 270
473,730 473,730 000000000000000001068894fef841e8dd34928df6bd14dffbc1d72fb70aa6fd 2,429 1.00/1.00 vMB 122
473,729 473,729 000000000000000001478881907fab851ba59c91ffeae4fc72ef7c0ff99d90ef 2,339 1.00/1.00 vMB 240
473,728 473,728 00000000000000000173bdd57c9b46e98b050289a5cfb280e4cda50841803b4d 2,227 0.99/1.00 vMB 237
473,727 473,727 0000000000000000000a05094be065238b9f35814af76e347e1ba7325ad66788 2,387 1.00/1.00 vMB 378
473,726 473,726 0000000000000000014cf4bd0b3b761607556ee84cf224a427d4718bdfd0696b 2,134 1.00/1.00 vMB 227
473,725 473,725 00000000000000000013fa1246fbbba20412c1f2f2385a17370570544b31a699 1,981 1.00/1.00 vMB 94
473,724 473,724 000000000000000000328c5c5cdd83bd63c9176916067c0591056800ccb43e03 2,047 1.00/1.00 vMB 282
473,723 473,723 00000000000000000056bc6401bb3a67a4e2f7c472b2ad468f967b6503ce0c2e 1,349 1.00/1.00 vMB 231
473,722 473,722 0000000000000000002a0f6adbb3696443f8af0673f0a9541673d9eb3ba72491 891 0.36/1.00 vMB 192
473,721 473,721 0000000000000000005555cdd4798f233b8fc40d5c562cf8ff0e01b9366a0ffe 1,818 1.00/1.00 vMB 235
473,720 473,720 0000000000000000000f6a3d832fc0e16c7cbf98659bd2b1f0848dd21d637f9a 484 0.19/1.00 vMB 227
473,719 473,719 0000000000000000013d60f862785cb9e85cb9dab726220b57787748615ea6d3 501 1.00/1.00 vMB 42
473,718 473,718 000000000000000000646be2623e2655d7b66b4fcd84ecc27c3b5cc5e07bc4e3 587 1.00/1.00 vMB 75
473,717 473,717 000000000000000000ea3f71c9afcd5e4345d2cbfcbb04c2afbee1f89fba9fbc 1,563 1.00/1.00 vMB 150
473,716 473,716 00000000000000000135dc48f3228c4c79bb369ca0f6ac5d9f5c25952a4ac30f 1,345 1.00/1.00 vMB 130
473,715 473,715 000000000000000000a18f1302e97c7335330aaabb53e1136df4b649905a440d 1,144 1.00/1.00 vMB 114
473,714 473,714 000000000000000000dd8da78ad27248b5fa38e429cd187e2e55214b09be6be0 2,298 0.97/1.00 vMB 124
473,713 473,713 0000000000000000012bd97f0a378e0a5223a8c267f78d37ccc75893b96803f4 2,145 1.00/1.00 vMB 170
473,712 473,712 0000000000000000014f38b709a0e429df72e4b7808816080a5fd64cae8162ad 1,674 0.99/1.00 vMB 453
Previous 10 blocks ↓
Total Size: 781.83 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: 636.52 GB
    • Received: 12.37 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.