Loading Tool

Explorer IconExplorer

Memory Pool

39,505 transactions
28.79 vMB
0.06754451 BTC
Random Selection Loading Transactions
Max Size: 146.08/200 MB

Candidate Block

Mining Attempt 1a14ecc4f73a4c8e4bf75f75a9f3894f059843695557cacbee8bf9e6801125db
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root d0e1bd51c71346c863c6cb9013cd30d5db2be73b8a9261b92de8caabe0b1b94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01168689 BTC
Feerates: 88.61 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (572,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,825 341,825 00000000000000000f10fcf19ff33a10dd3eed1cc5f09f9c01da08605833fd2c 187 0.09/1.00 vMB 20
341,824 341,824 00000000000000000f3ee65e1d699113ba30b0656958f8efd9d9cbb1465f3d44 955 0.59/1.00 vMB 22
341,823 341,823 000000000000000012b6660af043c43e045b1a7d7f0a47c6365e871042978d17 793 0.31/1.00 vMB 39
341,822 341,822 0000000000000000157c1c99950030274e03bb5e75c0603dac74b32f8a3dce7e 821 0.41/1.00 vMB 26
341,821 341,821 0000000000000000076d4bf42fb5c9422b739477dfaa9bedf47cfc4dbc4193fd 96 0.06/1.00 vMB 10
341,820 341,820 000000000000000016a5a8fd0b6d3383b85467e706172ff6170732479274bce2 749 0.44/1.00 vMB 23
341,819 341,819 00000000000000000e1334cdcac4f8b26240f3d3cfa2555c37d33518e66661ea 773 0.34/1.00 vMB 21
341,818 341,818 000000000000000001a948c51a04a607a6eae9d6bc5127f307f54c8653b71a31 359 0.56/1.00 vMB 12
341,817 341,817 00000000000000001633acba89d29e3d1f57b37d6de2f65a2b70f5ccfc7bbcc5 1,272 0.75/1.00 vMB 22
341,816 341,816 0000000000000000114681dbd2523b7fe1bd6e9189c02208fb76be75345958ba 2,425 0.75/1.00 vMB 42
341,815 341,815 0000000000000000199443046bffa130a89c4cbbf6af6e7695b4ffec26b1331d 936 0.75/1.00 vMB 18
341,814 341,814 000000000000000015a9b1a039c6c0171682eb926a748d3e317edf3e258d2c89 692 0.25/1.00 vMB 41
341,813 341,813 0000000000000000146cbbe6a443d5dd4c82e2709d5931e81867b371c2a82f8e 2,009 0.75/1.00 vMB 36
341,812 341,812 00000000000000000a90f832e3397155b5c46e59a0fc02fec458d61d5efd0214 755 0.40/1.00 vMB 25
341,811 341,811 0000000000000000067c3938efee1a85cdb99c0b49a2b6120af07a3fe276a97d 128 0.08/1.00 vMB 10
341,810 341,810 000000000000000003b77974684d16cb0601c89fb2bbc8a8513946e2842f0eed 1,705 1.00/1.00 vMB 25
341,809 341,809 0000000000000000036c359ed90bb7f2d26461cbbbb3cbc349e86d144053e9dc 90 0.07/1.00 vMB 13
341,808 341,808 00000000000000000f39509fa5dbd695a053a34483af48d3f179229693b050e8 82 0.10/1.00 vMB 9
341,807 341,807 000000000000000015c98fb922d028fc8feccb0307168c71ec6878aecdbe86f8 256 0.14/1.00 vMB 21
341,806 341,806 000000000000000013cad244942b1a2b53072f3e4eff3a643b5eb35e9f0bc5a5 515 0.28/1.00 vMB 25
341,805 341,805 0000000000000000182ef07346f9c691fd4819f9b418b1bec47886b46f757515 435 0.24/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.15 GB
    • Received: 11.42 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.