Loading Tool

Explorer IconExplorer

Memory Pool

79,986 transactions
29.19 vMB
0.06819555 BTC
Random Selection Loading Transactions
Max Size: 177.90/200 MB

Candidate Block

Mining Attempt 1e406503e4b251176ca6e92fdd9769a511e0446b46465222317a086253af4529
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root a5ab9eeeb78687234cd36c694304471afe2283679e93742e4ec1c67b7c84f710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.00711456 BTC
Feerates: 201.05 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (246,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,911 668,911 00000000000000000003fa047cf63bba1b152e3dc58b84d95b8b2ce14f9dc214 2,919 1.00/1.00 vMB 38
668,910 668,910 0000000000000000000c1eb9b783bbbf0480ffdffde4e58672b1edc8f47eecad 2,473 1.00/1.00 vMB 49
668,909 668,909 0000000000000000000cf5241305927d6979e304ab12bf06f7145c55b5410794 2,630 1.00/1.00 vMB 81
668,908 668,908 000000000000000000099794e75e69374ecda393c8fc5654f7320b14d8bf7b9f 1,797 1.00/1.00 vMB 111
668,907 668,907 000000000000000000007a266031aa7f52c74f9efffae184c300b1011e987ef2 2,986 1.00/1.00 vMB 130
668,906 668,906 00000000000000000001afb4a003c3496b0e8e9e18f864130a7abf98d4e2f285 2,047 1.00/1.00 vMB 51
668,905 668,905 0000000000000000000b60743c19926c216071d75c1b74244682175987b37523 2,108 1.00/1.00 vMB 91
668,904 668,904 00000000000000000006ce61e32a3b9bfe0c2efa020f1ef82ffba81f825c5eee 3,062 1.00/1.00 vMB 62
668,903 668,903 0000000000000000000c2da7bef5f6d0ce6e0aa991d1d7d663ae6c235b62fe59 2,890 1.00/1.00 vMB 124
668,902 668,902 0000000000000000000a9655e336263c226c1bc086966c76e49fc2b244c0da5f 2,969 1.00/1.00 vMB 98
668,901 668,901 0000000000000000000b08be11492ea11fdd5edfa8fcaba1a2ad1d44bf68ee94 2,922 1.00/1.00 vMB 89
668,900 668,900 00000000000000000004b1d217c6e7d80ca73b36e8f198dfaddad945b6d1c250 1,978 1.00/1.00 vMB 110
668,899 668,899 00000000000000000000f7f139c853c6eaa648cfad5cd5ffd549b5e1e78f0b1b 2,793 1.00/1.00 vMB 115
668,898 668,898 000000000000000000035ff9c731eff47a4d4fb04ee6bbe50ccae5d8c5a462b7 3,329 1.00/1.00 vMB 146
668,897 668,897 000000000000000000072a88731c6527846d404aeda3f7b6bc8295a3c137225b 2,070 1.00/1.00 vMB 113
668,896 668,896 000000000000000000020f211a05bcea74e93831ea453cf2eeb614f0d70c3214 2,169 1.00/1.00 vMB 121
668,895 668,895 00000000000000000007b2643098ddc620230234d4f8568fa731e21ccf0fb38e 2,573 1.00/1.00 vMB 62
668,894 668,894 000000000000000000035d3e5ac5405b39c80a50b3530416f155f4ea3dfb84c8 2,473 1.00/1.00 vMB 105
668,893 668,893 000000000000000000021b2fb2a7870171ce10d7b82955b942dae3ccab33cafe 2,335 1.00/1.00 vMB 119
668,892 668,892 0000000000000000000c9d0c19391a2f518ae0e44e83bb9ee70c2cc7037caabc 996 1.00/1.00 vMB 112
668,891 668,891 00000000000000000004c95c2d09b29ff155534e0ed51d9220a92a7e49dc9a44 2,435 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.