Loading Tool

Explorer IconExplorer

Memory Pool

78,417 transactions
29.40 vMB
0.06706207 BTC
Random Selection Loading Transactions
Max Size: 176.61/200 MB

Candidate Block

Mining Attempt 15f0c749754511a06b3c7f2cce192b3cdeb755d13f0c443fa932e547c12a6de5
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root e1286027ecf094cc2f81b72ac5e050ba90012bf8e8ce3943af0469aec57351c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,001
Size: 1.00 vMB
Total Fees: 0.00746899 BTC
Feerates: 40.21 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (416,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,737 498,737 000000000000000000331485ed93e8129768a535dbd100295eb3ef4d9ac5f5d7 2,420 1.00/1.00 vMB 243
498,736 498,736 00000000000000000004148698670fa521b89713d31d9e0229434ea903405102 2,120 1.00/1.00 vMB 252
498,735 498,735 0000000000000000008b38102cc356add2fa6bc7047dc6e461866a6b3d967de5 2,565 1.00/1.00 vMB 342
498,734 498,734 0000000000000000006d7135335604738a125f798892c0d0c4fcb6189a9ef003 2,483 1.00/1.00 vMB 391
498,733 498,733 00000000000000000051e195c4fdf30271b7ad59cbe168c21ba7b831256c9be4 2,316 1.00/1.00 vMB 379
498,732 498,732 00000000000000000046f5be02c1b69a2969c5eb1c29ebfae1047fc1a888da2b 2,572 1.00/1.00 vMB 230
498,731 498,731 000000000000000000807eaec4dc0c1127ec800446ce19efbdf6194e6a35a994 2,482 1.00/1.00 vMB 227
498,730 498,730 000000000000000000694d4ce5bf651d3cda7ea8a22fd9833224c4b382d6e92b 2,435 1.00/1.00 vMB 292
498,729 498,729 0000000000000000002deb1bb3be7bd31c926a22f27ddd75563b7d02cc5cc354 2,559 1.00/1.00 vMB 407
498,728 498,728 00000000000000000098b0f8c3a2aafb3ec14a9523facf75d989b0ee2f2a9d28 2,554 1.00/1.00 vMB 344
498,727 498,727 000000000000000000784a6c792fecc5ba03679c6cd282f59d4ff3cfd729e1a0 2,292 1.00/1.00 vMB 316
498,726 498,726 0000000000000000000111cf67807d7e6335b570c4df5a0d6b6cbae0524fef85 2,579 1.00/1.00 vMB 427
498,725 498,725 000000000000000000739c8410114714b76217d1ae068de4cdd19e8f834f2335 2,495 1.00/1.00 vMB 334
498,724 498,724 000000000000000000120b44a5ea30154cc43e97051d4e882e47a992ebf5f90e 2,252 1.00/1.00 vMB 280
498,723 498,723 0000000000000000006e5e68f4e6ffb5af8052e9d56cedd781bb9bba860cd787 1,870 1.00/1.00 vMB 202
498,722 498,722 0000000000000000009d7430c148ae2e5f8343ec7c2a079316e6684a2318e656 2,120 1.00/1.00 vMB 104
498,721 498,721 0000000000000000000d1fb4afb6718774f81e071ee5dde9bbb6605a686ba115 2,398 1.00/1.00 vMB 253
498,720 498,720 00000000000000000071e9cb1d6891e563718a080efd77ee14a24485d926a127 2,249 1.00/1.00 vMB 163
498,719 498,719 000000000000000000acc05d0da78bbbe1dd14b2a2f03656f51967fdf7c63d45 1,730 1.00/1.00 vMB 166
498,718 498,718 000000000000000000920da215c2047373f047af85882132986e0c2fafcef0ea 2,427 1.00/1.00 vMB 205
498,717 498,717 0000000000000000002e1bd3b7b68ef857c1571243677c873e7575632738d4dd 2,435 1.00/1.00 vMB 285
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.