Loading Tool

Explorer IconExplorer

Memory Pool

83,101 transactions
30.85 vMB
0.09004923 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt d8c212c3ad660fb5e810e2ce62eb943574b8e2ca0e669d552950745e6a4430ad
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 79f4caf26a4aaecc20991697b5b78dcd218c2dccf1111861b627f93dbec95f1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02368778 BTC
Feerates: 366.60 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (467,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,016 447,016 000000000000000000a113b716498286559130835ad7c1b54478bd2f7522a5ac 1,823 0.93/1.00 vMB 84
447,015 447,015 000000000000000002371145e9ceafc966b691a20ab819e5d22293d23e695515 2,033 1.00/1.00 vMB 99
447,014 447,014 000000000000000000ee41504790dcba2645b37c912b3d0b07ee21f7a7bb60e0 3,056 1.00/1.00 vMB 68
447,013 447,013 0000000000000000016ce87491b96a3ab36813e3cb404204ae2ebbd603f8dfc5 1,581 1.00/1.00 vMB 74
447,012 447,012 000000000000000002e0592ceb1a0426335ad3aa074956353405d1212e7054dc 2,453 1.00/1.00 vMB 74
447,011 447,011 000000000000000001be9492dfcae025ceb0269211b571ff830e57598df1b93a 1,784 1.00/1.00 vMB 69
447,010 447,010 000000000000000000dd39461ecd1c5bb7433e56f6ba9de9b80a8dc1eae1ccee 1,644 1.00/1.00 vMB 80
447,009 447,009 00000000000000000203750350de2a8f2129756436111c25100801fa26b9e5b1 1,962 1.00/1.00 vMB 87
447,008 447,008 00000000000000000199374c526d24e9f086f8a5eb0ee05a23e36df9f20249f2 2,181 1.00/1.00 vMB 110
447,007 447,007 000000000000000001c9d1bbef7e682120b55ef5a9e6a47cfd12721604f68af9 2,676 1.00/1.00 vMB 102
447,006 447,006 00000000000000000289a2c644f6f8ab7de0b705d33981724193d3064a16678e 2,408 1.00/1.00 vMB 113
447,005 447,005 000000000000000002d6876696f1e075c59ce88c49cc7c15a5e449b7c7ce8e7c 2,844 1.00/1.00 vMB 103
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
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.