Loading Tool

Explorer IconExplorer

Memory Pool

79,701 transactions
29.84 vMB
0.08975836 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt 639c3ce7366a115cabd8e68b3533a125fd5a31faf1ba063f05f5bf4e23cfa040
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 39b954d36205779e115bfcdc5717b4865efef31edf92587118d57a387801a68b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02207867 BTC
Feerates: 40.21 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (302,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,421 612,421 0000000000000000000734950cca591ade61a5c8ac47a8c00c30cec0ef87d923 1,438 0.45/1.00 vMB 14
612,420 612,420 000000000000000000036c7705c5ff5f09f8b57c7207eba1adedd966b7647e16 717 0.34/1.00 vMB 11
612,419 612,419 00000000000000000000862692b423c8eda15fc8dc23e361e6eed89e1b1e93b6 418 0.21/1.00 vMB 11
612,418 612,418 000000000000000000143dbb76f7588262b7b583b5d0045d99a62e5fac6c2e64 36 0.01/1.00 vMB 15
612,417 612,417 0000000000000000000156ece41053c9d9960c554aa3bbcfc3770864a4fbb6d9 2,404 0.95/1.00 vMB 6
612,416 612,416 0000000000000000000d0e575c5e91a05bf825f175c306e82bef818782362cc1 3,374 1.00/1.00 vMB 22
612,415 612,415 00000000000000000011d804e981a0da15d66fa8b43bb105d9f51e7f65d144d5 2,430 1.00/1.00 vMB 14
612,414 612,414 00000000000000000005635e38ebcf8c760ec7eca70ce4f04a5cbf3d15fede9d 794 0.22/1.00 vMB 15
612,413 612,413 0000000000000000000c55a68853758b18a4d3bda9b60632960e4c9f298282d9 659 0.17/1.00 vMB 13
612,412 612,412 000000000000000000076ad177510ed38ddfb86a693914c6abd5b1e9eacb3d51 2,365 0.72/1.00 vMB 12
612,411 612,411 0000000000000000000498593124cb97634d4ca7d5fe3582295203ee69a21161 149 0.04/1.00 vMB 18
612,410 612,410 0000000000000000000cbe7a068e3c32486cc33cb9cc3503052af84e6daff06f 3,356 0.97/1.00 vMB 12
612,409 612,409 0000000000000000001022ee3e2f5f4d4b67e42481cbfca7a29a09af81f36cd4 1,048 0.32/1.00 vMB 14
612,408 612,408 000000000000000000021dc680237052a1f280394d334edd5d232716c4730284 1,742 0.52/1.00 vMB 12
612,407 612,407 000000000000000000135892403e811877be4a84f3ef7c30e2990d42ed9bf6ee 1,139 0.31/1.00 vMB 13
612,406 612,406 0000000000000000000a6faeb1590398d72881c42f988bceaee9c88b81ea55d1 1,047 0.33/1.00 vMB 18
612,405 612,405 000000000000000000082b6dc417e4edd49b75de5bdcb1247e434cd175aef276 535 0.14/1.00 vMB 12
612,404 612,404 0000000000000000000704a59dc92b278e22bcc8731f5ae1a104993cf8ace8d9 2,182 0.64/1.00 vMB 12
612,403 612,403 0000000000000000000ded8d9ce8ae427bda2f031f2d5d1cd2b1b63e39231e49 2,967 1.00/1.00 vMB 4
612,402 612,402 00000000000000000002381de07df1dd0aa4c483cb4c56e8cc1fb9420d22425f 3,500 1.00/1.00 vMB 23
612,401 612,401 0000000000000000000a669ccd109a9fc0bc869cf3d0a352dbf8e2dfb92c9ce3 3,488 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.