Loading Tool

Explorer IconExplorer

Memory Pool

74,397 transactions
27.43 vMB
0.06861274 BTC
Random Selection Loading Transactions
Max Size: 167.51/200 MB

Candidate Block

Mining Attempt fbd05aae796e5678ec598af50fba0a8c4e14e263b2ff57cb809816125197a2d7
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 61e6d7cbc655afef346199405015820f18d1ca662c41a9858a36e8eb1c53dd1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.01006000 BTC
Feerates: 80.55 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (254,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,698 660,698 00000000000000000009df10c36a77a5501ce2e4b6ee5b3d0f184260c4f1ffdf 3,589 1.00/1.00 vMB 34
660,697 660,697 000000000000000000044afe17049999e32e17f79408ff74e348a220317164eb 2,739 1.00/1.00 vMB 81
660,696 660,696 00000000000000000009063cbc10ccf07186a203d21e2a149da09ca984190600 1,660 1.00/1.00 vMB 75
660,695 660,695 00000000000000000007659b23511437a3c239d94fd0d6c2dd9d46e0f73be2ff 2,649 1.00/1.00 vMB 41
660,694 660,694 00000000000000000003953ce61314a79be6fc71d2d1517a60b6edb889ea54c2 2,921 1.00/1.00 vMB 42
660,693 660,693 0000000000000000000a2f857f75a8d75e29a3d3f2aad0ead6235685defd7ce1 2,541 1.00/1.00 vMB 62
660,692 660,692 000000000000000000000b84735bc75731608c17fe07932669ae8aa4fa99cafe 2,346 1.00/1.00 vMB 86
660,691 660,691 0000000000000000000aef65447e6c23f93f82fddaa582e951bc2adfe97d38b4 2,822 1.00/1.00 vMB 40
660,690 660,690 0000000000000000000486a27b65a8ca79f15e344fdb23ab1f6c05a960400406 2,821 1.00/1.00 vMB 63
660,689 660,689 0000000000000000000afb4f8fb6f4a61705a50a3528b69f05787225674e5e5e 2,831 1.00/1.00 vMB 58
660,688 660,688 00000000000000000003a2b6c274b675a60e6f6850755320649ec44d572f8f5f 2,134 1.00/1.00 vMB 50
660,687 660,687 0000000000000000000c9d61d3f5f0b65813a609b5be627553fca1bdb0f8790c 2,199 1.00/1.00 vMB 35
660,686 660,686 00000000000000000002b11303d47666904aebe6f27b0d8d8a057e13900a6520 2,678 1.00/1.00 vMB 62
660,685 660,685 0000000000000000000bc2cc6b1c26f59061ebb8d7f1a323d49265d10e43de0b 1,427 1.00/1.00 vMB 67
660,684 660,684 0000000000000000000a7fb9d29e335d9f4bfdd84ca1ee3a1d15e18d7ed672f1 2,639 1.00/1.00 vMB 83
660,683 660,683 00000000000000000006b03b948986383d4892a98cd65b89a3370fb53a4c7abb 2,590 1.00/1.00 vMB 61
660,682 660,682 0000000000000000000242eaa97fbe7e972b7d8054a73ed4ff9a808baeda987e 2,732 1.00/1.00 vMB 74
660,681 660,681 000000000000000000070320418824a9d26a114b3af20ded686e4a90cb04fde1 2,563 1.00/1.00 vMB 98
660,680 660,680 00000000000000000008f37d7dcca1ceb574169ab453ee1ec33360db71646edc 1,374 1.00/1.00 vMB 34
660,679 660,679 0000000000000000000ca9383bd5107562db41ccd346909e04f6a893d4eef7c3 1,482 1.00/1.00 vMB 20
660,678 660,678 00000000000000000001cca031e392482618dfd978d865b2201b3f158c73e94e 1,520 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.00 GB
    • Received: 17.15 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.