Loading Tool

Explorer IconExplorer

Memory Pool

27,555 transactions
13.13 vMB
0.06410294 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.94/200 MB

Candidate Block

Mining Attempt f78fcec0f5e7bb33099115f463e4876958edbe96bc3849a7fb4c57f75c01d924
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root ad018df51013e74360456a13bc67056b6800b8b46cf7a62af4e400c6c1c1ad31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,973
Size: 0.997961 1.00 vMB
Total Fees: 0.03257576 BTC
Feerates: 100.53 > 3.26 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (771,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,324 142,324 0000000000000718593f12ded93f68f08ffed4706bd6e6d0ce7ee0befaa95985 77 0.03/1.00 vMB 184
142,323 142,323 000000000000042fa7a11427da0b3240ee085fdf0e3c77d9d1259750e2bfa8e2 20 0.01/1.00 vMB 56
142,322 142,322 00000000000008a0b4feb5052729eb256e7505bb58e2483185a8228537241e98 52 0.04/1.00 vMB 480
142,321 142,321 0000000000000255082e5cfa83276220083c2bd73bf287a4bd22e20f09daf03d 16 0.01/1.00 vMB 204
142,320 142,320 000000000000005a6c019d8a983854aecd7949ae07239b96cef491560dfffeb1 43 0.01/1.00 vMB 227
142,319 142,319 000000000000078f4988a7088e57a6a73d2ad25643d3b251d7fbb297259a2908 16 0.01/1.00 vMB 191
142,318 142,318 00000000000007e15569eb41dee08b6c38d6da3d4087033b670248c93448b12d 3 0.00/1.00 vMB 35
142,317 142,317 00000000000000d370b6c82330042cd5f18a7e6d444093bc838bf58a47f36e97 12 0.01/1.00 vMB 369
142,316 142,316 0000000000000849255d6638075f110ce907000a2e8706376c8865501ece0c44 123 0.04/1.00 vMB 109
142,315 142,315 00000000000000a0fc37bd17ed67b6c75eb711a10eda54f39127e5adeb155784 34 0.01/1.00 vMB 195
142,314 142,314 000000000000073ccfc132f06b6091d07be0b8efb99fa3235b43300de428b414 59 0.03/1.00 vMB 150
142,313 142,313 0000000000000834dc4e835be4ec809d008ea11d30339b20c04136379f838bbe 51 0.02/1.00 vMB 408
142,312 142,312 000000000000046acff93b0e76cd10490551bf871ce9ac9fad62e67a07ff1d1e 1 0.00/1.00 vMB 0
142,311 142,311 00000000000002da8695671b6c6217e0484a0e39eb534f89d281ca69ee5ac75d 132 0.04/1.00 vMB 61
142,310 142,310 00000000000001c922b41af4733f7389c6b1182e68d150ab3c6a62529d4c64c0 103 0.05/1.00 vMB 399
142,309 142,309 0000000000000767a57e3bc53aa6ad9be65b2a4cbfdc0a9f1a9019ff5d065b2f 56 0.03/1.00 vMB 846
142,308 142,308 000000000000030ac6061aac7ba894b76a339eb965dcaeb56d501bc830930761 7 0.01/1.00 vMB 61
142,307 142,307 000000000000001ca417a7dfb8e89a1e793259b0b75aa0119045bbf5e7ba42be 53 0.02/1.00 vMB 82
142,306 142,306 0000000000000529ef8f289df420cf2db5bdaea178a4f80ed1f0e3de393b6bfd 180 0.05/1.00 vMB 86
142,305 142,305 0000000000000519ad7c932e3353a884a686a2e122b4a73f7de38b0626981998 15 0.03/1.00 vMB 158
142,304 142,304 0000000000000459c83e3f623b927dc76d805c3186bf2bda6e058597eec76055 115 0.05/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 780.00 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: 477.39 GB
    • Received: 3.08 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.