Loading Tool

Explorer IconExplorer

Memory Pool

78,026 transactions
28.94 vMB
0.07813072 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 00ee0477861bbcc7efd81122ac612c668518155d4f77bc118b3affc19ddaa46b
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 7dcb3ad0ddf73b0d66acaddc90da91dc199f4e5f062f98324fab6b4a54ba5c91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.01784476 BTC
Feerates: 100.81 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (143,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,740 771,740 00000000000000000003676c7115f378fe47a8c156d37f35695dd85e07992af6 2,435 1.00/1.00 vMB 20
771,739 771,739 000000000000000000052511aa89402ed21c7d105d10349d64caad8659ad90e7 3,309 1.00/1.00 vMB 22
771,738 771,738 00000000000000000007fbb8df3511824ef8626ef3a44b79475c1b85d0ed7634 1,042 1.00/1.00 vMB 4
771,737 771,737 00000000000000000005fdda96325978b18b3f805145c364325e633491ef8c22 1,886 1.00/1.00 vMB 6
771,736 771,736 000000000000000000004c600cd3432dc9aa71a04e095cecb0bfe5b9eb9f7aac 2,531 1.00/1.00 vMB 5
771,735 771,735 000000000000000000070cc9c6448b13338b3f3a8f2e7effa80dcfeaa734c803 2,699 1.00/1.00 vMB 12
771,734 771,734 0000000000000000000148dfb81a452a6ed7f3457f72819f3f7fa9b57e0e1a64 2,938 1.00/1.00 vMB 15
771,733 771,733 00000000000000000006ccd7e9a814abe645d6d924a0360560824196538b354f 3,706 1.00/1.00 vMB 15
771,732 771,732 000000000000000000060bb3148777aeca712bc013b5d1791fdd1fb5f2540842 3,078 1.00/1.00 vMB 31
771,731 771,731 00000000000000000000a7f02a0ec6b907790301ff3abfd5d8e29f42387393ab 1,463 1.00/1.00 vMB 2
771,730 771,730 0000000000000000000296dc4cedd9ef50c19eed4b2da34c59e85defd4b76c64 1,378 1.00/1.00 vMB 12
771,729 771,729 0000000000000000000063d3f5914aeb2b8b3f1bd039d95092bbcf6ec3ba88da 2,282 1.00/1.00 vMB 17
771,728 771,728 000000000000000000053fcfc7700bac9ced67b78e9115986dab74b0e55f5bf0 2,366 1.00/1.00 vMB 10
771,727 771,727 000000000000000000077403baea434815a187973809cdd29e19b05ed4abea8e 2,821 1.00/1.00 vMB 6
771,726 771,726 0000000000000000000776f6cfea27e67c7ef8ac11f1bd88f7e53693d9a3b71a 1,789 1.00/1.00 vMB 8
771,725 771,725 00000000000000000000116b2adc67de48a4d0b42ee85e2a7de92e2090e2a6d0 3,500 1.00/1.00 vMB 18
771,724 771,724 00000000000000000002242319c95e2980512486ce54f7c5585a99949a437d45 2,706 1.00/1.00 vMB 10
771,723 771,723 000000000000000000033aa04fd4070b03b9541904d4e76b270e6e565ec394b5 3,761 1.00/1.00 vMB 19
771,722 771,722 00000000000000000001db62fb6bfc3785dd9fe2b53272fecc60aa95e273faed 3,754 1.00/1.00 vMB 22
771,721 771,721 0000000000000000000441eae3a33f03a0b20bc228717d1fc0bfdb7ff59d86b9 1,489 1.00/1.00 vMB 10
771,720 771,720 0000000000000000000294574a24416dedfea21abd5fafbec7ef4dbb956fdc5c 2,529 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.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.