Loading Tool

Explorer IconExplorer

Memory Pool

80,733 transactions
29.99 vMB
0.10114860 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt bf1264b353de59decf3e8aefbbc449c9520772119a3f096236add0b06ec63a4b
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root e0e1a05ba116bb8ca174fe8a2558c89eb18ef1a0bf9d2db9a247eb0fa3902ac0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,855
Size: 1.00 vMB
Total Fees: 0.03415800 BTC
Feerates: 100.25 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (809,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,868 105,868 000000000002a0e9b058a00ffc928733f4d43c7e1a472cf7c5d7cd17172fccda 2 0.00/1.00 vMB 0
105,867 105,867 00000000000168c69023de57867a9849dc6220ffda16b76b3dca9ce12b0142fa 5 0.00/1.00 vMB 0
105,866 105,866 000000000001f6ca7cfc45901c70bf22ad0e5f063926f023007673abaccead1f 10 0.00/1.00 vMB 0
105,865 105,865 000000000002a08f4d21e78f357b10bfc6953c7cb4d30db9f99e3a925bd68b57 27 0.01/1.00 vMB 0
105,864 105,864 000000000002cbfacc18ca36ba60b304206e5cfa569599c89bc39f47cef79d24 4 0.00/1.00 vMB 0
105,863 105,863 00000000000007647913ec8ea1af3a101f12cd22ad9152274c92ab9eef451421 2 0.00/1.00 vMB 0
105,862 105,862 0000000000024334fb089b9fa246725da49e3625d91b12e006131d41de0a6270 1 0.00/1.00 vMB 0
105,861 105,861 0000000000023c0a51a14b2406f0f13e1d0502a1a14f6a85b12dd6b103bdd4a9 5 0.00/1.00 vMB 0
105,860 105,860 0000000000008aba7c39f99005444e1c3bf2b26560487775b4a5ee9766033ca6 1 0.00/1.00 vMB 0
105,859 105,859 000000000000b9da782819a0d62ceb4a1806a58e0425b81e60cce64de97bb9a1 5 0.00/1.00 vMB 0
105,858 105,858 000000000000d417974da5c5926633fb547f5f630836781dd06721a81b2df2a8 7 0.01/1.00 vMB 0
105,857 105,857 000000000002ec843fb8144e8b0e5685ab2d9d6b6296d65a7623722ae3f3894f 2 0.00/1.00 vMB 0
105,856 105,856 000000000001827dfbb1beb6eb483e4311322829be2ba96de69f1d357681412c 1 0.00/1.00 vMB 0
105,855 105,855 0000000000006d776b55821f0ae94d202e8976300cdc100c906a81cbf2077a27 2 0.00/1.00 vMB 0
105,854 105,854 000000000000bbc6c58ccc17894516171587150d8b4735a96d16c71a9181a60c 3 0.00/1.00 vMB 0
105,853 105,853 000000000002941938271fb331887fc0e9dda949cd7f6a565de2c52580b412ed 1 0.00/1.00 vMB 0
105,852 105,852 0000000000015d95ec007aa626c7823da434b6ebc18887a6b7dc3beee146e289 1 0.00/1.00 vMB 0
105,851 105,851 000000000002f753dce122a19b91770cf89e3c513942fcc6dbeaa5f92b58a274 1 0.00/1.00 vMB 0
105,850 105,850 000000000000b4fcb3c0f6f548a3bc8a1692b6554736d7f1283dd33acd4e19c3 3 0.00/1.00 vMB 0
105,849 105,849 000000000001bedc4f7772b021162e681f7241018f0e3a4860e3305bb0eb31b9 4 0.00/1.00 vMB 0
105,848 105,848 00000000000188967db4acb880f3e7ca7dc656d6206d52dec2bb9b99757acb83 22 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.56 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: 670.18 GB
    • Received: 15.83 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.