Loading Tool

Explorer IconExplorer

Memory Pool

5,190 transactions (1.55 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 9.26/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,256 000000000000000000022b910000000000000000000000000000000000000000 3,733 0.02000753 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,255 (764,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,790 147,790 000000000000031cfb664f0e418e157aa146cfca0e0f2e97ba43476fb1d3ab2f 0.04 MB 101 190
147,789 147,789 000000000000051bbd392b0835cc92e8b32b5f7cb779936c2f6ad8e0e67b1e78 0.00 MB 3 48
147,788 147,788 000000000000090074b66ae1d0f8000f356db031d4c9ec5f15e251244919fba1 0.02 MB 58 129
147,787 147,787 00000000000009440bc01d869302533b3655da977631091303b9197301f2461b 0.03 MB 75 102
147,786 147,786 000000000000047f9ebd927c6cd91b0ab7d29bf26379c2c278b8fb52091cf73d 0.01 MB 42 207
147,785 147,785 00000000000002abb0754b1c6b33c9b31183f13903ff1d00e67dd98a57e02740 0.03 MB 102 81
147,784 147,784 000000000000092858f1402bf203dd8945b2189950bed7c24eed725128ffcef5 0.01 MB 18 87
147,783 147,783 000000000000098c02d67d3e6628be67f350d2fd0e16dee1c952f71d21fcc0cf 0.00 MB 7 0
147,782 147,782 00000000000008b530c7887b26e06bc893d9b39e6a14aa4cea5b5d7d8e4b9a3f 0.03 MB 59 262
147,781 147,781 00000000000008b7a081b26f045541df4d8d283d3f65cb22792e8c35436b60f7 0.00 MB 3 40
147,780 147,780 0000000000000131fe8551d9c596002c1d8692a5a0faf7d572465f84b476215c 0.00 MB 12 126
147,779 147,779 0000000000000747e7b1810c6d3a8d098c542396f7df41d5be09b8f2f1aebf08 0.01 MB 21 237
147,778 147,778 00000000000002f2273c82f18df0f6345da5a4907487b1c50907f49eda236d95 0.01 MB 17 36
147,777 147,777 00000000000001483dc01d357f927e76cec295a2658e2c17b050a0dcb8b7b32a 0.03 MB 76 89
147,776 147,776 00000000000005f6c1f4c4ae6e734d0bd602c8bc1c323adc9df4aadb3003abef 0.01 MB 25 51
147,775 147,775 000000000000084f72fe29566e4f470c22dcffad539170615242cbfb05e08ffb 0.01 MB 37 356
147,774 147,774 00000000000005525a85375511a08f954339fef660f5030bb2d58e8c6701edf9 0.00 MB 2 115
147,773 147,773 00000000000003c22908d18de22e225262035ef76725c86bad84d13d9a101f31 0.03 MB 94 137
147,772 147,772 000000000000008a838fd3425573e772d4a73b6f3ee7ecac71034323ed05f4cd 0.01 MB 30 249
147,771 147,771 000000000000046c5fc601f15d0eef9592536a9947f8baaa0c8fbde687db9337 0.03 MB 85 93
147,770 147,770 00000000000009bb6653c8bbd8ed0adfa96a58b046fdca4404f83fba066ea823 0.02 MB 34 219
Previous 10 blocks ↓
Total Size: 777.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.70 GB
    • Received: 136.10 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.