Loading Tool

Explorer IconExplorer

Memory Pool

42,333 transactions
26.74 vMB
0.06339059 BTC
Random Selection Loading Transactions
Max Size: 140.31/200 MB

Candidate Block

Mining Attempt f63d8d00ec2344a36c94ac9cf5121c0e799f75267a3640840dae60f1ff0b8144
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root bfd7247f8b96b05d000acadb5103f75adacc1c87e62f57e4c58f7ba1550b3a2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,187
Size: 1.00 vMB
Total Fees: 0.01397408 BTC
Feerates: 181.54 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (611,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
303,674 303,674 0000000000000000458680fa22ba14b99262e12b2ecd33ad313723d859e971c6 745 0.35/1.00 vMB 34
303,673 303,673 000000000000000005cc107a820bafed7afbae5a2ff2b74a1c5d3f9701f3fdd4 923 0.35/1.00 vMB 175
303,672 303,672 00000000000000005528365d4308c5281d378278e28a2e04abffd1f9da1c3b52 902 0.75/1.00 vMB 27
303,671 303,671 0000000000000000475b722c8a358796a1a3c92e7f46ad7318efe7b7874e02cd 56 0.15/1.00 vMB 16
303,670 303,670 000000000000000050cc2684aebea92f6f159f2cb29c27dc9d3663be6b78d4c1 278 0.22/1.00 vMB 24
303,669 303,669 00000000000000005a645c9214927641f542e3ac41bd369d522c832ece5a69e2 139 0.19/1.00 vMB 20
303,668 303,668 00000000000000005908e2d58c99b6efa82bd26132dd7f07e865bcea84251e98 131 0.30/1.00 vMB 14
303,667 303,667 0000000000000000334eab7211b76931f85504476c85c0eeff5139465e01d53e 403 0.35/1.00 vMB 24
303,666 303,666 000000000000000036c5413b79e627b985b7e096b84cb56c0a7bd2ab344e1d31 517 0.39/1.00 vMB 26
303,665 303,665 00000000000000001734448b2acb5d212fcd5aff7968252a7dfd4e43e983eba9 204 0.14/1.00 vMB 15
303,664 303,664 00000000000000003b75e0127a16fdaef08b374b5ef3c485b986f76b6edb8f30 654 0.33/1.00 vMB 35
303,663 303,663 00000000000000005f7955bdfb5a25cf2b733287c20f1c9552f665ca2f632452 214 0.18/1.00 vMB 23
303,662 303,662 000000000000000024c0d81a05e2ac6310c8e2b0d3ab52053dcac2e94677ef2e 51 0.03/1.00 vMB 9
303,661 303,661 00000000000000000c24148f7dd10d67db630d7f90820fbc91d0e60475b2142a 495 0.40/1.00 vMB 23
303,660 303,660 00000000000000006497aea93e1b21e9eae658bd0e8b905ffc7bbfc0ddc84c83 775 0.49/1.00 vMB 27
303,659 303,659 00000000000000000b31d4d637e7437798f9c8da3fb5cc70c0e3aa9c9b26ff3f 262 0.14/1.00 vMB 27
303,658 303,658 00000000000000004a068ec53daf0350e4a6f89fdd0394370513920d8da7389e 435 0.30/1.00 vMB 24
303,657 303,657 000000000000000044e068aac51ddcafc27796dde120b788401593ead6ecf410 256 0.10/1.00 vMB 41
303,656 303,656 000000000000000051315137510b38c0025f9fb3fdd45b9298556f1fe1fd7e87 896 0.57/1.00 vMB 28
303,655 303,655 00000000000000006499f6891c7f34a8f9d306075b5d04635617dbbb5ab4a51c 577 0.25/1.00 vMB 36
303,654 303,654 00000000000000000d6f4b468261d83207e35e7ecd073ff579b93073c55992b1 35 0.02/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.