Loading Tool

Explorer IconExplorer

Memory Pool

45,908 transactions
27.93 vMB
0.08375098 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 54ddc5b0264eeb104bf3e9285261989395b51d3b849bb58d1334881ea362e14b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 58e8c1e06043e5b63ff2c0c850f1aee020b1a1e788937d641961a4fe5a0a189d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02992981 BTC
Feerates: 181.54 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (178,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,459 736,459 00000000000000000004646fb1c36258bcb6840b45ae8d0b828388172c235936 1,224 1.00/1.00 vMB 6
736,458 736,458 000000000000000000073796afafd121158b183c251addbe369ddefbc068577f 1,199 1.00/1.00 vMB 5
736,457 736,457 00000000000000000002a0d851db6606b789196ef7fefcf1f65352cca5ba93f9 2,341 1.00/1.00 vMB 19
736,456 736,456 00000000000000000004ed4a95879de40d1e56973df2167ec0005744a3c89992 2,469 1.00/1.00 vMB 15
736,455 736,455 0000000000000000000171a96c42b3b12490d8680be9c8ecaffcc72bb2b07034 1,236 1.00/1.00 vMB 12
736,454 736,454 000000000000000000049d1f9305be97b6d3d681d82899a9672ecafb8baf1c82 1,286 1.00/1.00 vMB 5
736,453 736,453 000000000000000000031c49d72611f769b38a67e4ebe2558b87cd335c60f2ad 1,489 1.00/1.00 vMB 5
736,452 736,452 00000000000000000003ca025b0f616f3c78635f3b8f7f45f791b308661ee0a9 1 0.00/1.00 vMB 0
736,451 736,451 000000000000000000065cbdf37152478b9d38ca7760da01e534e78b882e2588 567 1.00/1.00 vMB 3
736,450 736,450 00000000000000000002588c039147ecfe4b745495217cf70200f01b0f02255e 2,663 1.00/1.00 vMB 19
736,449 736,449 0000000000000000000242bdfc51dadb6772228d6e4d649d2b8007de69cbb752 1,735 1.00/1.00 vMB 8
736,448 736,448 000000000000000000017ff1433c1bed5af275406486d9aa5a43daaa0b2232ea 3,149 1.00/1.00 vMB 19
736,447 736,447 000000000000000000061e81dfef31d57ea85d5bb97a466f5e511b03aaddbe50 2,021 1.00/1.00 vMB 8
736,446 736,446 00000000000000000005f39be77f7e7c2ae2c05a2e7c87b82672bf9e8d518f11 2,316 1.00/1.00 vMB 12
736,445 736,445 00000000000000000002a9372591d2e2075067c5817dde07b1fb7dca710f86bf 2,020 1.00/1.00 vMB 6
736,444 736,444 0000000000000000000634961f38185eea22b0cf2b5bcb02b590ebe6a3b3a0fc 2,738 1.00/1.00 vMB 22
736,443 736,443 00000000000000000007e3ac66bc0d36fde13008e1e746d182be5d99ba54041b 1,407 1.00/1.00 vMB 16
736,442 736,442 000000000000000000021dfe60bf0c39b412bedacb132fcfd36af6f6dded97a1 439 1.00/1.00 vMB 3
736,441 736,441 000000000000000000051cf4336c2577447589e4cdeafd993967a4a9a01e58c0 2,096 1.00/1.00 vMB 14
736,440 736,440 0000000000000000000559d0a7a8f57449c2a5c4cc8d50517a24a7b91c71e3e8 2,052 1.00/1.00 vMB 21
736,439 736,439 0000000000000000000769834e16a21ba5dcc03d42a644296109d8111c19eaec 1,907 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.