Loading Tool

Explorer IconExplorer

Memory Pool

78,498 transactions
29.14 vMB
0.08259374 BTC
Random Selection Loading Transactions
Max Size: 176.39/200 MB

Candidate Block

Mining Attempt 6b0943ea6a191a8473e4e4fc68d6c4b4eee3e1ff0761a3a9aec0be8bc4f59d95
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (501,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,240 413,240 00000000000000000471524f02271bfc0bc4d7ab6c74eed1f9b009b2f373cf02 2,235 0.94/1.00 vMB 49
413,239 413,239 00000000000000000555e8615ef57a85ba9d33deae6870e4fa251241699b0825 562 0.99/1.00 vMB 12
413,238 413,238 0000000000000000019ab4526bdba74dbfcebdd2f9f516d0832b1a7077fbe351 1,184 1.00/1.00 vMB 26
413,237 413,237 0000000000000000015855979096469cab883fb81ca5ed4429622ca6a0ae8771 1 0.00/1.00 vMB 0
413,236 413,236 0000000000000000020ab76e5e4e8646512f4b8ae240ad9311ef1c300c23bfc1 1,087 1.00/1.00 vMB 25
413,235 413,235 0000000000000000004894b12263d8d12d33a47dc80860606ae50cb98f100136 2,521 1.00/1.00 vMB 61
413,234 413,234 00000000000000000330c3002aeb256759b05e6803d5fa802af31f4a5ccd3a92 1,351 1.00/1.00 vMB 21
413,233 413,233 00000000000000000005f5ff25543207c1b3d8b1093c7f6f1e4954014ad0e52a 2,105 1.00/1.00 vMB 41
413,232 413,232 00000000000000000580a5b878acf69dc58361411273e79bd3b7fb0dcfe1e3ab 2,942 1.00/1.00 vMB 71
413,231 413,231 0000000000000000002a47a602c32fd61ee878a855bc09e83d3805f4e721d684 2,319 1.00/1.00 vMB 49
413,230 413,230 000000000000000002b8e8348abbbbd87964ac37f4aad9894262011c205ca1fa 2,454 1.00/1.00 vMB 44
413,229 413,229 000000000000000003fb13d379b1c341018c80d83ab43b420a183494e6589fc5 3,081 1.00/1.00 vMB 63
413,228 413,228 000000000000000001f6669dba057e6f18d5e8666254bd98af93c36b8f61b85b 2,871 1.00/1.00 vMB 100
413,227 413,227 000000000000000005591f5016a18e6b954e7f98cef979a3f80732a33061c4d2 1,967 0.88/1.00 vMB 41
413,226 413,226 0000000000000000004f5ee51e8d9593acfb862505ab23308fb3003604830aae 2,404 1.00/1.00 vMB 42
413,225 413,225 00000000000000000222f6b65aced3a5f0454683b936defe0287878c70a03959 3,116 1.00/1.00 vMB 71
413,224 413,224 000000000000000000cbeef739d4de4550596412b5da36d5c0ade69fdf7fde7a 1,430 0.99/1.00 vMB 34
413,223 413,223 000000000000000001410ef2edd12f47534916e838539a6450588f0e2d06dc0f 1 0.00/1.00 vMB 0
413,222 413,222 0000000000000000026acb0e626976d34dcf30aa48a21a64d0f8ba2b84fe28be 1 0.00/1.00 vMB 0
413,221 413,221 0000000000000000024a7f99d57b1fe431d5640c45ebec05cc5495679afcb49d 7 0.00/1.00 vMB 351
413,220 413,220 0000000000000000049aa41c7004533c434c6fda238aa05c902d982793574120 1,813 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.68 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: 678.13 GB
    • Received: 16.44 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.