Loading Tool

Explorer IconExplorer

Memory Pool

27,655 transactions
6.91 vMB
0.04949225 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.89/200 MB

Candidate Block

Mining Attempt 527aa26286b4d9835ac6547811ad84a1db576418565e140c46616eca2d10126c
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 948ab8d558cdf250718884f873746e1f147576ce3cc5725c0a81cd102f4ba90f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.02742170 BTC
Median Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (746,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,794 166,794 000000000000022e2b6b4d882bd4434fb46f0ebe398101662adb409fe260f9cd 0.05 MB 117 143
166,793 166,793 00000000000006de54d5de807d52ed348030207da245d80c7d2a04cbb5708362 0.05 MB 162 29
166,792 166,792 00000000000009b4b78a94bdd46651736ce49d396223066626e7512bf3c104d8 0.04 MB 101 73
166,791 166,791 000000000000062910717488f26488757ab674a8a5c08510c8b3afbc9a289935 0.00 MB 10 152
166,790 166,790 00000000000007a595070ee8a15647e9d1d101cb9e12dbe5f8357bd73aca7c31 0.04 MB 50 79
166,789 166,789 00000000000004f0025e56d4f88b5a6c4eb35ff431eb6edefada3edf734d2656 0.02 MB 60 141
166,788 166,788 0000000000000a4a36fefc27f33ff2f2a8e4e0a579a0e395ac55daa065a823ec 0.05 MB 130 177
166,787 166,787 000000000000064b3b64cb1dd44edeb9d353c2a70d2b7561513e63c74357b2c6 0.05 MB 53 39
166,786 166,786 0000000000000aea7843c750aecc5e431b8e7832d50ef9977029e3592633a0b3 0.05 MB 119 91
166,785 166,785 00000000000008c910c16dc098fccedbc1efcc6068a2c9220c941705cbd9a2c5 0.00 MB 12 174
166,784 166,784 0000000000000652d9478ca438f205b9450e33ea25e0a4659670165c50929974 0.04 MB 20 766
166,783 166,783 000000000000098a197cd929614d53f7df245ad126d85ee074b6af2a037baf31 0.00 MB 7 132
166,782 166,782 00000000000003d2b5c0e03a14f491ed2b4b5d00b505049bed8a85cf75117e5a 0.04 MB 118 78
166,781 166,781 000000000000012ead86b7bae4cdbcdcc59de3efea9f45fb9d1dcd49eb100304 0.05 MB 116 68
166,780 166,780 000000000000047bef4a5ccd0a21a561b4828154480ae9a065c2f01eecf40895 0.03 MB 76 103
166,779 166,779 00000000000001cc06c81015aec5e7e4bf8785be71f33a3710219671c3636fb4 0.09 MB 196 99
166,778 166,778 000000000000034c1ba7553e719537d79058dc75ea4795f64d6830b524508c60 0.03 MB 85 0
166,777 166,777 000000000000026738c055be4e33fb0d1f2d7988b28fcbbfc574b17bcb8a8368 0.07 MB 114 100
166,776 166,776 000000000000055ef2908df72a0a72c355b2af39837ae2e5820653632ce89c21 0.05 MB 142 147
166,775 166,775 000000000000082f35cded7f063524ac3db61858b17703f5466e0bc5ebc15220 0.02 MB 45 59
166,774 166,774 0000000000000995a00af197cffc5691e3127dcd148cf082022de7d4a524d50e 0.05 MB 98 21
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.82 GB
    • Received: 0.35 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.