Loading Tool

Explorer IconExplorer

Memory Pool

49,295 transactions
30.24 vMB
0.17138828 BTC
Random Selection Loading Transactions
Max Size: 161.77/200 MB

Candidate Block

Mining Attempt f24c72e78a5acd99cd8ea8abd798bee2d428742064eb472a2a3905858e1a5db1
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 65e73b352a127c8be42483d60dc858f336c06c9c1a9b5742db1593d8c998f19d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.09219775 BTC
Feerates: 261.10 > 9.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (332,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,872 581,872 00000000000000000003609423af8fa8c8a51e90dfbfc2d7d29e2ea2de07a7f4 3,050 1.00/1.00 vMB 119
581,871 581,871 000000000000000000127e3061ca3cf5314bfc58f0242e9c04456865126671cd 2,660 1.00/1.00 vMB 139
581,870 581,870 0000000000000000000723947d4e4562c9d6f6405be4d1a45f4cc39308e08cf6 1,494 1.00/1.00 vMB 93
581,869 581,869 00000000000000000013c66c045f96d14181d0f3ceefa197722ab4b2cc8f6ec0 2,107 1.00/1.00 vMB 100
581,868 581,868 0000000000000000001315e7fe151dc2720b2bc0b79cf89fd00526a893cc9d94 2,529 1.00/1.00 vMB 107
581,867 581,867 0000000000000000000a1e1c2c90e9b86dc1c8b01ed847c58219f3f6b581bd7f 2,763 1.00/1.00 vMB 131
581,866 581,866 00000000000000000019cc03e5f963b886a51acc0f1ec577c6185c8656a70051 2,886 1.00/1.00 vMB 131
581,865 581,865 0000000000000000000ce87c8cecc87021e36c921961d0f09e4cc8abf684913a 2,877 1.00/1.00 vMB 129
581,864 581,864 0000000000000000000b14365a1cf7e097d85f381ed528f9da3b592d4bd2c850 2,157 1.00/1.00 vMB 108
581,863 581,863 0000000000000000000a28806cf202eed706ae00873f91932c09a1ab423b26a1 2,323 1.00/1.00 vMB 114
581,862 581,862 0000000000000000000994b3907eca78f4b89385982de958fabf082d58b55cc3 2,818 1.00/1.00 vMB 129
581,861 581,861 0000000000000000001c008e0c13f08da06b095da0182564c9a94412ef8fefcf 2,407 1.00/1.00 vMB 105
581,860 581,860 00000000000000000013fdf48d586101ce89dc0debad67d8ad3f9a554254bd0f 2,045 1.00/1.00 vMB 93
581,859 581,859 0000000000000000001d59d46d7947010f84b9407966f8cf78be4ef17279770a 2,386 1.00/1.00 vMB 108
581,858 581,858 00000000000000000004e57d99feba9b06d24607e65fbc8e8d6451c1cf2d2cab 1,908 1.00/1.00 vMB 101
581,857 581,857 0000000000000000000e083513f9256874ef7069cb13194ad646c67d4b2ce628 2,422 1.00/1.00 vMB 114
581,856 581,856 00000000000000000009c56f775fde7d4b8210168ecfa36b882f022fab57fcd7 2,907 1.00/1.00 vMB 136
581,855 581,855 000000000000000000084069cbd333201c1d0f2368d9926be7546ae8275edbc7 3,195 1.00/1.00 vMB 104
581,854 581,854 00000000000000000020f71f9685f42aa89a0c40851072c44a249017cccbc2b1 2,451 1.00/1.00 vMB 124
581,853 581,853 00000000000000000002a7b40bd3e187e926f168ca25bde358cc36421d3cb470 2,524 1.00/1.00 vMB 133
581,852 581,852 000000000000000000056bbadc6e99ef19e87ce5fa6d38cd95518a67c6837cdd 2,863 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.