Loading Tool

Explorer IconExplorer

Memory Pool

35,270 transactions
28.05 vMB
0.05959839 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt fdcdeebcace1aea89d49b3699345954e3f0ef74324c969bfddf7e944622e1948
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 27bea7b90c16665fa4e27635ef04fcfa0e43ff419d796dbe872552c8b2188028
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,878
Size: 1.00 vMB
Total Fees: 0.00594413 BTC
Feerates: 53.51 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (859,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,762 54,762 000000000c4f2df8fd69e7db4a6f20d5c9a15846d0433eb316da800620445178 1 0.00/1.00 vMB 0
54,761 54,761 0000000008d763f88b46c6eca6cf50a28fd8c6c154dc18aa54c6e546b05ffec7 1 0.00/1.00 vMB 0
54,760 54,760 000000000bae452dfc58bdc28fabebdb4371134fec92531b1507b5b6d772368e 1 0.00/1.00 vMB 0
54,759 54,759 000000000d4199d01e97f343543e72e5f493cb381189ff218f1cf373394e2a60 1 0.00/1.00 vMB 0
54,758 54,758 00000000137df7a897886ab8b43209b270bfbf52a4aff5de9856fb4e742315bf 1 0.00/1.00 vMB 0
54,757 54,757 0000000008a730107a850190527dfea754afe20ff6b8c4cba74157bd37322390 1 0.00/1.00 vMB 0
54,756 54,756 0000000003fd0ab4a17ef01e1b58572f50f11df820cf4c9d56d813f3b720cf8e 1 0.00/1.00 vMB 0
54,755 54,755 0000000012c7a4924f2cae056dc47b14e72d2b685035f29b38279f8293fbbcde 1 0.00/1.00 vMB 0
54,754 54,754 00000000122e78e5169b2b59176a7fa7d9fe20fc31a1dbf55c8f1d6dbd72bcd5 1 0.00/1.00 vMB 0
54,753 54,753 00000000126c8e4987753b45cd9077b352786dc661dda16673097d5a9d77e4c3 1 0.00/1.00 vMB 0
54,752 54,752 000000000b59f9ddbe4762c1c6fd315b717921f96f299a26447fdf20e07c2d1f 1 0.00/1.00 vMB 0
54,751 54,751 0000000007f6ccda7829b24fcb6944eef38f8f5de2b16041b6e09fb16ddbd06e 1 0.00/1.00 vMB 0
54,750 54,750 00000000100ba2b6d398bc3c3567bf8e967a986f35b29a72cd3f2de30fde995e 2 0.00/1.00 vMB 0
54,749 54,749 000000000f337922b2421c17ceee1a042d4ade313a03c7fb3b9fbf95be0cfb8b 1 0.00/1.00 vMB 0
54,748 54,748 00000000001e728b24682115a84371080e5ad4acf632f2b4eceea1d7339f4363 1 0.00/1.00 vMB 0
54,747 54,747 00000000011bfa61b552ca46191dd1546363d43042c363fa2cc4140aa0b56ead 1 0.00/1.00 vMB 0
54,746 54,746 0000000004b4cabfb61beac1df8b4eae5759a748915d2d758f5146f10852a189 1 0.00/1.00 vMB 0
54,745 54,745 00000000026fe5d970e3eb149fd3306fd54315f38c2f402b4024c7edf624627a 1 0.00/1.00 vMB 0
54,744 54,744 000000000c8fd08489c45a5a9203c7433e60d073015446ccc78c77578c0970e6 1 0.00/1.00 vMB 0
54,743 54,743 000000000472003cabdd0fa70d7ca39d9b95d502ae71008165b81c9260188ec4 1 0.00/1.00 vMB 0
54,742 54,742 000000000587e5f5d54cbc8c3eebabb1e84192b9956598fc92c6d78517d8ad0e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.38 GB
    • Received: 11.45 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.