Loading Tool

Explorer IconExplorer

Memory Pool

77,250 transactions
28.63 vMB
0.06764981 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt 048e27df13a0399bed01c8a5d01f102681dba09ddea0fd80639b426149416b8f
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root b259f99f6bf1d4c71de1135d061d347ce4d1ca4b0ec4f3b532893c8678ff42f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,814
Size: 1.00 vMB
Total Fees: 0.00820245 BTC
Feerates: 137.15 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (843,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,021 72,021 0000000000ac9cbed190d2e050d7c849d8d629e235d38801dad0ba8b0247e713 2 0.00/1.00 vMB 0
72,020 72,020 0000000000419c3775617dfaaea22ea060137cb002186ce8511bae9cc312345a 1 0.00/1.00 vMB 0
72,019 72,019 000000000038a01181ee0f7bd7074c49e3c7b1b808831ba0b3658645162c35c4 2 0.00/1.00 vMB 0
72,018 72,018 0000000000d78d590499ea867ecb4ddee4ed640dddf195bc64aa7055d107716e 1 0.00/1.00 vMB 0
72,017 72,017 0000000000eb1a18981e52cc980d0b2ebdaffadb46641a515750b46090d24688 1 0.00/1.00 vMB 0
72,016 72,016 00000000006e11737a604c0ca116c479d8d88313323855cbe632a2e3e3aa83db 2 0.00/1.00 vMB 0
72,015 72,015 000000000028401a236b22565af558984369331ad91add72fa5032d1494f2fa2 24 0.01/1.00 vMB 0
72,014 72,014 00000000000ce1e6cf476371f7136833980db827f88a6cc496305a787520803a 2 0.00/1.00 vMB 0
72,013 72,013 00000000009f956aeb3e2c8c146bfaa4fd50867d5f2358a229a795eb7bf86d54 26 0.01/1.00 vMB 0
72,012 72,012 00000000000a4b1d44feeb4ed60c1ce98b0082ab3d234adb7c84ebcbb674ba4c 10 0.00/1.00 vMB 0
72,011 72,011 000000000095b0b86b1c5b58f426a14c21924f0ec1d9ba6aa801e65c0a152151 3 0.00/1.00 vMB 0
72,010 72,010 0000000000b52831b1143eacba83cbb08375c906747c727f8c7509a74be9f86f 4 0.00/1.00 vMB 0
72,009 72,009 000000000106b68cd9a2fea5ac8c76a22134f9f5e2fd8a897b4b26d4f88f8b5c 4 0.00/1.00 vMB 0
72,008 72,008 000000000068fc5694fa1eac142000e5ac945ea4c13c03012111c5934a7fdf03 12 0.00/1.00 vMB 0
72,007 72,007 0000000000d2caa5acca0a6a9da0a5c661a0b1da42ff9eea49af356d56b0f012 4 0.00/1.00 vMB 0
72,006 72,006 000000000039852344db391e87f0f7fe0e4fbc26848cd11f0db9e993f88fd446 4 0.00/1.00 vMB 0
72,005 72,005 00000000004bb70c5e41ca8a33c9cf7c4108733683148782b2c6f14a4e61e6c0 5 0.00/1.00 vMB 0
72,004 72,004 0000000000054b1f17b4ec88a5a88b29c6d55093d4c84c1c97f6ed81c01b9f02 26 0.01/1.00 vMB 0
72,003 72,003 00000000003294277d8efe6a48ea0dc7dba64aa3829e5d416edd6abc8dd8a3af 17 0.00/1.00 vMB 0
72,002 72,002 0000000000e2910063d7a34e80ccaf30d4d64015a02646233e1312cb90cbaf4a 2 0.00/1.00 vMB 0
72,001 72,001 00000000002ec11f3242aeba3465cc0a350722d355d42a6415222c82cb336bfd 2 0.00/1.00 vMB 0
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.39 GB
    • Received: 15.92 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.