Loading Tool

Explorer IconExplorer

Memory Pool

44,166 transactions
26.45 vMB
0.05746506 BTC
Random Selection Loading Transactions
Max Size: 139.57/200 MB

Candidate Block

Mining Attempt eeef7ca24514481244e65ae5d70a4f0a7ce7536cc813658c434b16a511cd1b7b
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 465d1f1c71010ae9bcc4923a74cc0207f42d9b2afb48e022662df4a311d9b407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 1.00 vMB
Total Fees: 0.00902412 BTC
Feerates: 40.21 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (529,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,762 384,762 00000000000000000536273eced4ae47d1df57991463a1e2fd84cdc2195827b8 1,037 0.46/1.00 vMB 33
384,761 384,761 00000000000000000de34d6b1b64aab3aa8e4855d238e5780042df865781fe9a 1,552 0.81/1.00 vMB 28
384,760 384,760 00000000000000000452bd845a58f6bb56c4fa9b86f72b424927b5e60ded4345 1,452 0.74/1.00 vMB 33
384,759 384,759 00000000000000000751c60889d7969be6e3be66eb83ce4b8124a306fd06e55d 594 0.22/1.00 vMB 42
384,758 384,758 000000000000000005483df1e68d2e8be0a32b9115b7ae06ed78b22e46efb272 1,240 0.69/1.00 vMB 25
384,757 384,757 00000000000000000fb2ea170cd99ca8a53021afb52995bcf920fee96d66871f 1,941 0.68/1.00 vMB 47
384,756 384,756 00000000000000000c1fcdad528196a98cc58493d3076f9bfb679579bb9a8e48 1,717 0.80/1.00 vMB 34
384,755 384,755 000000000000000008628033d5b0767d5df818e50ad081525d2d578fad1f6f11 1,322 0.62/1.00 vMB 36
384,754 384,754 000000000000000001b9ecc56a014a2230e9cad6edf93d5b4aee1e42a964debc 90 0.08/1.00 vMB 12
384,753 384,753 0000000000000000015b6a9c2e306eec91e53915718a5ebdc31fb1b50abca1fd 905 0.38/1.00 vMB 36
384,752 384,752 000000000000000006f0095fe514cc8dbbff78fc181369619aac46d8ba8c4846 398 0.20/1.00 vMB 34
384,751 384,751 00000000000000000be550649ce2e1aeb99b2b6c6bc4603c6c3f291cbdf29cb4 1,712 0.87/1.00 vMB 32
384,750 384,750 00000000000000000390c7c428094c79d387dfc17e0ad67eff708cad73a21131 1 0.00/1.00 vMB 0
384,749 384,749 00000000000000000b4e1a21010f65224ad8725390fe9fa157839a6836a9af73 507 0.25/1.00 vMB 31
384,748 384,748 000000000000000007ff70fefe334633c0a7c77fad3a7c0637e6c96f3f45f47b 1,184 0.55/1.00 vMB 31
384,747 384,747 00000000000000000f2b8888c41606ba23b228f61430c82669dd4bfdba82462b 755 0.32/1.00 vMB 38
384,746 384,746 00000000000000000c650c5c1e1b8dbf6cbe054a4c6b96983acd5b0194b2482e 220 0.25/1.00 vMB 10
384,745 384,745 000000000000000002e8e056da61f9d40b67a159dd581db1942f185cfe18c85e 695 0.36/1.00 vMB 31
384,744 384,744 00000000000000000e06d015a1cc7b06d55daef195f08d1b66bb7a82745e03e3 640 1.00/1.00 vMB 8
384,743 384,743 000000000000000009129c9bb20637affde56ed983bb9ef8a74c47ed0d130bcb 136 0.05/1.00 vMB 30
384,742 384,742 000000000000000003587f226c4d3de4ceea3463daf100d75cfdc679451f666d 2,142 0.80/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.85 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.