Loading Tool

Explorer IconExplorer

Memory Pool

69,102 transactions
37.24 vMB
0.17494431 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 06b4fa51f81cc539383ca94f8e2c88db278e6f4531165491f55318b558d2d03d
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root 5b05690e893ee895ef7c55c214fc39581278127d8897f271c965519e79d92c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.06997680 BTC
Feerates: 200.91 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (888,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,975 25,975 0000000084b9771dddcc40de9e35caa40117aff780c896291a550740692132fe 1 0.00/1.00 vMB 0
25,974 25,974 000000003c20a8d33ddaf81df8bf540c63c29c056fb602a2e6faeb0d431230c9 1 0.00/1.00 vMB 0
25,973 25,973 00000000e7e0d346bc387cb660d7244a2ad059bb9b9c6ace96e4fd3181d2e948 1 0.00/1.00 vMB 0
25,972 25,972 000000006c751ecbe188f905b42a4a7e755a6e8d0ce772403215ceb191f8ffc4 1 0.00/1.00 vMB 0
25,971 25,971 00000000d65add3131a16caa5caa2cda0cfa75222f651bd88565401fccdf0508 1 0.00/1.00 vMB 0
25,970 25,970 000000007af1e149bbb3db9401c39d78a618e079ebbfae9af5b44c041f4bae3b 1 0.00/1.00 vMB 0
25,969 25,969 0000000088b83864e3bc7ce7f28617dbd645d66c1573dbf2ab8158f2325f7895 2 0.00/1.00 vMB 0
25,968 25,968 00000000a6031626bf9c6f40d86722461e7fe608204e07a218dfdd64a7e88b2a 1 0.00/1.00 vMB 0
25,967 25,967 0000000066762493d2e70f7af2c580e5962aa32e15af124de17bd043d3817854 1 0.00/1.00 vMB 0
25,966 25,966 000000002d146d8616e135579258426bec7fd4501ea35e48354110733ce18bae 1 0.00/1.00 vMB 0
25,965 25,965 00000000152f414db9fc18d918e56b9dd418098c14e4417491351e17cba09a6f 1 0.00/1.00 vMB 0
25,964 25,964 00000000b245ac79a591c48081a1fd7c80e9d9c15defedd46f05fec453601e57 1 0.00/1.00 vMB 0
25,963 25,963 00000000f45a6535b746fbb36657232d8ac8f2cd710655cd3a72d504c5b0cca4 1 0.00/1.00 vMB 0
25,962 25,962 00000000e295d729b7caa6a7d1282b01b2e8ebb373df4cfc862cbedbfd98b91d 1 0.00/1.00 vMB 0
25,961 25,961 0000000059b83c7a97ae9281d353b08fe7682fb6b9fb5827acdad0698710138b 1 0.00/1.00 vMB 0
25,960 25,960 000000004817a7f33292194bdda3d5ae00040dc3916009d1d02cccb64f07efde 1 0.00/1.00 vMB 0
25,959 25,959 000000004456c0e14e45027f8f3a5706703e5fdf2cfc24bd02f892588c6e6808 1 0.00/1.00 vMB 0
25,958 25,958 00000000e05dbdd63b511a78f20d8df49fbb917763a6cc6e919788484da09704 1 0.00/1.00 vMB 0
25,957 25,957 000000001a15df035d586bc454049c64675bc72f0ad6b631e243ad4e77eec8d8 1 0.00/1.00 vMB 0
25,956 25,956 000000008257de14fdc2b698113d394530b38467d703a590e4c31970a2a5c460 1 0.00/1.00 vMB 0
25,955 25,955 00000000a3eba91ebe3f8616eca53469c4cea00af11680643f9a7a999f5c0f56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.19 GB
    • Received: 10.11 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.