Loading Tool

Explorer IconExplorer

Memory Pool

79,001 transactions
29.27 vMB
0.09588168 BTC
Random Selection Loading Transactions
Max Size: 176.93/200 MB

Candidate Block

Mining Attempt 1a944b1b4ce395e98182977181a55a081dec2402b0373979bd20726c2fa9cb96
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9bf483a9a535460ff1c7e39defc79eacb1a9d4ffc95a1ad393b704780679716d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.03409720 BTC
Feerates: 150.62 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (168,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,790 746,790 0000000000000000000349d9b9a658245573a2e3de8a690cb865aea9672d1ee8 2,899 1.00/1.00 vMB 7
746,789 746,789 000000000000000000024e259f265b42728ee655f55578c80f2aeee196d4ffce 761 1.00/1.00 vMB 17
746,788 746,788 00000000000000000009f9d4d4ece9c691ff4a7e232a04c32f53f5a67bb4d41b 1,495 1.00/1.00 vMB 4
746,787 746,787 00000000000000000004fed4b423252b2ef00f10c8baba295d11aa843e2fe819 2,172 1.00/1.00 vMB 9
746,786 746,786 000000000000000000062bc7c0b6f31baa95e67a939ad52e361c5fd4c1b417dc 2,609 1.00/1.00 vMB 9
746,785 746,785 000000000000000000075f0b3153f03205ff7a7e81eef55956cb2fa6a5477db2 1,904 1.00/1.00 vMB 9
746,784 746,784 000000000000000000089e9978c6b5e69d0d02109ad3e418ec096ce03d3292b0 2,115 1.00/1.00 vMB 11
746,783 746,783 000000000000000000098d0c86665071e838f3483d582c0af7a16ef07745020e 49 0.01/1.00 vMB 11
746,782 746,782 00000000000000000003e70c11501aaba9c0b21229ec75b6be9af4649cd2f8d9 1,755 0.68/1.00 vMB 8
746,781 746,781 0000000000000000000868d3139712fe9c5674f33786c00cada57f094bc7c7d5 292 0.09/1.00 vMB 9
746,780 746,780 00000000000000000000de686d8fc6d7ec2142b071b18af1886c9492beca44c9 513 0.21/1.00 vMB 9
746,779 746,779 000000000000000000074a56688a1f62aa40f1d4eb869a4fd97ff4f813c254c7 1,106 0.50/1.00 vMB 8
746,778 746,778 0000000000000000000064ebde9e58c058bf4c608593cb5fd9814706d1f53270 1,324 0.59/1.00 vMB 9
746,777 746,777 000000000000000000087b10f899f37558c4998a756e988a4a7815f7a05d764a 1,824 0.99/1.00 vMB 9
746,776 746,776 00000000000000000004d531a2a6bda3200d27f01e1788fa8542eecd337c9759 2,439 0.95/1.00 vMB 6
746,775 746,775 00000000000000000006404d11ba45913b53308142931f2f019f05df947da6d3 2,023 1.00/1.00 vMB 12
746,774 746,774 000000000000000000076a7e806e5896074394135bfc43d92b630c62bd83568c 1,477 0.50/1.00 vMB 9
746,773 746,773 000000000000000000000970e4f9af4046dd55d914ad5845f60aaa6f97887b52 1,299 0.41/1.00 vMB 8
746,772 746,772 00000000000000000007bda6224c1b9b8c37337a9fe2432cfc9102044b911a6f 2,689 1.00/1.00 vMB 6
746,771 746,771 00000000000000000004ebd70d2a1165a861b69f898d2e6a4595c89a556799de 2,480 1.00/1.00 vMB 13
746,770 746,770 0000000000000000000327b04edad4937e3b4b469e7b247511a6a31556775e4b 461 0.21/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.66 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.08 GB
    • Received: 16.38 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.