Loading Tool

Explorer IconExplorer

Memory Pool

83,015 transactions
31.34 vMB
0.10168229 BTC
Random Selection Loading Transactions
Max Size: 191.69/200 MB

Candidate Block

Mining Attempt 8e3eda90bb02e226f0eb223c395a31aba16c0138e3b1fa3a1092ab99d67f866b
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root ac349ed0023157d4a89e2554325824ec7c28059b2c9d2cd1d8d87ddb816a46d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.03010302 BTC
Feerates: 301.05 > 3.02 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (586,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
328,660 328,660 000000000000000015a2aea231a92bb84b0aec77dbac64416f860c3f75bee73c 688 0.35/1.00 vMB 27
328,659 328,659 0000000000000000067efa9f1feec2f20a3ad35aa1cd37ba78c661c1eb3b4cd1 1 0.00/1.00 vMB 0
328,658 328,658 000000000000000017244ae55e26f7f33e2e29e5c7bcbcfed7e1d691afdf1a1e 847 0.50/1.00 vMB 25
328,657 328,657 0000000000000000068772304f473c30392b470d6b3afcc2fbccd13ee58689ca 763 0.25/1.00 vMB 46
328,656 328,656 0000000000000000001436c6d5f9118a6a2f00087629dbf6fac3e5cd9672f0b6 1,199 0.57/1.00 vMB 30
328,655 328,655 0000000000000000009cc28fdf5919a73d4e04e6048d1063ef7cdd24dfab49d3 924 0.46/1.00 vMB 27
328,654 328,654 0000000000000000167675e756c2b80f3a3661d1e5f89a1943e3255d6cc9e8cc 175 0.13/1.00 vMB 21
328,653 328,653 00000000000000001b04f01295830eddc4e2c710478233b755e928217caf3cdf 495 0.28/1.00 vMB 28
328,652 328,652 0000000000000000011a2518dbcd3c3acc2a755bec60f3c108c152c386c710f0 623 0.41/1.00 vMB 25
328,651 328,651 000000000000000001a00a75d055991dc8ef98f6eb84d17c785f737c1174fa8b 84 0.23/1.00 vMB 12
328,650 328,650 000000000000000009b92ff3dfaf9ef04731aa21d3312076c4a81d7ecec3f724 512 0.24/1.00 vMB 33
328,649 328,649 000000000000000006f9157312e5fae545803ea6a547ff62e9ab0f6d1f65e506 158 0.13/1.00 vMB 21
328,648 328,648 00000000000000001a47b4a7b6ae09c8aabe3e609e2fb549fb10269720fe1b45 587 0.31/1.00 vMB 28
328,647 328,647 00000000000000001ba36c15ff4ab17d3a5f50253e256810f82d026c4c95b8fa 402 0.17/1.00 vMB 32
328,646 328,646 00000000000000000423db9503f0bcafbebdebf356b6b3d4dda1d4ef2fb651d9 52 0.03/1.00 vMB 22
328,645 328,645 000000000000000007fd18d81d6b5f830fbc0d89bfff16e8edded82d1297933a 168 0.11/1.00 vMB 18
328,644 328,644 00000000000000001771ec6511ecff3bace214a9e594c65c8df7f07b1b156aac 823 0.47/1.00 vMB 26
328,643 328,643 00000000000000000280a67b9a5aa5b8a8618bac5f91ea6e3440c030a47b2ae9 885 0.60/1.00 vMB 23
328,642 328,642 000000000000000011546b33e1a5af03835d9c221f6845eaf69e851b3fbe2e7e 191 0.10/1.00 vMB 30
328,641 328,641 00000000000000001a2a4960bf4a942d6ee3c5fc8a0339849dd2a46559339878 1 0.00/1.00 vMB 0
328,640 328,640 00000000000000000c3922766ca0ae03221038fdf05471840a1eac2241ebddeb 444 0.29/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.