Loading Tool

Explorer IconExplorer

Memory Pool

83,076 transactions
31.00 vMB
0.09256236 BTC
Random Selection Loading Transactions
Max Size: 189.59/200 MB

Candidate Block

Mining Attempt 726b30e5cd8bb49e91c4c07ccbbb9c8fbac96e48c99d0dce0abe7e0ca0b30121
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8a84c868fbe74768af9676a588e29bb5bfee3b582857a9a0907af6b385b28a89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.02083270 BTC
Feerates: 150.92 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (264,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,045 651,045 00000000000000000006e4ff71f049045c8c4ee0f44fcc1d65a5f461446728ab 1,934 1.00/1.00 vMB 6
651,044 651,044 0000000000000000000a8ab87e4ddc2a795177637d31e27a5aad034ba79d3880 1,285 1.00/1.00 vMB 20
651,043 651,043 00000000000000000001404eac75c7c46142248aa1b74e9c3e13fbb2e45fbbf0 1,511 1.00/1.00 vMB 7
651,042 651,042 00000000000000000008cdba1c49cc25b374ae37a38f7861a2e7a2a9d14bfd98 1,704 1.00/1.00 vMB 12
651,041 651,041 00000000000000000003e4a12642b196856fcd4f1e5f1ff617c8a3523026ce06 2,258 1.00/1.00 vMB 40
651,040 651,040 0000000000000000000c4511a33bda1ae2e979a2830604d4c9db88208e1322b4 2,553 1.00/1.00 vMB 71
651,039 651,039 00000000000000000001777d38d6f25d80c112c1e8a1dcb78c4750528c6c5853 2,159 1.00/1.00 vMB 28
651,038 651,038 00000000000000000008d4ed300967d39e2eff6ec13f558976ab7c24b69993ac 2,173 1.00/1.00 vMB 48
651,037 651,037 0000000000000000000901f086b26551da3e2730f546ebe3597a8ee4f6440188 1,972 1.00/1.00 vMB 80
651,036 651,036 00000000000000000009af54c30a6f9cdcfa8d61bc949490efc119650361010c 2,373 1.00/1.00 vMB 65
651,035 651,035 000000000000000000056a399234a23760e813d7d265661cf97c2ce41489fd7a 1,810 1.00/1.00 vMB 29
651,034 651,034 00000000000000000000865e0aa86ec23af10f0240383e2cdd8fe4dce77b5d87 2,022 1.00/1.00 vMB 44
651,033 651,033 0000000000000000000a19152800190e38bf62444fb58005403aa534161390b3 2,086 1.00/1.00 vMB 50
651,032 651,032 00000000000000000008b1cdea9622c58995ba45bb14d9eb3d577ac02fec4edd 2,072 1.00/1.00 vMB 14
651,031 651,031 00000000000000000003415bad8d0b0be82b74e5660382faf58cfe929ee30fe9 2,772 1.00/1.00 vMB 85
651,030 651,030 00000000000000000007e4817c9a54a99051f46e638b0124465d279b8cdc79dc 1,071 1.00/1.00 vMB 14
651,029 651,029 0000000000000000000c9c620969e2021401b452ac11db1f5f9505ba3fdb000e 1,660 1.00/1.00 vMB 10
651,028 651,028 0000000000000000000e3e1ad40b0e98aa5408e4263d8040cc98af588df714e7 1,829 1.00/1.00 vMB 27
651,027 651,027 000000000000000000088dfc5a88d25415e0de899fe1bed30cd0b44a59f14be3 1,111 1.00/1.00 vMB 32
651,026 651,026 0000000000000000000d7e9b7f90a515bc17b43ec3e85a1dffc6b6e01b523229 1,411 1.00/1.00 vMB 65
651,025 651,025 000000000000000000062d51bb71ff909550d3d655c3924d22d843ebfb9e7f1a 753 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.