Loading Tool

Explorer IconExplorer

Memory Pool

77,848 transactions
28.87 vMB
0.06749539 BTC
Random Selection Loading Transactions
Max Size: 175.19/200 MB

Candidate Block

Mining Attempt ff65cc6b72e542cb07b4d91c0e9936be2c28b9b0557b2a5d1c55e7510d5084bd
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root b7bb58ecc14cef4ef201c435d8a50df8329330197e85a443100d91939c161299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.00741611 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (348,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,683 566,683 00000000000000000014319ce50cef0c0c9d3e09e8745d30e6e4729dbdb85526 2,218 1.00/1.00 vMB 24
566,682 566,682 000000000000000000240613a7ae3cffebb899a0dd20538cec9b827565d3e750 3,438 1.00/1.00 vMB 34
566,681 566,681 00000000000000000028cb2a22e7731ec541c8b84b068bc7a3d9a70cdf853a85 2,587 1.00/1.00 vMB 41
566,680 566,680 0000000000000000000bf712f5b6b2cbab309d485a6deddfcc7e2ae2fc7aa7a5 3,062 1.00/1.00 vMB 31
566,679 566,679 00000000000000000018ece2bcdc40e10a3ee4f1de295bbdb2d1dda3180bf53a 1 0.00/1.00 vMB 0
566,678 566,678 000000000000000000263e63d2a877f6898cae86a84707af25a62695d842e7c4 1,673 0.63/1.00 vMB 25
566,677 566,677 0000000000000000002be8240dc20f17558b0e11c3a3bdc089e77738d5c1970d 1,312 0.45/1.00 vMB 9
566,676 566,676 0000000000000000000a3f68280c8c77d14a9a7410237ee1920a7a02ca122240 1,775 1.00/1.00 vMB 29
566,675 566,675 0000000000000000000b79346a3b9befe98b1ad1ab5d95c4c239c3212c2441e2 739 0.30/1.00 vMB 12
566,674 566,674 00000000000000000023b9d97999e9d748037373dcf9e238fc53279445517271 2,220 1.00/1.00 vMB 32
566,673 566,673 0000000000000000000a3cd051b075ab0d121d41e086470a3022cddeb4cbdde9 1,659 0.65/1.00 vMB 25
566,672 566,672 0000000000000000000bb9523b6b704f45b0366f083885cc2e802d497adf2b18 1,265 0.83/1.00 vMB 9
566,671 566,671 0000000000000000000a381bdb589c85afac537ab43d1ba190f13262a9a83f18 3,223 1.00/1.00 vMB 31
566,670 566,670 0000000000000000000297574aa0e5898c3880699e557e2b4ce2dc884bd0fbb0 2,407 0.87/1.00 vMB 23
566,669 566,669 000000000000000000208fb39dd38ec0ffc1df5d1547a0c0e63f583a83423905 856 0.36/1.00 vMB 6
566,668 566,668 0000000000000000001f5e8489df0b5932ac475f093716e81f4bd5da56f888b1 1,432 1.00/1.00 vMB 14
566,667 566,667 000000000000000000089983702421835d76c773d92d12060f7acc09b5e9f77d 2,847 1.00/1.00 vMB 31
566,666 566,666 00000000000000000004b4b65df1bac44a6b9f33561dba07add0345bfb6e3e55 3,204 1.00/1.00 vMB 19
566,665 566,665 0000000000000000000a558d2ac2abd9d1b035707aecec96d1ec6ddb9a80ebcb 3,168 1.00/1.00 vMB 27
566,664 566,664 000000000000000000261f55a5ea11caced4333835fac3b29597ba6ba04198a9 123 0.04/1.00 vMB 18
566,663 566,663 0000000000000000002a60daabbb5fb39aa63d4ef3f5059fd78871d8385e5eed 2,587 0.94/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.