Loading Tool

Explorer IconExplorer

Memory Pool

75,658 transactions
31.92 vMB
0.09291295 BTC
Random Selection Loading Transactions
Max Size: 184.63/200 MB

Candidate Block

Mining Attempt bf5a5d2af68b65ec31fe0482371c1dc0d3805b11994ef9b3fb9ebfcd73f7967a
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (237,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,030 677,030 00000000000000000004c535303378c5b5974ac3da77a7ea065ba36a4f5c3ce9 2,951 1.00/1.00 vMB 102
677,029 677,029 0000000000000000000277837859d092b31371fdcf036bc4b103e1d5e6335deb 3,385 1.00/1.00 vMB 119
677,028 677,028 00000000000000000007b5c7a9527eddbef6e5a2df454f906148336d1840b0de 2,781 1.00/1.00 vMB 57
677,027 677,027 0000000000000000000bda2e8a9841eb42589f4c20d5071be2afc576e91220f8 3,127 1.00/1.00 vMB 64
677,026 677,026 000000000000000000015d36ffb772b87fdbe35f06602e17ebe1277cd95d4d7e 1 0.00/1.00 vMB 0
677,025 677,025 00000000000000000002cbd1bf923700f5525e42c928a91cd07ae4124f345dc0 3,128 1.00/1.00 vMB 81
677,024 677,024 000000000000000000013298fb508ff0837fdbed0b5e50c34cfd8cc264a5b5ef 2,494 1.00/1.00 vMB 68
677,023 677,023 00000000000000000009910502e007ee6b568a8ad7ca2288d23537dbc142565f 2,922 1.00/1.00 vMB 72
677,022 677,022 00000000000000000006088c947a7b02f43f30320cd2921bd03ea23b12ba85bc 2,847 1.00/1.00 vMB 68
677,021 677,021 00000000000000000003ea6ab5d45cc5d9e356032bf11f372307736ea8f22bc2 2,453 1.00/1.00 vMB 83
677,020 677,020 0000000000000000000bcca319b4678ce7cf619aaa4af01e7b1fd1ffba79d357 2,359 1.00/1.00 vMB 82
677,019 677,019 00000000000000000009c2dbcac7631d4cc65b973ef983b94483d65c378711eb 1,309 1.00/1.00 vMB 79
677,018 677,018 0000000000000000000213726e2c091113e614ac2f9cddd9d3ef0cb6bbaabd0b 1,926 1.00/1.00 vMB 84
677,017 677,017 0000000000000000000538d6fbe4c9999c4ffe6c1632474768b6c734497a7f87 1,894 1.00/1.00 vMB 79
677,016 677,016 00000000000000000007482d10121ace31d8fb024a5132e5e8de356635fd599f 3,013 1.00/1.00 vMB 91
677,015 677,015 000000000000000000000af14b0a0e14cb8c5e0ed4d1d8a6229750f119380827 2,859 1.00/1.00 vMB 82
677,014 677,014 000000000000000000090dd951e8ed3f9c2440da61bbc3ffb760ddc70bee2652 2,569 1.00/1.00 vMB 89
677,013 677,013 0000000000000000000a056f5c8c2dd3a907bd32847ad780d1ba3f0d7c39b96a 2,266 1.00/1.00 vMB 79
677,012 677,012 0000000000000000000588450d710e406e45d16d503cce019dbdca9633910e35 3,300 1.00/1.00 vMB 110
677,011 677,011 000000000000000000066a8fc951b5bc29faaca01fc8eeefa3a85d4bb86e4fc5 2,609 1.00/1.00 vMB 79
677,010 677,010 00000000000000000006b38226fd10347a0516b9acd1e2c3fb7cd44d7ae12271 1,971 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.