Loading Tool

Explorer IconExplorer

Memory Pool

38,390 transactions
25.93 vMB
0.05182402 BTC
Random Selection Loading Transactions
Max Size: 134.45/200 MB

Candidate Block

Mining Attempt d92b7021bdf95bf7d953c994e6b92804d11887214dc8c555ca79af7814a64b22
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root bb724af9f38c9cab272d4eb98ce03caa8fee46b07120373201d490dfab2e1a2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,940
Size: 1.00 vMB
Total Fees: 0.00446948 BTC
Feerates: 60.16 > 0.45 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (284,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,657 630,657 00000000000000000010838054814cb784d379c297265f67ff0701551c623c86 2,070 1.00/1.00 vMB 25
630,656 630,656 000000000000000000044d7ee617c572a5891acfb4b2e59a7ffb61599503fabd 1,863 1.00/1.00 vMB 18
630,655 630,655 0000000000000000000707581dbbcfc54e20151a4371e7fcf034bfcb6294af60 2,816 1.00/1.00 vMB 128
630,654 630,654 00000000000000000002c7ff7edd335e4ee2905a384bfd05cc3c7f427b70171e 2,574 1.00/1.00 vMB 130
630,653 630,653 0000000000000000000750d6c60ab6f0e3aea0285093df09db15d2de93b321f9 2,093 1.00/1.00 vMB 75
630,652 630,652 0000000000000000000b8e187589a996bf1f4343d7bf107af031176b8d7c80a5 1,529 1.00/1.00 vMB 11
630,651 630,651 0000000000000000001161f05ab69f29a86aaf47abaefe0d28669176f60fc1a5 2,584 1.00/1.00 vMB 97
630,650 630,650 0000000000000000000bbcf2b5e654db1b672fa43df3f2542b2cb0ae342bbfc8 2,241 1.00/1.00 vMB 61
630,649 630,649 0000000000000000000527c0a41f94d27e32d0670531d8452661901481dc22c4 2,356 1.00/1.00 vMB 23
630,648 630,648 00000000000000000010ef9b3116416db5d7dcd2c05652b288e07600a8f8625f 3,055 1.00/1.00 vMB 57
630,647 630,647 00000000000000000007aa4bddfde8076f0fdec5b20463a14c2993373839d6d9 2,746 1.00/1.00 vMB 84
630,646 630,646 000000000000000000046141612b011a31720fe111fec876629f805b2e65a0e5 2,668 1.00/1.00 vMB 21
630,645 630,645 0000000000000000000b28cdde6822f83a19ce0cdb3b6a0e6af49d877ae526a1 1,736 1.00/1.00 vMB 96
630,644 630,644 00000000000000000000fe125a47c3f9ec061d9c1faaa6b844c854f82eec003c 1,999 1.00/1.00 vMB 106
630,643 630,643 0000000000000000000b26eef024cd6d7002eb41823629b68b5dac8f033291f8 2,728 1.00/1.00 vMB 54
630,642 630,642 000000000000000000015c60156d2935b7826b9cd485a98a9b470e834b6f045d 2,899 1.00/1.00 vMB 38
630,641 630,641 0000000000000000000a6f5b716ee14e02d0714f8f1eb61f4efa0edeb6f40d31 2,667 1.00/1.00 vMB 114
630,640 630,640 0000000000000000000236eb4903ef971e46b778607e81b2fb83cb27de9a443c 2,524 1.00/1.00 vMB 58
630,639 630,639 0000000000000000000f57a10a7638aae099988b727c55694b91bab529bb74d6 2,587 1.00/1.00 vMB 50
630,638 630,638 0000000000000000000084f5e7b91cbe12a106418ee798edbeadaddab08f1c6a 2,234 1.00/1.00 vMB 65
630,637 630,637 00000000000000000009becee8d1f45fad4204a10280f9785b22449f572b0889 2,450 1.00/1.00 vMB 122
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.06 GB
    • Received: 14.38 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.