Loading Tool

Explorer IconExplorer

Memory Pool

84,062 transactions
33.21 vMB
0.15562536 BTC
Random Selection Loading Transactions
Max Size: 198.39/200 MB

Candidate Block

Mining Attempt 4c7d254a23a7a2861e9e4c24adf8d8d14ad9f5ffa7ca6875b7e5375fce6cdeee
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 53348bfa5e550f1067250ed14aee008b67f3f27f399c56bc7c8ae61a0cc28e4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.07186505 BTC
Feerates: 348.43 > 7.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (442,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,604 472,604 0000000000000000003760b441f30cc3209065412accd501858d891c5461e1f8 1,591 1.00/1.00 vMB 298
472,603 472,603 000000000000000001282fa5803cc332552a23d65adcc114fe5bc6802beb9793 1,863 1.00/1.00 vMB 296
472,602 472,602 000000000000000000d98bd582654279b71edbc22a8c17a5deb733b739c19fb8 1,433 1.00/1.00 vMB 246
472,601 472,601 000000000000000000f920e40cdbdc89d6fc25a1ea5e0d87e11da7b5fa58c98d 1,794 0.99/1.00 vMB 259
472,600 472,600 000000000000000000e75aa57b9f2eab7e0f50fe81753270d5a51d46c0a38143 2,388 1.00/1.00 vMB 337
472,599 472,599 0000000000000000013b1732cea9f9babc58ff67572b922b74befdc714a1dce5 2,491 1.00/1.00 vMB 408
472,598 472,598 0000000000000000018724105e550997476fcbd11d9c750de165ee6064f70b3e 504 1.00/1.00 vMB 82
472,597 472,597 000000000000000000c76df94cbeaa4e2a104d64bdc730d78df2ca2513aea1af 1,190 1.00/1.00 vMB 56
472,596 472,596 000000000000000000d9528c13d05c4ad4846bce27432ae9b6637ea093a4e1a1 2,274 0.99/1.00 vMB 356
472,595 472,595 0000000000000000010e410d3ec05c16ecce4a798b7d2b0342af521bfe29d558 1,935 1.00/1.00 vMB 160
472,594 472,594 000000000000000001653eabf128220e44799c02fda4857c9775857212fe6401 1,718 1.00/1.00 vMB 207
472,593 472,593 00000000000000000089b9db89d05bcafeb54434d81053510daacc1c0287a83c 2,795 1.00/1.00 vMB 377
472,592 472,592 0000000000000000002334b267a324a5fd4130cfd065aca915e7ae6545e4510b 2,205 1.00/1.00 vMB 179
472,591 472,591 00000000000000000101409b2fbadd4c23c2e8dd509bcbe0584944b95d6bc20c 1,822 1.00/1.00 vMB 198
472,590 472,590 000000000000000000a4cf9c9e548ddb0995e150c9ea26c1bc698b08c6c599ae 2,361 1.00/1.00 vMB 352
472,589 472,589 000000000000000001579aab9318f93ab0b8c219d27d5e6f601799133b390688 488 0.22/1.00 vMB 353
472,588 472,588 0000000000000000007dccfb555465de03b4ef0faa5a330f112bc32513ba1a8b 1,931 1.00/1.00 vMB 128
472,587 472,587 00000000000000000016ba56eb71740e99643758d8a06cdee791c4dbacb0b094 2,105 1.00/1.00 vMB 188
472,586 472,586 000000000000000000c13793c5cc3fc8ef2cd0acb21aa2e32e1b3b43ce7015ff 1,837 1.00/1.00 vMB 185
472,585 472,585 000000000000000000e90ab22f5ec40d1615029dca3ce14a4cae798fab398dfa 2,262 1.00/1.00 vMB 367
472,584 472,584 0000000000000000007a0149676f532a6e1a63f3d7ae3b6187a556f4cd05fa05 2,483 1.00/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.69 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: 697.30 GB
    • Received: 16.54 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.