Loading Tool

Explorer IconExplorer

Memory Pool

73,098 transactions
28.35 vMB
0.06623293 BTC
Random Selection Loading Transactions
Max Size: 167.69/200 MB

Candidate Block

Mining Attempt ef3c9cbb0a22904d692f7c0a97cd0308ed38667588338c16d48ed01e518fb62b
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 7056b95fd1155011c1ab55af95d9aa018d29fdba4f26f3ad1a8847c75a6ee67f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,040
Size: 1.00 vMB
Total Fees: 0.00944005 BTC
Feerates: 100.36 > 0.95 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (503,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,324 411,324 000000000000000000e8ec6c35322d7431a469972a8a2dd7f70e88b3bf37898e 2,776 1.00/1.00 vMB 56
411,323 411,323 00000000000000000122c5c75576ff82aaa63d286f596c4a3e5381228a2715e0 2,146 0.99/1.00 vMB 60
411,322 411,322 000000000000000003c881d1a419808178a454fbf830d0320b55efde41891673 7 0.00/1.00 vMB 158
411,321 411,321 0000000000000000037a3bead9a2c3e215f67ca418593c18e30ff15ee0a41e03 1,629 1.00/1.00 vMB 27
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
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.