Loading Tool

Explorer IconExplorer

Memory Pool

80,761 transactions
30.16 vMB
0.12261938 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt 2611053a62385b595a66e70a9e1237662326443c5733f91757a6412d876b4248
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3b91e6af290f8a03bed6946c03152f9d1a697504ab4b1bda1c3cd9437c9da714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,477
Size: 1.00 vMB
Total Fees: 0.06090566 BTC
Feerates: 180.34 > 6.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (610,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,053 304,053 000000000000000021b64f045f36a458aec669c2ca793ffaf6b9f4db3383719f 307 0.19/1.00 vMB 30
304,052 304,052 000000000000000056c91d439c22f7ad3fbdaee9ca7af1546dce17bfca2ee47f 80 0.04/1.00 vMB 24
304,051 304,051 0000000000000000618687e349c5aead9b8f8b799819b7d1f9abbc7d7ebbb8c9 943 0.57/1.00 vMB 32
304,050 304,050 000000000000000012a3b5e674fbb1fb52606e50e379dd59146c39a3e8faf38c 173 0.09/1.00 vMB 16
304,049 304,049 0000000000000000641a264bbc6a4c16f72f0a1e002ff34a1dd9fcd6ae77492c 433 0.22/1.00 vMB 28
304,048 304,048 000000000000000023198c9664492f2172c97e6db4dded72437e1cfdecd0261d 146 0.11/1.00 vMB 27
304,047 304,047 0000000000000000161c016cf6f13e5427d70b5ae8f3218563598f5d5ca3cd07 210 0.25/1.00 vMB 14
304,046 304,046 0000000000000000243f552e47485e660b009acf1f7e583aa5622e62beb1926d 1,030 0.35/1.00 vMB 49
304,045 304,045 0000000000000000510bba2ee1c4bb5d6620ed2d105c0d3aba5d168ae178d3e0 136 0.07/1.00 vMB 35
304,044 304,044 000000000000000008c02b5beafd94717e39cbb49644ffcd2d804183025dc430 483 0.28/1.00 vMB 30
304,043 304,043 000000000000000061a6906395c74576b2ec8ad8aa5529f8eb664c1da6d80976 1,180 0.61/1.00 vMB 39
304,042 304,042 0000000000000000191626841baa9d37889649c902c8c095043cca56745e1fa0 285 0.14/1.00 vMB 25
304,041 304,041 00000000000000000b88b8173bf52a501036ecd77e0e47680f77d9f6a2afef1a 1,565 0.81/1.00 vMB 34
304,040 304,040 000000000000000049b8a640c155468c92c95c6e42c76b3036f8c003879e5167 564 0.33/1.00 vMB 31
304,039 304,039 000000000000000047f6d66e44cafd9b41bfa4ce70428d95db693eeb346c6bab 206 0.10/1.00 vMB 34
304,038 304,038 00000000000000001b2180111a9a7fd67b64cde12249df4f7cf95dd0afaa9a58 189 0.12/1.00 vMB 28
304,037 304,037 0000000000000000136070097541f7457efa6014076062f23566ffed70a7deb7 612 0.31/1.00 vMB 60
304,036 304,036 0000000000000000457ee70fa42e19013551a3e35bf096b8fa8f895113260980 800 0.49/1.00 vMB 30
304,035 304,035 00000000000000000adc83b1ef2cde59a9de37646cfa14f8d4c1a48affc209dc 25 0.01/1.00 vMB 21
304,034 304,034 0000000000000000510a081e4a63babf4ad29a0e1a52d3acb8156af9ae9b2a2a 308 0.29/1.00 vMB 13
304,033 304,033 00000000000000002f6b870c6a39db3d09ae5da5f35150a233ff6ef4f4ecaaba 319 0.16/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.