Loading Tool

Explorer IconExplorer

Memory Pool

86,901 transactions
31.83 vMB
0.15564362 BTC
Random Selection Loading Transactions
Max Size: 191.91/200 MB

Candidate Block

Mining Attempt 7afba5eff0a819a07319884d56daf23d616e757044ba88e552dc009f2df58155
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root a100729e6c38e836b33a1fd6534c4cacb0ff1b27e5ea78394e76e66bf73d266a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.06902498 BTC
Feerates: 214.31 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (214,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,786 700,786 000000000000000000095c888ee6e2c2ac4e76a02fefef8f59625e871f677e50 496 1.00/1.00 vMB 9
700,785 700,785 00000000000000000002eb9a622e6f0e93cf800a2d31f5b96ca2bb316cb5f141 1,544 1.00/1.00 vMB 11
700,784 700,784 000000000000000000064cc8fbbccc9942e5888e6a37d69d4f159aa0f0775da9 453 1.00/1.00 vMB 9
700,783 700,783 0000000000000000000a64f17ffd1e6d99e9e7123b4fbdaf7a62d9cb45c03411 2,074 1.00/1.00 vMB 22
700,782 700,782 00000000000000000005edf7b66f22aa0f13188cb4bc98b964a935541a779c6c 473 1.00/1.00 vMB 10
700,781 700,781 0000000000000000000e6ef79106933b8d081fdc3d589f05eb668185b500e819 1,298 1.00/1.00 vMB 15
700,780 700,780 000000000000000000040f83f6f59781302b20029158b47327af773b27be8ca6 1,343 1.00/1.00 vMB 15
700,779 700,779 00000000000000000007318a73e7df98528f6212981e9efa7c7e072e69344b22 1,688 1.00/1.00 vMB 11
700,778 700,778 0000000000000000000605553cd4f603b57e340a4e9446ec1c4d964180fcb512 2,501 1.00/1.00 vMB 33
700,777 700,777 00000000000000000005a6ced2ca36d5a2f7790a87fd368ff01baf9e867c07cd 3,297 1.00/1.00 vMB 4
700,776 700,776 0000000000000000000417b95392d9fdfc2a030988edce452e04a4c7f75abefb 1,978 1.00/1.00 vMB 10
700,775 700,775 0000000000000000000ca80ba4e152d5d20e1b4887fff4680cc817649ef43192 2,829 1.00/1.00 vMB 23
700,774 700,774 00000000000000000004c02070b2b666a8b74fc68ff132b614e72090291bb3f2 1,453 1.00/1.00 vMB 14
700,773 700,773 00000000000000000004e575fe5fb8fb847b1b7aaf8ad5dafe62e18d9afe0da3 2,221 1.00/1.00 vMB 18
700,772 700,772 0000000000000000000f2a0961d6a218b45598ee8104238550df0cf0af43310a 2,524 1.00/1.00 vMB 17
700,771 700,771 0000000000000000000bebaf7f15f43aa02044bd0373d840600715bf87a97c3d 2,172 1.00/1.00 vMB 8
700,770 700,770 00000000000000000009640fd0b561c3bf5987b5540418c6d73cbf8941b605af 1,939 1.00/1.00 vMB 14
700,769 700,769 000000000000000000068dc10ef38970bccfe2a37817fefde90f3c7b89a2fd29 1,736 1.00/1.00 vMB 11
700,768 700,768 00000000000000000006ec30ef24156e57606079036b40f8c7824dec726c19eb 1,803 1.00/1.00 vMB 21
700,767 700,767 00000000000000000006ff01f0bb7bb8254834bbf92d7f431d17cb47093b8fe0 2,442 1.00/1.00 vMB 20
700,766 700,766 00000000000000000007c64e91a40c69036c33916d9d09dc54d5d9f8d43937e3 1,722 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.33 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: 660.79 GB
    • Received: 14.77 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.