Loading Tool

Explorer IconExplorer

Memory Pool

41,763 transactions
27.44 vMB
0.13292001 BTC
Random Selection Loading Transactions
Max Size: 141.82/200 MB

Candidate Block

Mining Attempt a82deee6034fccc4446220817de99c892301cda62a4e8dd59b53fef933f2ac25
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 01efa2294be4158358785d421061f0f7e867598fbc6f84ec27123b6867402245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05128417 BTC
Feerates: 150.71 > 5.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (119,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,797 794,797 00000000000000000003711bcbdda9d4153106742a974fe6a72496fa987fbfc0 4,540 1.00/1.00 vMB 11
794,796 794,796 00000000000000000001a06da2431420a44cc639a1633d2b7967697999b6dc92 4,631 1.00/1.00 vMB 11
794,795 794,795 00000000000000000000bd1175db1e5dc7faed0c2c4aee47cab5d8b553c43974 2,634 1.00/1.00 vMB 19
794,794 794,794 000000000000000000039b82660cb7083ebc87fc7194f088dd6ae1a6a6e9e471 3,338 1.00/1.00 vMB 18
794,793 794,793 00000000000000000002761d25202f0c6063593bf417314a79a900b5b8183bc7 4,874 1.00/1.00 vMB 15
794,792 794,792 00000000000000000003281498bec72fe8f6ac4301c64f4a940834f62e7c3707 3,318 1.00/1.00 vMB 21
794,791 794,791 000000000000000000045ce42e45c5d30fde684a80766182fdaa82a4d98b988c 3,244 1.00/1.00 vMB 20
794,790 794,790 00000000000000000004b934721c5a9802cb880cc2f572e3f614e09f9c39bc0d 3,727 1.00/1.00 vMB 16
794,789 794,789 0000000000000000000121b0e594d86f669cb7d7fc39b708b93dda15084448b3 5,972 1.00/1.00 vMB 12
794,788 794,788 0000000000000000000364ab6b25455e118056dd7833057c8fe57095411acbd0 4,636 1.00/1.00 vMB 17
794,787 794,787 00000000000000000001f38f3d4383d58226da5703b36f54962d7bf67e9b4f66 4,667 1.00/1.00 vMB 12
794,786 794,786 00000000000000000002c0d090b5010d0f59bd9d5c92596ee9d7ba5bdaee5393 3,385 1.00/1.00 vMB 35
794,785 794,785 000000000000000000049b493c4c4c4331818d1164872608f62f3854793cda15 2,767 1.00/1.00 vMB 24
794,784 794,784 0000000000000000000246a5cb4b562b5c9b45bd87faefecd6d6e079f3489b61 2,337 1.00/1.00 vMB 15
794,783 794,783 00000000000000000002344c68b7500bd19fea328cf9d6b1ef59b2bdb32ee556 1,988 1.00/1.00 vMB 21
794,782 794,782 0000000000000000000307e3a36ac94439f450b9b9b39ebb699ee3b5c5f025be 3,010 1.00/1.00 vMB 32
794,781 794,781 00000000000000000002b8917108a51a89f367930259fce67d488c8e6991b9c8 2,924 1.00/1.00 vMB 48
794,780 794,780 00000000000000000005246cf7a0a1f57192812527f042e7cc12955f15f98bae 1,808 1.00/1.00 vMB 11
794,779 794,779 000000000000000000054bafc53155dab5489008b1297cadb8b026819cde53c0 2,249 1.00/1.00 vMB 17
794,778 794,778 000000000000000000023f06e0f2a66f4ad836aa5e75e8ec350d7311eaa2ff4c 2,618 1.00/1.00 vMB 30
794,777 794,777 0000000000000000000025f96a90adb89133e18adcc639c7b6fb37307a806e0e 2,325 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.