Loading Tool

Explorer IconExplorer

Memory Pool

43,007 transactions
29.17 vMB
0.07762702 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt ffa90e76cbdf0e65b4949273b504ebff685ebac3bc6e5d38af2afbd1e347f2ff
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 90ac30a4fe3efadd6e01f0fd613e0eb922fedf5a838e52257ac43158ccf7f1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.02055911 BTC
Feerates: 150.75 > 2.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (161,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
752,919 752,919 00000000000000000008e18f5c71e537495702def5c416672c711dd68ecc4262 3,028 1.00/1.00 vMB 17
752,918 752,918 0000000000000000000022aadaa3ed2f12cdbd9ce03e15ef14386fcbaecd53ff 2,818 1.00/1.00 vMB 13
752,917 752,917 0000000000000000000696aed0aace4b533313545695113ed5e0d2836d535703 2,526 1.00/1.00 vMB 17
752,916 752,916 00000000000000000003bf3d0fece53c6b7ecd0aea5fddd1d79a016c86b95592 2,729 1.00/1.00 vMB 20
752,915 752,915 000000000000000000035bd95c354d6a48bb8983765924c35aac3884728db28a 3,068 1.00/1.00 vMB 36
752,914 752,914 000000000000000000011d3431f9940e2a47f1b5a417d59cccc1fa07fc663a11 1,506 1.00/1.00 vMB 6
752,913 752,913 00000000000000000006f208a5a37eb0a3d5a46431996fafd3b8e43c0610fff1 3,245 1.00/1.00 vMB 12
752,912 752,912 000000000000000000027037c124d568e7f6b80008148511819f0144e21133d2 3,548 1.00/1.00 vMB 14
752,911 752,911 00000000000000000008e61c36ab962eeb1b6a96146dbd34ad85870575ed92b2 2,720 1.00/1.00 vMB 14
752,910 752,910 00000000000000000007549cb72b036da4c2f8b54dbc50bbc68f818f7445952e 3,186 1.00/1.00 vMB 34
752,909 752,909 00000000000000000008cef1e1f1c359b929a7377089af1a2bd1ec39d144f97d 945 1.00/1.00 vMB 14
752,908 752,908 00000000000000000006374d81971e586a9c259ca35f56360c710586b57295f3 2,934 1.00/1.00 vMB 26
752,907 752,907 0000000000000000000427b7af8085ccf9c61f6a8e7ec192f6ade5bcd0cb0a79 1,507 1.00/1.00 vMB 4
752,906 752,906 0000000000000000000254e81a91a4898357d3a77c40ca7aeb8edb544b8ae740 3,044 1.00/1.00 vMB 10
752,905 752,905 000000000000000000070fa22246d694a28ef7fd1ea04811b854cc6e2b62a5a4 2,759 1.00/1.00 vMB 12
752,904 752,904 0000000000000000000255f3ffa0cd7cf464f07f644ce957eed462be99ebb59c 2,207 1.00/1.00 vMB 5
752,903 752,903 0000000000000000000073405693b4dae246c9fac95a5e320c3f56822ffcda97 2,695 1.00/1.00 vMB 9
752,902 752,902 000000000000000000070e82cdfa63da5337896d5611addf7b5c316b73788584 2,085 1.00/1.00 vMB 12
752,901 752,901 00000000000000000002f2821dc368e3de433bc8c0096728b2c7ba3fc9c9d2d8 2,625 1.00/1.00 vMB 11
752,900 752,900 00000000000000000008000f4b6b9ae739a801a1735a9bc4a63a6cdb282436bb 1,626 1.00/1.00 vMB 14
752,899 752,899 00000000000000000008408d85a971f789faccee260ed1f7abbc206d881a601c 1,341 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.70 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: 629.20 GB
    • Received: 11.88 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.