Loading Tool

Explorer IconExplorer

Memory Pool

50,663 transactions
28.63 vMB
0.06823451 BTC
Random Selection Loading Transactions
Max Size: 153.94/200 MB

Candidate Block

Mining Attempt 46ea705042052951f5de61e9969fe2b7556af2fb4e9b7ad72d4dbdbceda32100
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root d00c6070bcb87106a7bb52cd10a9e0209f173146dd3d64b9db8261687c0e9bdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.01316800 BTC
Feerates: 122.12 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (336,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,640 578,640 0000000000000000000f6b8d16f085e1a90fa4472fd03e97eb385131d03df354 3,094 1.00/1.00 vMB 187
578,639 578,639 00000000000000000012c77f395f9f4cc851bf4db859bef1263d5fc5941f6d94 3,121 1.00/1.00 vMB 189
578,638 578,638 000000000000000000094e4ba7347eefb2f7747d1af1a7d581a83c67b9300559 2,903 1.00/1.00 vMB 211
578,637 578,637 0000000000000000000c3fb52eea542c3b4864008ae7f4beac98adaf29fcd63d 2,378 1.00/1.00 vMB 225
578,636 578,636 0000000000000000002219e9affd68f26ab4ea9a0d6e2c9d2889ad5c1281935d 2,900 1.00/1.00 vMB 184
578,635 578,635 000000000000000000179d6a13b7878f90584f0e5b16e51c9e043c2f8c8c86fc 2,330 1.00/1.00 vMB 193
578,634 578,634 00000000000000000017599fb8d25ac42c3f0b9ed3a6c97c6edebd5e21916b11 2,513 1.00/1.00 vMB 212
578,633 578,633 0000000000000000002388a970dce95e06e4d25672bcf1234e0cbf35865d1414 2,550 1.00/1.00 vMB 186
578,632 578,632 000000000000000000245389e502e9b61b19a1c81c32707d869d4b499874eed6 3,043 1.00/1.00 vMB 55
578,631 578,631 0000000000000000000a77f33c644aba3eba13759e4e32a61255f4d4faf5820f 2,642 1.00/1.00 vMB 192
578,630 578,630 000000000000000000113f883c5a6882b85dd0675f283a515475b3e451d90840 2,263 1.00/1.00 vMB 152
578,629 578,629 000000000000000000027c6ce45cb417c2866c887678bad30dc485951f818d45 1,485 1.00/1.00 vMB 98
578,628 578,628 0000000000000000001274e3d9660692a05c261d4498ccee73c4067eb7ff8533 2,187 1.00/1.00 vMB 134
578,627 578,627 00000000000000000011905ff51304ef1806c3d6d854364604934024fd056d42 2,170 1.00/1.00 vMB 176
578,626 578,626 00000000000000000013a7636e5470c615f198b59dff6c2cc896a9f4cfd7f549 1,043 1.00/1.00 vMB 96
578,625 578,625 0000000000000000001b69bc9268ced0c668a23c15d399fb6f3c6ea5404be2a8 1,428 1.00/1.00 vMB 105
578,624 578,624 00000000000000000015646d933c27105ff27252a6ce3f878c0631188b9065de 2,492 1.00/1.00 vMB 154
578,623 578,623 000000000000000000026a43c64ace2b1ce5e2355157908b13c1e97fda99c6fd 2,929 1.00/1.00 vMB 178
578,622 578,622 0000000000000000001a5a3cd586d13a862b163543ea0ec8c3235f251572c351 1,861 1.00/1.00 vMB 138
578,621 578,621 00000000000000000024014bba88c8917520210f2326424bf77557cde93fa69c 1,873 1.00/1.00 vMB 169
578,620 578,620 00000000000000000007c220f0a5372a80d363e271b2d7cf9cb7ef5ba3be0b7e 2,105 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.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: 649.82 GB
    • Received: 13.22 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.