Loading Tool

Explorer IconExplorer

Memory Pool

82,120 transactions
30.18 vMB
0.09849928 BTC
Random Selection Loading Transactions
Max Size: 182.17/200 MB

Candidate Block

Mining Attempt b9bacedb07c262704de8e9d9722097adeb34a7980700bc4a0c65a9594cf57e1d
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9e91720b81adf09706e0f2c383a97f18e4b2e299e3202782e3b59b1a61305890
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,686
Size: 1.00 vMB
Total Fees: 0.03669676 BTC
Feerates: 526.32 > 3.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (127,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,617 787,617 00000000000000000002f94309ce107188bf3b742d40edd0d9e65748826d10eb 3,739 1.00/1.00 vMB 32
787,616 787,616 000000000000000000005d5cc38a5c907b288b6e2a2cd2c4c7a5e5a4eb9ac3e8 4,017 1.00/1.00 vMB 18
787,615 787,615 000000000000000000028e23c155ba1978cdba58b34a6839222b57a640094c79 4,732 1.00/1.00 vMB 22
787,614 787,614 0000000000000000000265d4ae42217ec965bee48f3ecb40b459ddec553b4fd4 4,725 1.00/1.00 vMB 21
787,613 787,613 0000000000000000000352dd233c949b40117d83c8d69dcee9f4a2aa2dd93c59 4,266 1.00/1.00 vMB 31
787,612 787,612 00000000000000000004ec042362db7338d358d40176314c3a30aea220301f3d 3,920 1.00/1.00 vMB 40
787,611 787,611 00000000000000000005a3d34fca10975736ec204b5a290ec6bc97f661abaeb0 2,770 1.00/1.00 vMB 12
787,610 787,610 00000000000000000003bf143ddd166482ded8fa18d7ddb7f2413f9dff05324c 2,280 1.00/1.00 vMB 20
787,609 787,609 00000000000000000002d9d5ea5c9fe162b1cd67e35bb6343f8a8c1bc230094b 1,450 1.00/1.00 vMB 15
787,608 787,608 000000000000000000035de0aad0a052dd8b0d892bbcb6f3e17f177c60d42411 2,051 1.00/1.00 vMB 12
787,607 787,607 00000000000000000002356811ea4a409319f8ec806668af7b17768a54145a3e 4,849 1.00/1.00 vMB 12
787,606 787,606 000000000000000000047a36026fd7b0e37a4d5684e9478dd01abcba8e713657 3,567 1.00/1.00 vMB 21
787,605 787,605 00000000000000000001423ee19ead426fce26546861d374a6966f8d3875acb6 3,186 1.00/1.00 vMB 38
787,604 787,604 00000000000000000004fe72debc11a050cf33ffade935f7cfa7d322e518f133 4,155 1.00/1.00 vMB 21
787,603 787,603 00000000000000000002c17aad2f9857c6c56877ee8a8d6cf52c6553895b489c 3,914 1.00/1.00 vMB 31
787,602 787,602 000000000000000000050fe45efad13258ddd7386bbebc492d9516cf4c35dda4 3,710 1.00/1.00 vMB 33
787,601 787,601 00000000000000000003dd02ab09fe26f09c6eeae72486a4fd2a2fbf00425ff3 3,221 1.00/1.00 vMB 21
787,600 787,600 000000000000000000041501ec1eab7780450646a35ee918ddc4b27cd8692635 4,790 1.00/1.00 vMB 10
787,599 787,599 0000000000000000000485057f1093d71ad81dbad9e2f3ca2c2d1d4213da5df9 3,958 1.00/1.00 vMB 13
787,598 787,598 00000000000000000002ba4d48aedb06fd06228367d8adf8837d3361732189c5 4,560 1.00/1.00 vMB 18
787,597 787,597 00000000000000000000431e91357464f05f5884749e775166f229a89c82f063 4,062 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.