Loading Tool

Explorer IconExplorer

Memory Pool

75,104 transactions
28.94 vMB
0.07897489 BTC
Random Selection Loading Transactions
Max Size: 171.19/200 MB

Candidate Block

Mining Attempt b011a7ea437e2152188dfc8c2a19d58e39ef9b0d7608b4f2e870b99ec85c600d
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 7a1693738254ab8298d3f1294df54a12f2c4d51fb45e721e5b34dd7c251f2393
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.01869298 BTC
Feerates: 100.29 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (351,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,501 563,501 0000000000000000002cb901662ee35c43c1dab9fa52e6c96e0ea5eeefee2f26 2,860 1.00/1.00 vMB 9
563,500 563,500 000000000000000000128646dc7f7f4bb29c2dd3a7e3735eabf6385ce8463dab 2,673 1.00/1.00 vMB 8
563,499 563,499 0000000000000000001b331f1114dabda9278b4ac34c42482d5f8c1faa894639 3,631 1.00/1.00 vMB 30
563,498 563,498 00000000000000000001f987d6de32bda0feb6b3f0761b93e01c9c415829278f 3,300 1.00/1.00 vMB 23
563,497 563,497 0000000000000000001d6d68e1411e0289dc623ff4c367ab440de4c3d27e255d 2,426 1.00/1.00 vMB 12
563,496 563,496 0000000000000000000650414cdbbda68f11803fe94062e65dfaef4f3a1fff8d 931 0.28/1.00 vMB 10
563,495 563,495 0000000000000000000a65736a028dd5d421a48b68a8e659a9b6291b300bcb81 1,706 0.49/1.00 vMB 10
563,494 563,494 000000000000000000053e6f7261749780340c7a7355ba0679e769fb5b723493 2,685 0.81/1.00 vMB 11
563,493 563,493 0000000000000000000f9989a75bf4643a99f9e9c5f80af9659c92bec47606c9 438 0.14/1.00 vMB 16
563,492 563,492 00000000000000000007dfa27b2c770fe458bfc06b685130ac9b599055d241cc 2,422 0.73/1.00 vMB 9
563,491 563,491 000000000000000000214e2da306c754add91a7c49d2569dffdfde881bf5f5d9 589 0.16/1.00 vMB 1
563,490 563,490 0000000000000000002a65706647851b2f3083db7bc59ff222e0ea243b24b3dd 3,117 1.00/1.00 vMB 16
563,489 563,489 0000000000000000001b3b287dfb8920ca5614a3d353ca19270c4ee75b0df001 1,243 0.37/1.00 vMB 12
563,488 563,488 000000000000000000028c3c782aff6b6a1ac1a1661b69a7f025cebbc794d0f9 644 0.20/1.00 vMB 11
563,487 563,487 0000000000000000000d757f2fa18b96b5b3bf1c03347a13c94832c09f304d6c 1,577 0.55/1.00 vMB 12
563,486 563,486 000000000000000000001c557046a6eb44adcbe12a392e0ac204dcb63fd85faa 2,923 1.00/1.00 vMB 8
563,485 563,485 000000000000000000211eda1c4a7e12f5e9f7a86e5fceee91afb7275212cbb8 2,651 1.00/1.00 vMB 18
563,484 563,484 0000000000000000001e12bf1eac2560a71158749111b7836101a3e0e70a1e36 519 0.19/1.00 vMB 8
563,483 563,483 00000000000000000016d800bc18ebefe716451e9cc8b772957b83e3edb1fa0a 2,858 1.00/1.00 vMB 17
563,482 563,482 0000000000000000001d1dd240b2e76616f8fa0319c7bc1a4ca7ea35585888f7 1,408 0.48/1.00 vMB 18
563,481 563,481 0000000000000000002424900d21f677c43aab3873201a8d21fd468ddfbf8600 1,872 0.95/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.46 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.93 GB
    • Received: 15.32 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.