Loading Tool

Explorer IconExplorer

Memory Pool

81,490 transactions
30.93 vMB
0.09234922 BTC
Random Selection Loading Transactions
Max Size: 188.03/200 MB

Candidate Block

Mining Attempt c5ea1faedf4e0a2ea6c3329e6f20cea50001ea6aaba80aa21533c4c1ce74e6cd
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root c0775fc7b41e2bae8365cd53fc23cff8fce6476c0e2c0e61bc19486baca36f0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.01979792 BTC
Feerates: 73.20 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (371,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,619 543,619 000000000000000000036115259a1ea991ef4e51a021a10eee54d422d851f525 1,676 1.00/1.00 vMB 25
543,618 543,618 000000000000000000021edd9f3848edef5962f058ee0a1a0bb74a359e3bea2d 1,547 1.00/1.00 vMB 23
543,617 543,617 000000000000000000216f08600f7ffb66d5808f765551748e4bc37862eb59eb 2,437 1.00/1.00 vMB 37
543,616 543,616 000000000000000000059fc27db4ecefd073ae8b211cdd41d284bc556cab0537 2,330 1.00/1.00 vMB 31
543,615 543,615 00000000000000000023693974266aa2b571c8d2c58573617eb2d3750d0e2aa5 2,267 1.00/1.00 vMB 46
543,614 543,614 0000000000000000002608efbcc28b4f16a949286417c3e9492491c302bec61b 837 1.00/1.00 vMB 46
543,613 543,613 00000000000000000021b402ca618413a8da78b1f9e08a976e4fba215c663146 1 0.00/1.00 vMB 0
543,612 543,612 0000000000000000001f11138ef1b5d038c95cc6827122a4a7638a54660bb833 863 1.00/1.00 vMB 67
543,611 543,611 0000000000000000002339ac4d4dbaa97d8046d7e9b2a768bbce6b0de6445fa4 1,480 0.50/1.00 vMB 14
543,610 543,610 0000000000000000001ada30d6bfdc792144e65007c46a7fd3efa697847eee10 1,396 0.48/1.00 vMB 19
543,609 543,609 00000000000000000009689415fd47123a32eac0786a8acac2b5d0daac6ee5cb 822 0.28/1.00 vMB 15
543,608 543,608 00000000000000000006fd3b2bf14a9b959ea8ede448f5af82573a35b86c69d1 706 0.26/1.00 vMB 19
543,607 543,607 0000000000000000000c511ca8e19f16e6252fd4f8433b9669fc5f4e9cd3defa 59 0.02/1.00 vMB 5
543,606 543,606 00000000000000000007d853c4e573ed72a6c1ef52a7c15c7fdbc505f9492d8f 430 0.31/1.00 vMB 26
543,605 543,605 00000000000000000001f255d32de6080d5ae74c1e4e8c24f9410424039c9caf 1,391 0.62/1.00 vMB 16
543,604 543,604 00000000000000000010e02b0b4e850625c3b8e73fea8a60abb3a091805cabf2 1,658 0.55/1.00 vMB 16
543,603 543,603 00000000000000000016324433afda54a5cc5a9408eb47aa2eda288b512388fe 154 0.05/1.00 vMB 13
543,602 543,602 0000000000000000001317e1a967e6dc3465cd432c44e8e7ac1e6e5eb8f56ed5 64 0.02/1.00 vMB 19
543,601 543,601 0000000000000000000e6012fbcd4e37fe46b28b3e4a931ca1385311705cbbe9 2,093 0.76/1.00 vMB 16
543,600 543,600 00000000000000000019a31c11838a49fa349630d69c0d4abd1ce6f7503dd432 878 0.36/1.00 vMB 12
543,599 543,599 00000000000000000006e45e4aa8954fcc074d7a93991e0576b9b9c7853e835d 2,582 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.