Loading Tool

Explorer IconExplorer

Memory Pool

76,539 transactions
28.54 vMB
0.06663572 BTC
Random Selection Loading Transactions
Max Size: 173.01/200 MB

Candidate Block

Mining Attempt 7e604db5594ad964bdff2d356f6eb31b0ef7d4b91b5bf52e9db3dbdbb97e538f
Version 20000000
Previous Block 000000000000000000005ebf9d74ec7ab39402801cfbfdb763ac43cf18e45fcd
Merkle Root cc5508283c9a94a52b5bcc69185bca319dbd2b2abe500b2d1913d63edef02534
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,712
Size: 1.00 vMB
Total Fees: 0.00745934 BTC
Feerates: 61.00 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,117 (534,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,501 380,501 0000000000000000070dd0849284d702e1505bc1135b20237dd5bdfb6f37d4bd 1,628 1.00/1.00 vMB 29
380,500 380,500 0000000000000000063f31505b4429b66613dcf37afb46ba8eece74993c4fb23 1,550 0.96/1.00 vMB 28
380,499 380,499 000000000000000006b7e310aff163caf4c4331dd00930cafd82b6c12bbfcaa2 1,599 0.85/1.00 vMB 34
380,498 380,498 00000000000000000ff8a00b8379ed8fd6ebd4a92268b3c5ab572f789e0a4299 831 0.70/1.00 vMB 21
380,497 380,497 00000000000000000ca75e05d226be1fd3ecb54e278262c0c6661e974e033825 2,661 1.00/1.00 vMB 50
380,496 380,496 00000000000000000c77df0006e1c7e16aba933f1184997c38b25bca89969abe 200 0.25/1.00 vMB 10
380,495 380,495 000000000000000010c98702016b6f3b7ee45683d3d36a6c1ae8b2a870a577c8 645 0.43/1.00 vMB 26
380,494 380,494 000000000000000009a2e2d578542b7e0cab7e419e33f81fb433ea0bc8e7dd14 1,508 0.73/1.00 vMB 33
380,493 380,493 0000000000000000090671e3e8df7bf139f25fbe8c34b82b6a3bf03e73d3d0a1 501 0.44/1.00 vMB 20
380,492 380,492 0000000000000000112dc0c8a26add5e1481c23456db6bbe41421799ae4671bf 1,492 0.94/1.00 vMB 31
380,491 380,491 00000000000000000535ff671218d5b821b32cdf693f5346ab2d0329f4c0733e 1,411 0.93/1.00 vMB 29
380,490 380,490 00000000000000000f9136ecfde725d21578c9e947c64a2de27572cebd42da0b 2,087 0.93/1.00 vMB 39
380,489 380,489 000000000000000010ca0b3a107271e5708ed307bd6999965cb567acf91a58c5 1,550 0.90/1.00 vMB 31
380,488 380,488 000000000000000006fac8f5daaa0153fcd4c502544de0620446154b6d797497 106 0.06/1.00 vMB 40
380,487 380,487 00000000000000000320a72b0b908e86ffa5c8f8d510d7453ac5de5c93ed5f7a 477 0.46/1.00 vMB 17
380,486 380,486 000000000000000006f7de79524170ed39e0b1381ecfba82795d6f5545a7e610 1,711 0.75/1.00 vMB 45
380,485 380,485 0000000000000000061336e2f34972d9c9d67cb4fd3ff20f43abc51ecce6651e 461 0.25/1.00 vMB 32
380,484 380,484 00000000000000000a3db57654733ed5218258bc84c6239f5ed3c1bfdf7015cc 468 1.00/1.00 vMB 6
380,483 380,483 0000000000000000089eda99e031d6330eac80b8d5adec2c23b5357e18ce99ca 749 0.38/1.00 vMB 36
380,482 380,482 00000000000000000a6c114f9f82d112cbb5418337d946a3038fba5b264d2535 338 0.25/1.00 vMB 24
380,481 380,481 000000000000000000dc78b91cac536f6e5bc04b1da4ae8fbb5c58acca5c1a2a 363 0.20/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.59 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: 671.57 GB
    • Received: 15.95 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.