Loading Tool

Explorer IconExplorer

Memory Pool

28,638 transactions
12.94 vMB
0.05780371 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.69/200 MB

Candidate Block

Mining Attempt d3dde624fdf0f6f16321c3934ee4e181bbcf8dcd2264d55958197944b081e981
Version 20000000
Previous Block 00000000000000000000b196bc3e5aba28c39c3db3080adf17fe1d6de4dcdeaa
Merkle Root 78e30a0b52c06a151d679664243d5da9f086ff0ae1fad09a66257a70c4af5aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 0.997988 1.00 vMB
Total Fees: 0.03262119 BTC
Feerates: 239.15 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,770 (665,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,627 248,627 000000000000005013c9e5ebd5b03b4d3bed39aeb2ba88a2dbacf45b6f42456f 512 0.28/1.00 vMB 3,486
248,626 248,626 000000000000000c35ebe20fe23a4576d150c8f88ef0bed24407df7c45c7f06f 31 0.01/1.00 vMB 41
248,625 248,625 00000000000000547a82115774d3302aab0c0268824a7feed9bcfb0e0b4dd2c5 495 0.24/1.00 vMB 138
248,624 248,624 000000000000004862d7fe06fd667c67989043deec2a23290c253764f689b02c 37 0.04/1.00 vMB 35
248,623 248,623 00000000000000171709dbc8763e81b627266c208b1311f6018e4e817b5945ed 486 0.25/1.00 vMB 135
248,622 248,622 00000000000000297d56cce011be76055ef9bbab3bd2627b4fc588e124cba9b3 26 0.01/1.00 vMB 137
248,621 248,621 000000000000002aa946a954a143a67fb143043e7d9321f09dd6ef3ad24d61cd 375 0.15/1.00 vMB 188
248,620 248,620 000000000000002fe154db4966cde56acfcdb56e098d05b11ec7dd1f1e3e0f2b 233 0.12/1.00 vMB 36
248,619 248,619 000000000000003431eb03aae30642c5eea8b19d378a6a3198ebec26eea9e567 685 0.25/1.00 vMB 195
248,618 248,618 0000000000000025c364aea89605bece67e94552eb99c61d90bdf954cae262cd 336 0.16/1.00 vMB 114
248,617 248,617 00000000000000019268fbf76488082d85f0fd29e7423c17cd8d2dcb9931d877 246 0.11/1.00 vMB 114
248,616 248,616 000000000000006d66a943703e5a0d969285633c165cfadfc335c2baa025eb6f 148 0.06/1.00 vMB 178
248,615 248,615 000000000000001c8957cc81a5fda7efc9521822b0f109c4917ec722a9265d9b 51 0.02/1.00 vMB 163
248,614 248,614 0000000000000051ffe6d3eb7dcc43828e1e1f7f4beb9f2725ac030ae30705c5 77 0.03/1.00 vMB 83
248,613 248,613 000000000000004046b6a7c3bc2b7da3aaf611cfda4987e4662d2270811c53d0 463 0.23/1.00 vMB 67
248,612 248,612 000000000000000ac316fbf192e86ed4ee1fa36d249371cdaa5d13dd92e05390 598 0.25/1.00 vMB 149
248,611 248,611 0000000000000046d8ea27e39d7f38ca20678d44d48c8446aafeedcb614adbb0 236 0.09/1.00 vMB 175
248,610 248,610 000000000000007881732ec75bf378c57c98d20e61f443abf3b084160d55bf1f 515 0.25/1.00 vMB 124
248,609 248,609 000000000000005dad404c649bfed118f24537e0dfa157c04be52457d21cc6b8 225 0.12/1.00 vMB 86
248,608 248,608 000000000000005087cb99c938b2998c42241f886e295d96786072aa7953f569 89 0.03/1.00 vMB 29
248,607 248,607 000000000000003d9896fbb2093d8a4f30643e4d813a979f4813acec37744205 343 0.16/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 780.22 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: 506.71 GB
    • Received: 4.11 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.