Loading Tool

Explorer IconExplorer

Memory Pool

77,865 transactions
28.91 vMB
0.07153182 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt af75b3b6284412b1d6e69a8fa7c2661ed3b74dd9477fe96062903d001f69a89a
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 96d02c1e0dd49dc18cda62f1c7626805f8d35baf8b91f19651f79131a855f0ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,586
Size: 1.00 vMB
Total Fees: 0.01130619 BTC
Feerates: 73.20 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (383,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
531,783 531,783 0000000000000000000bfa8b572d82226aba113c9f8d11ba66cf9d67c7dc13bb 2,364 1.00/1.00 vMB 13
531,782 531,782 0000000000000000000a42b193cdb60ccc3de4b3a5769cda0e2765afbc0ea46d 1,893 1.00/1.00 vMB 19
531,781 531,781 0000000000000000001bc8b17d10c7729f895b9156e35a3f3b7bd8bbe8856b09 2,642 1.00/1.00 vMB 10
531,780 531,780 0000000000000000001a5522ce5f4c992f74a096be7220133a991878fde4129b 2,752 1.00/1.00 vMB 22
531,779 531,779 000000000000000000236b82ddf671ed8fbd0728f96a2a1cdb9e13100d86e850 2,850 1.00/1.00 vMB 15
531,778 531,778 0000000000000000001bddad1c591dd0c64d6caa2e5230d47c4ca071dd021d4d 3,090 1.00/1.00 vMB 10
531,777 531,777 000000000000000000166f8b685e338dbfec247cb9de13f6694fc82196875878 2,487 1.00/1.00 vMB 41
531,776 531,776 000000000000000000067afb9c4c925af1893c62d051a31cc1163d44185a57e6 2,756 1.00/1.00 vMB 25
531,775 531,775 000000000000000000080615badc2d9ca56e8e17fe624c3a7b3cb835156901b1 1,613 1.00/1.00 vMB 22
531,774 531,774 0000000000000000002f1fa42eb339253787d6134a324c921c839eb6d12805d7 2,488 1.00/1.00 vMB 10
531,773 531,773 00000000000000000025f84ab3998f750c106020449297726f953d8110a3fa4d 2,937 1.00/1.00 vMB 12
531,772 531,772 000000000000000000042492b2b9cd8e3baedd6bd0405bc67e58fbadad996b4a 2,659 1.00/1.00 vMB 29
531,771 531,771 00000000000000000026769aefb3b7c127fdf8d353ff387ed5e17a697afe5396 2,903 1.00/1.00 vMB 32
531,770 531,770 00000000000000000022f0c2d06fd1a7bd070b830550aa84185e88b6c133d07f 2,892 1.00/1.00 vMB 32
531,769 531,769 0000000000000000001bb8504aac2f8086da369a5f50ecc22f00bf3b8ed21a34 2,932 1.00/1.00 vMB 24
531,768 531,768 00000000000000000000d58246258d6c276833f7494e4b10cedb17c4fdfcdd3a 1,969 1.00/1.00 vMB 50
531,767 531,767 00000000000000000020ab405b8551dd747b562adec735b23b61fe0c0efd5b84 1,586 1.00/1.00 vMB 35
531,766 531,766 00000000000000000015c59c308ce8dd1db98451d75ed286ed43fc60c1cef844 2,189 1.00/1.00 vMB 7
531,765 531,765 00000000000000000015ce25764496a65cc2664aaa9497ff1dc8663c23a6816b 2,633 1.00/1.00 vMB 7
531,764 531,764 0000000000000000001ef27b541db026ca7c48243bc1bb470596f8dc95fc5efc 1,386 1.00/1.00 vMB 12
531,763 531,763 00000000000000000023e7480cef41c030d54c196e905129af81bbff5ae392d0 1,146 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.57 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: 671.02 GB
    • Received: 15.85 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.