Loading Tool

Explorer IconExplorer

Memory Pool

53,799 transactions
31.67 vMB
0.19257540 BTC
Random Selection Loading Transactions
Max Size: 170.30/200 MB

Candidate Block

Mining Attempt b086dfe4a19b7c5188f6fed87cc84eba1cf548078443141fe429789059ccac37
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root d3d89654013c34fa444b723b3ed1382f488f6abf6e74284a00d6574eaed32566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,558
Size: 1.00 vMB
Total Fees: 0.10293822 BTC
Feerates: 477.45 > 10.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (503,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,320 411,320 000000000000000000fa1cc7d2d22db5632081a0e6373f57caca306d1198e210 2,844 1.00/1.00 vMB 42
411,319 411,319 000000000000000000abfa25bb5bf0294c161472778b7f3b6bd00424e5f5e616 2,771 0.93/1.00 vMB 123
411,318 411,318 00000000000000000331f04b50c5f25ee7298508692c76279f537fcc8b0a84b0 3,015 1.00/1.00 vMB 56
411,317 411,317 000000000000000002b19fa36bc3d9c35e35368c1f2a036da6e1ed421c49ed4c 3,052 1.00/1.00 vMB 58
411,316 411,316 0000000000000000031665d245c3b9b4804683b81e14d472de34599b0b5bf5f8 1,515 1.00/1.00 vMB 28
411,315 411,315 0000000000000000016c96f3594e223d8ae0b6865a4fb3bc6c9243f93d9dee63 2,997 1.00/1.00 vMB 55
411,314 411,314 0000000000000000026806253ad80b75a43ba9937984b5fb6e6826b2297744f2 2,693 1.00/1.00 vMB 49
411,313 411,313 000000000000000001e670739ad29297b593aa960c141d594fd2756788c46c93 864 0.39/1.00 vMB 36
411,312 411,312 0000000000000000020981a3c2998e0ceb017ae2577e4f3b1fc2e3fc7103d988 759 0.35/1.00 vMB 34
411,311 411,311 000000000000000000ffae3998246ed71a1517c0ec6d0f09bf9452d026b86528 210 0.10/1.00 vMB 42
411,310 411,310 0000000000000000036b4c8fb5037e25d59c93b305a4e7a3b0bc5f9989edd864 1,252 0.75/1.00 vMB 35
411,309 411,309 000000000000000001ed04c49c21e8e7b62e57ace722ed8ff3e85d2d9d3709e4 1,629 1.00/1.00 vMB 26
411,308 411,308 000000000000000000ff583eda6dc841311e161198e02a5677fae19e4f785f70 2,323 1.00/1.00 vMB 32
411,307 411,307 0000000000000000054ba46707cc4c736f47439040992cf3edc484fbb1e5b180 3,128 0.93/1.00 vMB 69
411,306 411,306 0000000000000000055e5e9513116ef7dd6631ae3e0dbcc376e5890fb7ef2c28 2,952 1.00/1.00 vMB 62
411,305 411,305 0000000000000000058715d099fb726e009154eafd78bd3aef4bb37f834ec11b 1,797 1.00/1.00 vMB 23
411,304 411,304 00000000000000000343590b7ccb24ab1102aaaa0706c04f09f7a65bf13cfed0 3,275 1.00/1.00 vMB 63
411,303 411,303 000000000000000003c0675c2d0da7f046d9879eb5bfd9db21a75116d05b9378 2,344 1.00/1.00 vMB 46
411,302 411,302 00000000000000000479bfd47959f64f0e47f9a57127b15351379994e7110201 984 0.92/1.00 vMB 49
411,301 411,301 000000000000000000b9d8d41163087d3300a013dcfaffe3347c87bedfe81aab 1,142 0.96/1.00 vMB 33
411,300 411,300 000000000000000001a3079487a9b24c8169193c357b18bf5d5021f14cc3fa29 2,097 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.08 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.32 GB
    • Received: 13.54 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.