Loading Tool

Explorer IconExplorer

Memory Pool

48,102 transactions
29.19 vMB
0.07030312 BTC
Random Selection Loading Transactions
Max Size: 155.91/200 MB

Candidate Block

Mining Attempt 80dcdd1dcee93e03f27bde9d1000f593da567eb73bacdb92c0e0b65de379b418
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 2e030749800f0f57fab72ffbf96694e2cacabec54615dcf052260bbb5b43ceb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.01387656 BTC
Feerates: 132.00 > 1.39 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (123,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,013 791,013 0000000000000000000533aab3bb1b7db84cd882b344417dfc6560510a6ff522 3,778 1.00/1.00 vMB 48
791,012 791,012 000000000000000000042005849a5d9292884b3304fcc7b352142709e4f6f05d 4,614 1.00/1.00 vMB 28
791,011 791,011 00000000000000000003385f240dae7228add8266cdf207bb9f4c7ea9dc78adf 2,972 1.00/1.00 vMB 59
791,010 791,010 0000000000000000000561dedc4fb6ab12d4bd1a5abbc7ea360145fa2d3b7aa1 3,907 1.00/1.00 vMB 30
791,009 791,009 000000000000000000033ffe0cdfae1707f7c8ca4631e6e555898772250a6c08 2,082 1.00/1.00 vMB 33
791,008 791,008 00000000000000000000abd97eaee01773d530749f803a93c2d0136d68864e20 2,357 1.00/1.00 vMB 44
791,007 791,007 000000000000000000001e17fd24f2354bd022c86e67518498e814c3e037924d 2,225 1.00/1.00 vMB 30
791,006 791,006 00000000000000000002d131f893b253e4ce7f08111f0eb68cf61d5a54ed5523 2,312 1.00/1.00 vMB 40
791,005 791,005 00000000000000000002842dc83d49e739a50ace36cfa59cc668e3c1dd8f9a0b 1,547 1.00/1.00 vMB 27
791,004 791,004 000000000000000000054f1bc679bf5d70d409119c32e4035eb1926e0a419d3b 1,885 1.00/1.00 vMB 31
791,003 791,003 0000000000000000000396218cb4ac9ca410546cd9a4e5ee6c0c1baf193eca5d 1,121 1.00/1.00 vMB 24
791,002 791,002 000000000000000000017087151f10facc9a9256e0fa02941d1072127b541f8c 2,592 1.00/1.00 vMB 35
791,001 791,001 0000000000000000000310512ce74d2404813136918d2e259f1a2ce8c43f7d82 1,766 1.00/1.00 vMB 53
791,000 791,000 00000000000000000002965564f8cb5126f3d92658e8a72486c7a18c1fc23a31 2,959 1.00/1.00 vMB 43
790,999 790,999 000000000000000000016781725253a618f3a8465bd2231ab82b54b6a0454f09 1,374 1.00/1.00 vMB 53
790,998 790,998 00000000000000000001f36953597fc8bb9529b089d14f655026a223f5f5a8ec 1,244 1.00/1.00 vMB 52
790,997 790,997 0000000000000000000343b70dddcc9ac93c5b25799214c1997fff0327a3617c 2,937 1.00/1.00 vMB 44
790,996 790,996 00000000000000000001cbc6b48b0b92f25f21c598604fcf6ba2ce00e839e576 2,591 1.00/1.00 vMB 64
790,995 790,995 000000000000000000034a6f5ab8ab0de0e295528b4127863cc9d07426132b8a 5,539 1.00/1.00 vMB 25
790,994 790,994 0000000000000000000013d18ed56d0ecb068856aa4df738be0d97a1bfa0811a 2,898 1.00/1.00 vMB 31
790,993 790,993 00000000000000000002b0a874b55bfc6c0b02f31c14f88093ed3fd4a8b3e135 5,721 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.