Loading Tool

Explorer IconExplorer

Memory Pool

76,853 transactions
28.71 vMB
0.11436461 BTC
Random Selection Loading Transactions
Max Size: 173.71/200 MB

Candidate Block

Mining Attempt 8f69186bc71036cf9e4c41f653f6ff3bb26aaa7346865629e88884281492b870
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 1b2479661e5f24342ba1aaceb0b9370f0d1144bc9ac4e0a88fae3e3e765864b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,998
Size: 1.00 vMB
Total Fees: 0.05457444 BTC
Feerates: 101.65 > 5.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (209,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,733 705,733 00000000000000000009f55d613366f697fa9ddbdfbe640f8fb04ac7faef8770 3,057 0.84/1.00 vMB 4
705,732 705,732 00000000000000000006717d5041d4bf6344942f1abcc3ce43c8a7ba51bbd164 2,017 1.00/1.00 vMB 11
705,731 705,731 000000000000000000073f6e47659864e060443d4fd66f11e759da085af54888 3,387 1.00/1.00 vMB 15
705,730 705,730 000000000000000000015dde7011f755b91c73bb329673f4ade27b3907c8186b 1,606 1.00/1.00 vMB 19
705,729 705,729 0000000000000000000b0bab7c03c1c114d9af7331997b88e78bae906b1f3667 1,088 1.00/1.00 vMB 10
705,728 705,728 00000000000000000005a3163a47b2b89e87a02c0ff0f658045a6d8d38fad141 2,460 0.74/1.00 vMB 17
705,727 705,727 0000000000000000000aec5899ca8742ab002f8016b85c37e6f5f660aa1c74ae 2,272 0.82/1.00 vMB 15
705,726 705,726 00000000000000000003bd39047f328d4f11d755ffc52a4b8e120bc52bcbbebf 739 0.31/1.00 vMB 5
705,725 705,725 00000000000000000009a0c2348faa75050aefc12ded6ebe73663d5632557a35 2,582 1.00/1.00 vMB 5
705,724 705,724 0000000000000000000281f2fea9f112c1a26e7a3b15663be5d84795694c69dc 3,223 1.00/1.00 vMB 26
705,723 705,723 000000000000000000050c5c83618fee7027fd7ccaea59f4206276ccf13eb0f9 1,741 0.63/1.00 vMB 14
705,722 705,722 00000000000000000006661ea72897be016f760469e4dae1be5179e3d348cba8 2,333 0.98/1.00 vMB 5
705,721 705,721 0000000000000000000223b502c4c60d4e32d367a33762dac3c6f06ce9e7d32a 2,822 1.00/1.00 vMB 15
705,720 705,720 00000000000000000003712b1e13fdf559309f71dde8d2343c47b5df9f68940a 2,454 1.00/1.00 vMB 13
705,719 705,719 0000000000000000000280fd1b41056da24ebfb54e84636506828f9da0637795 2,115 1.00/1.00 vMB 4
705,718 705,718 000000000000000000033c8ec44721d844aa63f4312d65261eb4c4d0cd4e0379 3,035 1.00/1.00 vMB 9
705,717 705,717 00000000000000000007c2942f5cc9cde2e86358f6e1bd50e24c0b32390f8657 3,057 1.00/1.00 vMB 9
705,716 705,716 00000000000000000000be187ab6fde7b2ee3d82e1e128d7ed375494751453c3 3,439 1.00/1.00 vMB 31
705,715 705,715 00000000000000000001740459cdf85e801d43ddca548670fe7e83a90b1a1a70 1,157 0.82/1.00 vMB 4
705,714 705,714 00000000000000000002fcf26b7692e260214221c01c3640f235ef74683842cf 885 1.00/1.00 vMB 6
705,713 705,713 00000000000000000004edfee47434f1cea3a6bf850bbe0b38aca159aba0456a 1,668 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.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: 671.52 GB
    • Received: 15.95 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.