Loading Tool

Explorer IconExplorer

Memory Pool

49,179 transactions
29.81 vMB
0.09609387 BTC
Random Selection Loading Transactions
Max Size: 158.85/200 MB

Candidate Block

Mining Attempt 7fbd7d5d844442471959fa0cde9084a5298c46688d4d6933d9ec36b9bb09a32a
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e30e72571df71f366d17bb4a1a1cd06a3d738e7c2613bedf5349a69c3d1b524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03234620 BTC
Feerates: 150.68 > 3.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (332,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
581,851 581,851 0000000000000000001e704339e867217898d3d9d940ae77ef7d14c28fb1658c 2,104 1.00/1.00 vMB 43
581,850 581,850 000000000000000000188d6add6c94d089a16b108b3e74cf6ed21b6ff4740fdd 2,481 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.