Loading Tool

Explorer IconExplorer

Memory Pool

42,140 transactions
27.76 vMB
0.06094716 BTC
Random Selection Loading Transactions
Max Size: 146.20/200 MB

Candidate Block

Mining Attempt 44c9251a51b6c2423a21f7398b11fc2263fa9d678f78c97dc02fe1b3fe2d3bc9
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root 54e71b83d1f723f1976850974874e1e5af96c1c2877ae3e76522c5987113c159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,552
Size: 1.00 vMB
Total Fees: 0.00894573 BTC
Feerates: 92.00 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (251,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,804 663,804 0000000000000000000e57a624f50bd9e1b4c9dca78263911d0955961826ddcc 2,136 1.00/1.00 vMB 60
663,803 663,803 0000000000000000000016c68af70d1978bbfc31b9043a5c3ea969ec5c15c776 761 1.00/1.00 vMB 65
663,802 663,802 000000000000000000082c7fa4c09f9adea7504428402f639609346e04f34215 2,338 1.00/1.00 vMB 86
663,801 663,801 00000000000000000008779a962fab77ecb03386ffb047e427b4b3019e44cbc1 2,308 1.00/1.00 vMB 73
663,800 663,800 0000000000000000000ecc005b360d38770e66a75e8b3857dac3dfbcf64e44a5 1,522 1.00/1.00 vMB 74
663,799 663,799 000000000000000000001cd765985008161111fe884e20e3d5fe53738c07c41d 2,757 1.00/1.00 vMB 107
663,798 663,798 000000000000000000030142efee18c43e71277899095b2f47ddb727cf3dc042 2,527 1.00/1.00 vMB 98
663,797 663,797 0000000000000000000b9242c9bf4cfdd7ab19fd74f1b3f45d3b3e56d2c1ac81 1,357 1.00/1.00 vMB 12
663,796 663,796 00000000000000000004c382716da98c7c9c54e4d9e75572a9a98564e841e63a 1,914 1.00/1.00 vMB 26
663,795 663,795 00000000000000000007c43c64f224355ba469af012184f974af5a4936ee6779 2,001 1.00/1.00 vMB 16
663,794 663,794 000000000000000000041fd4b81a5be226d3ee6d93426c95d52470204cf85811 1,947 1.00/1.00 vMB 80
663,793 663,793 00000000000000000008da8d585cfd0be58da379b9cf26309fce3bc49a065978 1,407 1.00/1.00 vMB 39
663,792 663,792 00000000000000000000ddf13a7bf11387f0b2dd93b7a0a58154c49efb45046f 1,166 1.00/1.00 vMB 72
663,791 663,791 000000000000000000009d6adc9a28b33e964b4cd2c4b14dcddd5844c7611ddb 2,041 1.00/1.00 vMB 105
663,790 663,790 0000000000000000000e2fbdd701ca90c2760024854db945cbdb59d3417bfe55 1,452 1.00/1.00 vMB 98
663,789 663,789 00000000000000000006f4ab493f62cd3d41934e120a290c2f3395ed498580f6 1,503 1.00/1.00 vMB 20
663,788 663,788 00000000000000000002f9a2189865ec1ade9b6485e1885460cee30ed8fde740 2,303 1.00/1.00 vMB 96
663,787 663,787 00000000000000000007f269700e162d14fe8d45426d887a9a3a0a10a8c26645 1,612 1.00/1.00 vMB 30
663,786 663,786 00000000000000000008b9b32f65973786d52e21574fcee50bd504d3fd029e36 1,488 1.00/1.00 vMB 26
663,785 663,785 00000000000000000007df5ce5b3ad183e6ed662c4f53b4fbf009087d88b5997 1,284 1.00/1.00 vMB 24
663,784 663,784 0000000000000000000503b800e60280079264cf00a8e21e2be35ad2d3f9cc73 1,648 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.10 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.74 GB
    • Received: 13.64 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.