Loading Tool

Explorer IconExplorer

Memory Pool

78,821 transactions
29.22 vMB
0.08482346 BTC
Random Selection Loading Transactions
Max Size: 176.86/200 MB

Candidate Block

Mining Attempt c150f271ed5a36414003f4fd5fc12f6a0821625e2b6c53899fc679e01a03d167
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (487,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,337 427,337 000000000000000003c5851aec8859345bad59dc353cfc82825c4df9eeb39ddd 1,997 1.00/1.00 vMB 59
427,336 427,336 0000000000000000014356e8280e5e383885c1a507adf5da27a28f9d72f7f141 2,560 1.00/1.00 vMB 62
427,335 427,335 000000000000000000b0d72c6c6461f1dcc2c633cee3b5b0166bc9fa12480e89 1,529 1.00/1.00 vMB 60
427,334 427,334 0000000000000000024d512716ab6b8726fb7b15cc0917f3876f326b61f7aa6d 1,548 1.00/1.00 vMB 76
427,333 427,333 000000000000000003bd5d9971c6e5b5e2770b1a353c7156ace0cf37c35de646 1,784 1.00/1.00 vMB 58
427,332 427,332 000000000000000001b89104d1f747d3d819f78bea921488e3682a253c1ddee6 1,550 1.00/1.00 vMB 44
427,331 427,331 000000000000000000214d0164e4a70ad42f3ff450004b16ba1db4403b08f04e 2,550 1.00/1.00 vMB 74
427,330 427,330 000000000000000004f68c1cdea079ca47c68ddaa0c27ae9c60c0d1a191fa27d 1,667 0.72/1.00 vMB 56
427,329 427,329 0000000000000000045d91f896be68182cd3e41b95fd69f4148b0cc8950ad7ba 750 1.00/1.00 vMB 15
427,328 427,328 00000000000000000044edfa06bc8cff61c335e2d5d53e1383d42e3fe1444736 342 0.99/1.00 vMB 7
427,327 427,327 0000000000000000010ede4c2642fac309dbd167e7b5b73f009123dc58a6ade2 1,141 0.55/1.00 vMB 57
427,326 427,326 000000000000000004c1de7f97fd96d1b58b14836d25e612773a161e629e59e4 1,207 0.91/1.00 vMB 42
427,325 427,325 0000000000000000026f824276aad5948f3fd84f5790eeab9a186c38ebda8499 1,549 0.71/1.00 vMB 53
427,324 427,324 0000000000000000036ce14d414dc0b3a128ce4d2a583e3444a928ff7e1fcdbe 1,775 0.93/1.00 vMB 49
427,323 427,323 000000000000000001ce7e24f8cdac092a525018e5cbfc49b48c91e429e76160 2,378 1.00/1.00 vMB 72
427,322 427,322 000000000000000003085b8616711787e4010dcd9633801dda17bba92310e0be 1,086 0.52/1.00 vMB 57
427,321 427,321 0000000000000000027cd1612a6c4698e0f37b286df2e1854222f746033e3985 406 0.22/1.00 vMB 52
427,320 427,320 0000000000000000017aea366d3cdf9479d5716d23fe9d970c9e6f7da65ba727 784 0.55/1.00 vMB 40
427,319 427,319 00000000000000000506afc42b59f92525b39b75189e0e2438846943af751d6f 367 1.00/1.00 vMB 8
427,318 427,318 000000000000000002488d62eb0ff9da1a63bc9b83b00112dbddf55737aa34a2 502 0.98/1.00 vMB 11
427,317 427,317 00000000000000000420bb4151940dd3e23d46b234154763eea0dd9c8b57ecbb 752 0.36/1.00 vMB 50
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.88 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.