Loading Tool

Explorer IconExplorer

Memory Pool

41,060 transactions
27.37 vMB
0.12796083 BTC
Random Selection Loading Transactions
Max Size: 141.64/200 MB

Candidate Block

Mining Attempt ea76aef6d47ca76187829761f9ca6cd857401e41cdaab7a6413633420f0bdb3c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 4e136a9b874583a3ec7365d2f2e1f544eada7d5a61ffe3d930212f4285ddb246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.06918529 BTC
Feerates: 285.90 > 6.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (302,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,636 612,636 000000000000000000113e438c8ba59d8f4eaa85479315b2f591867077842f21 1,220 0.56/1.00 vMB 14
612,635 612,635 000000000000000000021f270da0453e5983bbb28d017d50c21323cc7f99e04a 648 0.24/1.00 vMB 9
612,634 612,634 0000000000000000000c438e47efd9872ff7095173e9df32575db3ab380fdca2 2,127 0.97/1.00 vMB 11
612,633 612,633 00000000000000000003a5690130a48338a6a4c2d91301f35a9f1530a15e402b 33 0.01/1.00 vMB 25
612,632 612,632 00000000000000000000bd66005b5d188dfdcb7bdd6a7995e44bf7b37880d978 897 0.32/1.00 vMB 15
612,631 612,631 00000000000000000007c48b0d81769a7579f19442d28a0b1f8766a5c3671f4c 940 0.34/1.00 vMB 3
612,630 612,630 0000000000000000001323a63bd1edf1ffcf8410aaadd71ab63d3d793f636389 3,059 1.00/1.00 vMB 8
612,629 612,629 0000000000000000000999925ca99f1d2b1b58f5d720945cf1308cc8975b3d96 1,910 1.00/1.00 vMB 3
612,628 612,628 00000000000000000012e064b18743d2c914730669cf874987536ddf6efcd4c9 2,725 1.00/1.00 vMB 20
612,627 612,627 0000000000000000000b3033e17cf0fff0bac38d99f9e0460e0160ff5d1b0b6d 2,880 1.00/1.00 vMB 19
612,626 612,626 0000000000000000000b4a97b6d75c6a33821e2e432c53c5a51c523e06c3f10b 3,132 1.00/1.00 vMB 29
612,625 612,625 000000000000000000007363d88c949f0627bcd563e1c91e36f6e58dd8c903fc 1,658 0.49/1.00 vMB 13
612,624 612,624 000000000000000000047fced001e8c1902b30759ddc3e2add01c6d49accdd59 2,256 0.71/1.00 vMB 12
612,623 612,623 00000000000000000003907623592c25235ded43585ee7e997239a90a2102a15 1,075 0.31/1.00 vMB 11
612,622 612,622 0000000000000000000f1fd275cdd9b3ca75017054c53dfebe8a78974e99535a 2,212 0.90/1.00 vMB 10
612,621 612,621 0000000000000000000de277e1772ada97eee5103145d2ab4f94946d3d8b5bcd 88 0.03/1.00 vMB 17
612,620 612,620 00000000000000000003444a5e59b80632f94c2486b9b54578e668105d10904a 210 0.08/1.00 vMB 7
612,619 612,619 000000000000000000140797d77e5ce8ceb6d8aba52c06777434bd4c07969bee 1,610 0.52/1.00 vMB 19
612,618 612,618 0000000000000000000d2db9e0536bd2b75e7680d4d21c2d8b5b0b04913cf802 775 0.31/1.00 vMB 11
612,617 612,617 000000000000000000058fda7add89c488d6d171da44f27ab53870ba4dbb14dd 908 0.31/1.00 vMB 16
612,616 612,616 000000000000000000020a9c70c41cc4a0d29029428f2b9c212bde1c38ea4cf3 713 0.25/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.