Loading Tool

Explorer IconExplorer

Memory Pool

77,861 transactions
29.41 vMB
0.10349281 BTC
Random Selection Loading Transactions
Max Size: 177.14/200 MB

Candidate Block

Mining Attempt 28b47aee248723d9a8dfb48421d0b7b5d80017c2df19a6a782e5cd89d130072a
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (441,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,659 473,659 000000000000000001146ac07aee5644286f6732f21e06ae7e4c01f23300f741 513 1.00/1.00 vMB 48
473,658 473,658 00000000000000000042a2fbc16faf491107fcb8c6405091869d4e61f11f382b 146 0.18/1.00 vMB 78
473,657 473,657 0000000000000000018a53c7028e1ecb3f258e8e7eee05a1b9930ccf90519fc0 383 1.00/1.00 vMB 51
473,656 473,656 00000000000000000110007e46bf1c0d123fa22e12e2c8173f74d3771e8bc0e6 1,287 0.98/1.00 vMB 189
473,655 473,655 000000000000000001778e5a54704d535922d8535926f5ad094b65d18de17206 129 0.20/1.00 vMB 65
473,654 473,654 0000000000000000008c05de721be6f2d4fde3f09be0fe6bf42b1022aee797ae 254 1.00/1.00 vMB 22
473,653 473,653 0000000000000000013602fbbd4791c0f4b7e612d11ccd4d825cc0fc34318f39 682 1.00/1.00 vMB 75
473,652 473,652 00000000000000000150f13842b785b52deeba57be6afc260113303d4f94082f 408 1.00/1.00 vMB 8
473,651 473,651 00000000000000000042ea428d43b4a0879acf1e651c4bed84d70a57372f7429 2,037 1.00/1.00 vMB 273
473,650 473,650 000000000000000000733650134eb9b0a13f8a37117be44f1c99a1a32627dcf4 967 1.00/1.00 vMB 120
473,649 473,649 00000000000000000037ffcf5cb9381110a5f6a5d831468e6ec08b8e3a5c4e64 1,262 1.00/1.00 vMB 143
473,648 473,648 000000000000000000d372932f0d0a89eba7251f5968ce3101c1ea2d4620a2d5 1,718 1.00/1.00 vMB 84
473,647 473,647 000000000000000000ee69164fc7b391f9d6be941fd8f40a2eebd2e510297808 1,551 1.00/1.00 vMB 143
473,646 473,646 000000000000000001552e2890c9e0bb5ebeb98f9dadd0bb44968a1bd9817352 2,303 1.00/1.00 vMB 375
473,645 473,645 000000000000000000727a1145162e25feb556606f31e44b9d2e32f7dd064e72 2,192 1.00/1.00 vMB 267
473,644 473,644 000000000000000000cced8f33ad364e0d5b5393db49193e0c487d2d76d76606 975 0.60/1.00 vMB 35
473,643 473,643 00000000000000000133b0255ce98b6a6fad5a01541438eaaff89c612145dc77 2,231 1.00/1.00 vMB 300
473,642 473,642 0000000000000000015b6544a295ef9885f614c7fe8f20e54d6e97f458b4efcb 1,967 1.00/1.00 vMB 247
473,641 473,641 000000000000000000dcdc1528a11b6e0f6f124b2e76369a823f01a483de7b76 196 1.00/1.00 vMB 24
473,640 473,640 0000000000000000014ffa320eb329206080c4a007d48766bc62f51bf93fd418 54 0.03/1.00 vMB 384
473,639 473,639 00000000000000000134d81cb70e0a136fcf3e6babe3bc2bd7d5415f001c6196 1,714 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.