Loading Tool

Explorer IconExplorer

Memory Pool

74,959 transactions
27.66 vMB
0.07740713 BTC
Random Selection Loading Transactions
Max Size: 168.65/200 MB

Candidate Block

Mining Attempt 4614d0e56260080d92983fd9230c7574542bc71e3efb7078a1db37a545eff1d2
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 0b4dd0d0e0d1c9f87e1b7a7708fed04c8689efef593c63844babc53e0c2d89a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01824212 BTC
Feerates: 121.74 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (679,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,494 235,494 00000000000000b7b176089a39a76f5c7aeacca34f5ee3f7ed9ef65c69187884 106 0.06/1.00 vMB 172
235,493 235,493 00000000000000f753f4bb50b02f5464b704e8caee5736c264000bcb743fd86d 509 0.21/1.00 vMB 194
235,492 235,492 000000000000005b284e38cd8a4de2f011810e6a842afdb4c967aeff4a7fa873 210 0.15/1.00 vMB 87
235,491 235,491 00000000000000dcf39a37220bb645e78c601a3d535e4adfbd66500e781fc944 131 0.10/1.00 vMB 98
235,490 235,490 0000000000000143e6ea6f8f2cec8c081db928bf832e8fac569a24a7aae45b17 637 0.25/1.00 vMB 189
235,489 235,489 000000000000013e459c75f462016ad8b9026b736b379d8ac2f9fd5785f4de55 412 0.15/1.00 vMB 84
235,488 235,488 000000000000018b0cbf92ef0a8057fe56bd75f0155acb3a06d53759c38c648f 833 0.37/1.00 vMB 174
235,487 235,487 00000000000000dfcb26c2c0350f7580d835a78cb3b822ed50a4494fbb626ae0 420 0.21/1.00 vMB 167
235,486 235,486 000000000000002b8106beb7b17b74259e7a400e291d758dfaf6c35b3e8e6445 157 0.15/1.00 vMB 52
235,485 235,485 000000000000004bce90abd125e4176067e97137f9988d4997c996dd13384f25 945 0.46/1.00 vMB 165
235,484 235,484 000000000000004480e34b5c919e022d884a73bef36f0afcc04b53373306b51a 594 0.47/1.00 vMB 105
235,483 235,483 00000000000000214c304621434e2d8c8cb579c49db1df5c5a146747c10c5c8d 593 0.25/1.00 vMB 188
235,482 235,482 00000000000000897e21ca4504171b5fc92a965d18bf56cb5ab48831232d7b0c 692 0.25/1.00 vMB 219
235,481 235,481 00000000000000cad9a7662607429f2ff385a708aade2c1a68b42447d72fbe3f 466 0.25/1.00 vMB 145
235,480 235,480 00000000000001814c73167e06cdfd351cd6f7d53279279a32f8a5a0d038c7a3 680 0.25/1.00 vMB 610
235,479 235,479 0000000000000027df4bc20059b9a349419363bed351aeb91b3b2d0d3ab55a92 663 0.25/1.00 vMB 188
235,478 235,478 00000000000000e9882e20794b64d0b2d462aa403625a8d00f43c1f8f417c6ee 231 0.09/1.00 vMB 21
235,477 235,477 000000000000013d671f5c721cf66269887d0659b5292e2b6c8cfbc028801eb9 556 0.21/1.00 vMB 183
235,476 235,476 000000000000000194e2e7a27f284ba7618bfdab6909860092b268326683d1b8 32 0.01/1.00 vMB 138
235,475 235,475 000000000000000ebc206920a524b95f1f654420a2abe26ccdcdffc8f8877c46 140 0.15/1.00 vMB 53
235,474 235,474 0000000000000155d48147332d6d6d09147c18177bce46ebcf6246166a9029f1 675 0.25/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.