Loading Tool

Explorer IconExplorer

Memory Pool

84,344 transactions
22.84 vMB
0.07172506 BTC
Random Selection Loading Transactions
Max Size: 152.74/200 MB

Candidate Block

Mining Attempt 12364be1ed0362d27d62fb1ce328c37106125c34e544923cc05d2c0bde094af9
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root fd7b3cd016f87a34fafdbc129269d89a0821dd77cc6cbae3c328106675dd8f48
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.01887468 BTC
Feerates: 547.95 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (911,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,050 5,050 00000000059b30fe09e885a6c7364f26d7549fc050fc2326de899e77819a1c25 1 0.00/1.00 vMB 0
5,049 5,049 00000000cee5f1ed8a5cfe0fbc2a938443a9c0a45ab8fa2e2db056d776a9e37c 1 0.00/1.00 vMB 0
5,048 5,048 000000009e8637cca72b76a2483107c59edf293ede8b0f7d01bbd293ad10cab6 1 0.00/1.00 vMB 0
5,047 5,047 00000000bb36847fdbe8d6afe7e91db9f756352585e19ca2a916228ded217e89 1 0.00/1.00 vMB 0
5,046 5,046 000000005265d22a7f5676ec1fd450cd10085497482439630530abec39c5d2d6 1 0.00/1.00 vMB 0
5,045 5,045 0000000052005eff5d4cd698f9f898ad1908395bbb9221f053ea24a4431eb284 1 0.00/1.00 vMB 0
5,044 5,044 0000000023e8ab4c828f2d50fa18ab8e859bbd701a98ce4707f0de56a51ffc7d 1 0.00/1.00 vMB 0
5,043 5,043 00000000a7083ac59b43735681230174ba46d90500a87687ca4b06c323118dd8 1 0.00/1.00 vMB 0
5,042 5,042 0000000061768ee56b647e973cbab21891fcd0d17948f1601e906bdf4211de04 1 0.00/1.00 vMB 0
5,041 5,041 0000000070870354b303c863a9b1382b3efbad38ad63256a282dde05fd43d0e0 1 0.00/1.00 vMB 0
5,040 5,040 0000000039a115c36715d1cda9bf7b9b20ae14c53e1b577881b8e290ee9fbc51 1 0.00/1.00 vMB 0
5,039 5,039 00000000b0dc00a3e472579f765d08538f330943d7c9f34fc1a3aa2dd8849006 1 0.00/1.00 vMB 0
5,038 5,038 000000000099fc7a4e340d4203deb248ea83f7e0a1864b8a907d6af8a2ddb04f 1 0.00/1.00 vMB 0
5,037 5,037 00000000040b7194d64aaef0b9a1b6183f462b41a30f1ed8c29191585e4b4cea 1 0.00/1.00 vMB 0
5,036 5,036 0000000012ace098f737c771ee6ff00d89b6389e305378d5446c9a1ca98d9986 1 0.00/1.00 vMB 0
5,035 5,035 0000000060aa4dc6fb31c82c978d8a51a1bcf2c77fe174a2e30d5d320fa7fb19 1 0.00/1.00 vMB 0
5,034 5,034 000000001185138e652e8fdafaf9e4f57b6ac0abe9f5ea824aff29f19c265942 1 0.00/1.00 vMB 0
5,033 5,033 0000000015f5d05292b863e839cb89eb88c21274ff0ee4bc7ba673203c199eea 1 0.00/1.00 vMB 0
5,032 5,032 000000005ff9176bea60f69cc15fe74d97c5ee970ba99a6d5ce33396ea15ebd0 1 0.00/1.00 vMB 0
5,031 5,031 0000000020510fc6ab7b2c0bc24fe4524d83cd9238f29619097fbf17fbad7331 1 0.00/1.00 vMB 0
5,030 5,030 00000000d3b133a1d66eed1dc2fa01e976817224a009363f65110059256dc317 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 818.87 GB
    • Received: 24.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.