Loading Tool

Explorer IconExplorer

Memory Pool

45,728 transactions
22.47 vMB
0.05421526 BTC
Random Selection Loading Transactions
Max Size: 124.68/200 MB

Candidate Block

Mining Attempt d0287337556a50acbfaf84690d456ced23ea8ae5c5e6a542e59fa099c2c22dbc
Version 20000000
Previous Block 00000000000000000000901c13db6d4fee85ca791b5b0f584110d47e318cd24b
Merkle Root f921f710e02f48abd6ebd0b54b66ee4f7a8c2a6785a84a9945eee82b1c28ad00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,317
Size: 1.00 vMB
Total Fees: 0.00790259 BTC
Feerates: 100.21 > 0.79 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,007 (899,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,767 14,767 00000000edaedce9273e33add60e0fae73f0d0e4810497702b2eff9c559bb4f8 1 0.00/1.00 vMB 0
14,766 14,766 00000000fd85388f60a493aa5619e1828f557b059d9aac98a12f4a756370812e 1 0.00/1.00 vMB 0
14,765 14,765 00000000069f9e88034f99e6655d242e4cf9f18c02ef6304ce88e8acab71844b 1 0.00/1.00 vMB 0
14,764 14,764 000000005c6c0972e67e2c4b9bc970c5f50d53dc80771025d1973861abdf902d 1 0.00/1.00 vMB 0
14,763 14,763 000000008041d91c490e8b3c3a9f96e128bd998367a7333d9b02e850ec971e5f 1 0.00/1.00 vMB 0
14,762 14,762 0000000094c202d46b13842070d4f14b692320cc630ef06b7f4cb0cf86d69f59 1 0.00/1.00 vMB 0
14,761 14,761 0000000018de094544af733a8285295b72a01fb3ba8cf27c6617c962e93c2580 1 0.00/1.00 vMB 0
14,760 14,760 000000000797867533bb3a120ca7313a9394e9e1e28b1e907b16b4e96588c360 1 0.00/1.00 vMB 0
14,759 14,759 00000000cc6cab90e06f63ab72d32d0c45c63efc1a5bc69cdb37e90c2cb389ed 1 0.00/1.00 vMB 0
14,758 14,758 000000001e0d36f318d0b8de2d09251569e23928cdcb20c4f0950613db784eae 1 0.00/1.00 vMB 0
14,757 14,757 000000000b1220d9498734767de2fed5679619138017e2fb8fd25ac3fdf19ab7 1 0.00/1.00 vMB 0
14,756 14,756 00000000e0a4352af0955e2244f45fa13f0c664bdc475051998ebceb23047012 1 0.00/1.00 vMB 0
14,755 14,755 0000000024230702cc20c01c68cd3e42024b82988d4af72b0cb74751c3f4cfdb 1 0.00/1.00 vMB 0
14,754 14,754 00000000e963ed31d99b8e6b1c001356722543e69864d6013bb67aac15722d21 1 0.00/1.00 vMB 0
14,753 14,753 00000000a5cee044cde46ca82d5c077a7857b34c900017fe62fa4ee0cd42526c 1 0.00/1.00 vMB 0
14,752 14,752 000000006ffc3fa0ca5380a58fcded00ffb1902968c837017ff3e2010671dc8f 1 0.00/1.00 vMB 0
14,751 14,751 00000000a663089d56e7ef77015f32c3bdcc5d032416112c28c3bb0d5a86977f 1 0.00/1.00 vMB 0
14,750 14,750 000000002bb00bf7f339b1ae083c8b9953bb1e4b9d9485b753983ac9f0ee296f 1 0.00/1.00 vMB 0
14,749 14,749 000000000c59d8e0b162134fb836ab5d8585376f7f9db902c6466cca11fe7f61 1 0.00/1.00 vMB 0
14,748 14,748 00000000ca3ac2a1f8780369af12216b221c1e066e183a86e9592092e6922138 1 0.00/1.00 vMB 0
14,747 14,747 00000000590f2fb49ebef0ee84537d178fae442e60e7cf0c2f7c023c5ec339bd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.61 GB

Node Details:

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