Loading Tool

Explorer IconExplorer

Memory Pool

26,782 transactions
22.53 vMB
0.03612984 BTC
Random Selection Loading Transactions
Max Size: 121.00/200 MB

Candidate Block

Mining Attempt 6f0751924069c4d82023055870ea9067381a79238873d0049d0cc9c55b1fd9e9
Version 20000000
Previous Block 0000000000000000000029cbfd16193961327690b4ab7ec7968cb537e32cedcb
Merkle Root a44f4640450cfdb6fec1fd5a1797fce1776784c51f49f4b2ba9d9555939fbf80
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.01155455 BTC
Feerates: 201.06 > 1.16 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,475 (743,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,791 196,791 000000000000040e5f65ba0b25b3c3aadacab61e2b02d5327040f54d83dd7001 183 0.06/1.00 vMB 454
196,790 196,790 000000000000028e13261767420b9827b1f5b19382fc3ce539aa12ea5dd2d111 163 0.06/1.00 vMB 309
196,789 196,789 000000000000040584b44a3d212a09e4976c07aba38c91b336af0a13e85448fb 283 0.08/1.00 vMB 170
196,788 196,788 00000000000006b7995f063c7a92b82c556534d223282c8808a6bae8aa64a6f5 239 0.09/1.00 vMB 130
196,787 196,787 0000000000000583f339256bbe3c2937e8fc55892c2ead8340e1f7469b8cb391 262 0.11/1.00 vMB 192
196,786 196,786 00000000000006759d15b0c142ab0819bff775815306b444672961d9205e6ef1 173 0.07/1.00 vMB 191
196,785 196,785 000000000000031081b8e6023af3a5ecbed08ec53178550846d784168fba9e3c 318 0.15/1.00 vMB 133
196,784 196,784 0000000000000130cb2c6db40ab92964e5e8111f1ad4b9948cc4d2c70bf54f8d 278 0.10/1.00 vMB 167
196,783 196,783 000000000000061ce6206afedc04d0a502b5e78f46a0a0ad50a01cb124f52c8c 183 0.08/1.00 vMB 157
196,782 196,782 00000000000003b0dfa49f1e67ece46adace8e29883107b2b07022161b005885 119 0.05/1.00 vMB 177
196,781 196,781 00000000000004ac45d922439a3cf7c75250513e8f15442b0aea750aa2bc3fdb 95 0.04/1.00 vMB 174
196,780 196,780 00000000000000aa2357a0de4c35ead9ef5d33b511a8030afddf4c26141ca970 64 0.03/1.00 vMB 783
196,779 196,779 000000000000021af9edebfbff07c11b95107145bcafe154aedb6abd33b0153a 121 0.07/1.00 vMB 163
196,778 196,778 000000000000064a014be21ffac46dd08cbc1c1121d52f5c4c99f802141e0759 380 0.15/1.00 vMB 398
196,777 196,777 000000000000006f4ace85a94ab45989640c012c541913c08b531f1d5b0d84aa 376 0.16/1.00 vMB 339
196,776 196,776 0000000000000080ac34a2b3c89faf2e8862f1383fd3a59f21f1cba5fabf5358 64 0.03/1.00 vMB 492
196,775 196,775 00000000000000b513edfea11a148c9d41ee7f6f12a5711d5b5c6c7ded08614e 546 0.22/1.00 vMB 254
196,774 196,774 00000000000000bccd50b2a082da72100e55dc83864afebaa859b83d70d51280 123 0.05/1.00 vMB 385
196,773 196,773 00000000000004f004d8761e72012f8b38891fc7efbadf7f65a59d5b74936f9c 263 0.09/1.00 vMB 1,711
196,772 196,772 00000000000001bd5f0f7aebca6640e4b7edcea81497438c46cca38d2c619c8a 30 0.01/1.00 vMB 465
196,771 196,771 00000000000000d4dd57af1dfc0eea0ea1d2c85c2de5b1f53b307ff966df86fb 270 0.13/1.00 vMB 431
Previous 10 blocks ↓
Total Size: 827.61 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: 4,459.95 GB
    • Received: 243.30 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.