Loading Tool

Explorer IconExplorer

Memory Pool

73,110 transactions
28.21 vMB
0.06706987 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt a2b77120d1434536a9210437c60c83015883025be387da61f63d3895246654e8
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 0e6d85841f0f41df8d7d62498fb09dd35089ba73b0f300e957d20ff0f068949a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,014
Size: 1.00 vMB
Total Fees: 0.01061481 BTC
Feerates: 40.21 > 1.06 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (468,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,004 447,004 0000000000000000009077a286a8e4b3e5680c29a6ff3a21decf101738842fef 678 1.00/1.00 vMB 120
447,003 447,003 000000000000000000a9eb3cb510f0a43994dceab91c71d8a76b36019810ac6f 1,591 1.00/1.00 vMB 81
447,002 447,002 0000000000000000035e55a300d478193ee7a8bca68848f90f6a8745a73288d6 2,519 1.00/1.00 vMB 117
447,001 447,001 000000000000000000734f6c23303f2d82ae7d78188b3db104c6d8cf1650a384 1,932 1.00/1.00 vMB 68
447,000 447,000 000000000000000000321ed453735fcebb83f38316405c451b30b5fe0215b293 1,624 1.00/1.00 vMB 62
446,999 446,999 00000000000000000064c68b51f01e67f0ede191381e58b19bc40e3bee04e652 2,187 1.00/1.00 vMB 72
446,998 446,998 0000000000000000024473062aee4644a7f24c824c7fdf4cdfe316b96cc21bb9 1,728 1.00/1.00 vMB 72
446,997 446,997 000000000000000000cf75aa222e8d7d987e612dd01052d317c74808c6ba728b 2,337 1.00/1.00 vMB 90
446,996 446,996 0000000000000000018f82e14eba6711154c16fc259a0e2861f9bdcfb7d03b30 1,210 1.00/1.00 vMB 73
446,995 446,995 000000000000000000d045b4d9b8493ffd57e0c71574ada9631f4bbe856ff2cb 2,453 1.00/1.00 vMB 92
446,994 446,994 0000000000000000035056443f9b7409fed460ed5b12f6c5de4ca87da2edfdfe 2,782 1.00/1.00 vMB 120
446,993 446,993 000000000000000001fc22a0fb73cb70a5eb0e44aaf1b7ccbb76c6c04ca54bbf 441 1.00/1.00 vMB 24
446,992 446,992 000000000000000002efc603df03e194a30061c674b7c570ab46a8702a39fe91 514 0.93/1.00 vMB 30
446,991 446,991 000000000000000000658c788a5bc097a379c6530301fa7b5537878fa1553046 1,773 1.00/1.00 vMB 52
446,990 446,990 000000000000000001557a0d9ec0c2b14c6478c64f6f857bc2bbb972916de016 2,389 1.00/1.00 vMB 80
446,989 446,989 000000000000000001fbd8f4e70d1a5661684d6f7d83ef6a8b15f844a51499fa 2,650 1.00/1.00 vMB 97
446,988 446,988 000000000000000002c31d18f8364e91f94c9d2072e7323e97b61f57e36439de 2,617 1.00/1.00 vMB 98
446,987 446,987 000000000000000001f41fc5c30fe1872f4ec039982221f38b3608881b396ac4 2,587 1.00/1.00 vMB 95
446,986 446,986 0000000000000000014b863a2f1676647bc6d31765263d91ad37459af4694778 213 0.12/1.00 vMB 72
446,985 446,985 000000000000000000fa885fe47d369b0e03382093f8c9c2e787d6450f26ffbc 1,461 1.00/1.00 vMB 58
446,984 446,984 000000000000000002dfbc2834b9bf3214e787538e5648d3ed9842d1a69e3e57 2,246 1.00/1.00 vMB 99
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.83 GB
    • Received: 15.30 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.