Loading Tool

Explorer IconExplorer

Memory Pool

86,533 transactions
31.81 vMB
0.12825970 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 0824ff1be1ad7e527c5c96c8c71a7a2e101f52820badc622363944a14a458c85
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 3b6d86711b956dd099afd0007adb1992be85d6b834e1b455b181d808ad9d213a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.04565476 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (278,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,770 636,770 0000000000000000000ff4a382a579dc904e7347c3b4cf27c66841f439d19d06 174 0.06/1.00 vMB 12
636,769 636,769 0000000000000000000f0e55b275cd849cff4d3e9a5a9429c296ea433f9c48c0 1,341 0.59/1.00 vMB 9
636,768 636,768 0000000000000000000360cf8d58faa85595f99b17be58b9e60aa4ca8be00636 3,039 1.00/1.00 vMB 12
636,767 636,767 00000000000000000005c2193c5e7b7b4eed1e7aabd991d51644a7bbf5be727f 2,108 1.00/1.00 vMB 11
636,766 636,766 000000000000000000059e8cad0bceb2ae4ad70e6ba54083dd0132be866cd707 2,882 1.00/1.00 vMB 28
636,765 636,765 00000000000000000005173e1d54ef1f3fc59b7c180be60e012f65a06adc5687 988 0.57/1.00 vMB 6
636,764 636,764 0000000000000000000a6eacca34aa20a66145894f786fbd0758e3afe1db54bd 2,932 1.00/1.00 vMB 7
636,763 636,763 0000000000000000000319ee2f95e889701187a1be716f77baa53363f9d2e015 2,997 1.00/1.00 vMB 30
636,762 636,762 00000000000000000011315e027f3564bc48bbf30d6ac161d9ca13cf121f2cac 2,566 1.00/1.00 vMB 9
636,761 636,761 0000000000000000000f554c698f0cc2badf61d781cea4dfd8dc53dc7b128b85 3,066 1.00/1.00 vMB 24
636,760 636,760 00000000000000000007d70bf1b41ec7e11b1a5028ae139075f9bac90c345ea9 2,023 1.00/1.00 vMB 10
636,759 636,759 0000000000000000000138db358acfcabed41b9dc9892138ef65efeb6f3e2e58 1,892 1.00/1.00 vMB 14
636,758 636,758 0000000000000000000c3e572a55d891550188f829a8ab59f0d2f3dc9d87b7d1 2,392 1.00/1.00 vMB 5
636,757 636,757 0000000000000000000874f1df6d57f16e0a203934b844eaa2e011d1360f6753 2,218 1.00/1.00 vMB 22
636,756 636,756 000000000000000000005b51bab40ac0d6f5246dc5acc76b16dd54162b6ce74b 3,018 1.00/1.00 vMB 35
636,755 636,755 0000000000000000000fea13655de6d662fa91f712e06b43c7567f56fd4571ac 2,824 1.00/1.00 vMB 17
636,754 636,754 0000000000000000000c821d11212e2c540fcde2713443b2dfd5d987649c95da 570 0.19/1.00 vMB 16
636,753 636,753 00000000000000000000ca90f12a14523c8015b4124f4dc427885a209ef29da8 2,397 0.92/1.00 vMB 15
636,752 636,752 0000000000000000000604d6828386ed27cdedd1991b6719b1f04192c05c08e0 79 0.03/1.00 vMB 19
636,751 636,751 0000000000000000000c88e923cc962d1988769da07552c2f005ae5ce32a8ea1 141 0.03/1.00 vMB 10
636,750 636,750 0000000000000000000ada3e0b49ce575eef3c674b51698e40fd97aac3788ac6 2,670 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.34 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: 660.92 GB
    • Received: 14.78 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.