Loading Tool

Explorer IconExplorer

Memory Pool

11,908 transactions
4.37 vMB
0.01288086 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 26.90/200 MB

Candidate Block

Mining Attempt 12e324a2b215a8b3280f0b7f33b2e1cbc4b1b989cdd41d01cad6e054bb3252e4
Version 20000000
Previous Block 00000000000000000001db2bbbe046dc7161a964db938c9ca6ba23a959370878
Merkle Root 5c50df7f83d037f6cfa5379da0f76cfd3d7e989a068a386994883920cbbbe22c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.00718664 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,468 (747,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,321 166,321 00000000000002d3945c2367b18e3959124e5c9fce4bc54aa379f0b5341f5168 7 0.00 vMB 122
166,320 166,320 000000000000022f2965ccfd424231f649163caeb16960ae607a8ebe951cd788 22 0.01 vMB 168
166,319 166,319 0000000000000af2c094fcf928caad9d6842ba18c5702d932cd731ca9c4807ba 40 0.02 vMB 67
166,318 166,318 000000000000048b899a9cfc287c749634b478761fdabad1112200c88fa722b1 20 0.01 vMB 66
166,317 166,317 0000000000000542e120e4992dfdc58a435ba4e7c6ad913a300a3e6f554760c1 20 0.01 vMB 87
166,316 166,316 00000000000001eaab8aa2927a8c7ed94e8a7a674479dd6c19a4046c922eab88 56 0.02 vMB 110
166,315 166,315 0000000000000bb5ef6173ff2cc9995c0869a127595428050d707bbc4c9508fb 22 0.01 vMB 94
166,314 166,314 00000000000009490cae62bde8b2bd809bcdadc739c6e1724fd34f5afb714826 30 0.01 vMB 29
166,313 166,313 0000000000000004c22690a709a3c4f039b0354d87a64224584941589b353bfa 115 0.04 vMB 145
166,312 166,312 00000000000007cbc75b551ec1143164f6f79963a0a78b7f0c9da46deab60d0e 100 0.04 vMB 182
166,311 166,311 000000000000071616b602372912cb4a10bd754337f7b7ba67651fab46aaa8d4 9 0.00 vMB 3
166,310 166,310 00000000000002265311d7abcbf78083ab5cdee8ab98fb11be057bfc25abed31 42 0.03 vMB 97
166,309 166,309 000000000000077e7191d8af616bbc72962d464d00102ad7db89e292bb43d442 53 0.02 vMB 133
166,308 166,308 0000000000000aca04444d13d57143d8763c852934f6d4972781a936ff4f2b9f 124 0.04 vMB 110
166,307 166,307 000000000000095ceba06c960b83544137da32fd97992a3ce214c244763d2c91 25 0.01 vMB 102
166,306 166,306 00000000000004808311049935dbea756c10570a834e33c4f0205f1a3274f3c9 11 0.00 vMB 0
166,305 166,305 0000000000000409354ad32795da84ec84ec074241ecaa7ef97ca88ac795a3cf 67 0.04 vMB 53
166,304 166,304 00000000000003b8ce7bc3ac8251ab9a300bccbf999d87be5f5a1e2560b4a2b3 87 0.03 vMB 44
166,303 166,303 0000000000000032715354156f849e9e06ad596f4b9b71f130ac215eb156a574 52 0.03 vMB 63
166,302 166,302 0000000000000955a0458b8e0fb1c02ea14727c846f3c62dc07827ef60971ea1 11 0.00 vMB 295
166,301 166,301 0000000000000529e290a8e4b9c0c679c5dff57f2906f2cb2c944e57faf9aeea 83 0.03 vMB 275
Previous 10 blocks ↓
Total Size: 779.69 GB

Node Details:

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