Loading Tool

Explorer IconExplorer

Memory Pool

76,451 transactions
28.49 vMB
0.06729769 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt f53f93d92180d40de620aa43c861e3bdac5cc4134ede0d698421fd2ae3e98f55
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 49122a43cec2851a8eb7b28c77d34cddeda52156acc70a637d14b29d63f45688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,207
Size: 1.00 vMB
Total Fees: 0.00831154 BTC
Feerates: 71.79 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (266,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,804 648,804 0000000000000000000c85a2bed3ca28b123e4dc8b9e653056917f1df2a829c6 1,400 1.00/1.00 vMB 18
648,803 648,803 00000000000000000002ce8dcf0a729988d5af0ac6031b70a07d76fecfcae223 2,342 1.00/1.00 vMB 22
648,802 648,802 0000000000000000000c097fbce7f07758a752c2a3d35ed7a659820fbbd8cb7a 2,590 1.00/1.00 vMB 34
648,801 648,801 000000000000000000089616d017873285391b7fe4e6ebdb1217d7115e892ceb 2,750 1.00/1.00 vMB 28
648,800 648,800 00000000000000000006f4157b3fa48928e09f5d8a6696604df43f1187547354 2,601 1.00/1.00 vMB 45
648,799 648,799 000000000000000000017aa67661ee1764357965e04b58b7b789be67af2b5acc 1,562 1.00/1.00 vMB 77
648,798 648,798 0000000000000000000eb01cbd9eb74c58d70ddb93f34e4e1bf71aeb8a6917fb 2,858 1.00/1.00 vMB 60
648,797 648,797 0000000000000000000a63f225af9678b8cd9dd4fb1dec67b6ca2e329d5efe48 2,804 1.00/1.00 vMB 51
648,796 648,796 000000000000000000079363184c289e1e7505fdde6bd7e89d8b6d0125c4bdda 2,180 1.00/1.00 vMB 59
648,795 648,795 0000000000000000000e15256a6c3b07c55c533bf56f18c53b366d32f356b63a 2,079 1.00/1.00 vMB 72
648,794 648,794 000000000000000000053dab2f05432e3f2e9af09e13335604c3cc60f6fec8cd 2,158 1.00/1.00 vMB 76
648,793 648,793 0000000000000000000688646029045bfee4c8f14d959340de87acad866e9b0c 2,248 1.00/1.00 vMB 86
648,792 648,792 00000000000000000007262ccb7b9aa75cee7605218f93848e80c5f4e3817a84 2,011 1.00/1.00 vMB 61
648,791 648,791 0000000000000000000b8597acc39b88a0f9f0e58c82d035852a6ae55a2239eb 2,233 1.00/1.00 vMB 81
648,790 648,790 00000000000000000005e78990cd93eb4261fe80602f1254633cd8e129fa9cae 2,366 1.00/1.00 vMB 99
648,789 648,789 0000000000000000000537609945c47d57ec890d73e5da587cba1069f4f723f0 2,392 1.00/1.00 vMB 67
648,788 648,788 00000000000000000005ac03d1e0aba4af55b8171345bb6e54751d575100415a 2,094 1.00/1.00 vMB 59
648,787 648,787 000000000000000000005f31fb6601806a234071624a72ef215634963af37634 2,424 1.00/1.00 vMB 83
648,786 648,786 000000000000000000076c8033ff919aece8708f2a8de362554ac6dbe32dfe39 1,598 1.00/1.00 vMB 47
648,785 648,785 000000000000000000076e47addf84bc13f48e1c4cf3340acaead9b0f9186ff0 553 1.00/1.00 vMB 6
648,784 648,784 00000000000000000006b3b43fe658733d8f159c8e305a26e4abee29956bdcd0 2,504 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.