Loading Tool

Explorer IconExplorer

Memory Pool

81,507 transactions
34.79 vMB
0.16239550 BTC
Random Selection Loading Transactions
Max Size: 195.85/200 MB

Candidate Block

Mining Attempt 5beec1e6f483d65c376a07e52aa7f92ed7fb4351c1b132e7234aece6c51f5988
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root 83e1a8c0e7aec43ae019949e21f6e69051920457fed11a2320a748a39bc9c2fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,228
Size: 1.00 vMB
Total Fees: 0.03062564 BTC
Feerates: 150.93 > 3.07 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (456,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,776 458,776 0000000000000000015945308eadf852da72d5bc7d293667d71e9d2af9830ab9 1,889 1.00/1.00 vMB 162
458,775 458,775 0000000000000000022442a23789b6a6e5ef4693f73de7e5f9bde7031302889e 195 0.10/1.00 vMB 92
458,774 458,774 00000000000000000239890a9f18d08800f704a85358d975a580eea60c7f7cc2 2,041 1.00/1.00 vMB 105
458,773 458,773 00000000000000000098dcce477f70fa994ecdf7349d543c60a0aad2783f5910 1,807 1.00/1.00 vMB 121
458,772 458,772 00000000000000000229d8a5f874bb3d54895b90c1efe37ccba59f4ad3c89fa0 1,811 1.00/1.00 vMB 191
458,771 458,771 00000000000000000069b7b28ba6ba3de692e7bc337d40a555ee04e213509012 2,023 1.00/1.00 vMB 147
458,770 458,770 0000000000000000010a7c204a3deedc86da6e7703b6d85a29bf223ae0246725 2,136 1.00/1.00 vMB 173
458,769 458,769 000000000000000000a40d081fbea3cc486d47fffa958b4604cf37e002a29abf 1,600 0.75/1.00 vMB 207
458,768 458,768 000000000000000000425a1ef44271b6060026a3532b4f7a8f02576042610e3d 1,753 1.00/1.00 vMB 164
458,767 458,767 00000000000000000099b5997c0e86fa26525b9460ac170a173756af4e9a9f29 2,160 1.00/1.00 vMB 208
458,766 458,766 00000000000000000227c7c16800f4781f3c12619e888be82b62c99d5b40a7b5 1,305 1.00/1.00 vMB 193
458,765 458,765 00000000000000000022be9cd669ecec717b9eb939bf1ea1a298dbf1747ae699 1,870 1.00/1.00 vMB 172
458,764 458,764 00000000000000000081a7f5f710d02ec01ec17c006bd64ea37cad3c60b4c36a 2,162 1.00/1.00 vMB 144
458,763 458,763 000000000000000000ba620df8509a5d01f2532f8e47a412232da14bd99bc181 2,218 1.00/1.00 vMB 197
458,762 458,762 000000000000000000b37606af8129f248c341c5c66d0f3365c184b44800e90e 2,334 1.00/1.00 vMB 188
458,761 458,761 000000000000000000da3413eb9104d4a3bd4448d702ddec0d6514e394d5e078 2,148 1.00/1.00 vMB 171
458,760 458,760 00000000000000000221fd33026f55167170cc374ba1e5dfce6639ae3eec0322 2,342 1.00/1.00 vMB 188
458,759 458,759 000000000000000001316160dcae8d089c7ef00a484b640762e92f7fa4c5575f 115 0.05/1.00 vMB 163
458,758 458,758 0000000000000000007f659e77e9f866528dc18a174f7f7de629ad427c2ac5d5 1,481 0.72/1.00 vMB 171
458,757 458,757 0000000000000000008a1b89f0844e2d8f8b86feadaedffbdc8792777f9d18a2 676 0.30/1.00 vMB 190
458,756 458,756 0000000000000000019fc6ed05b6a9ef8277e5b30cfe7f36c880ee30db04b573 611 0.27/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 783.10 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: 731.68 GB
    • Received: 18.52 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.