Loading Tool

Explorer IconExplorer

Memory Pool

48,407 transactions
30.43 vMB
0.10412006 BTC
Random Selection Loading Transactions
Max Size: 162.17/200 MB

Candidate Block

Mining Attempt e31a7d377d923b73ec7fb8a54f4e2484c6ac5f1a6dfb38710e54dc958669c3c7
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 449dee983943f7d7b5ba7ea33b886eb2c01a977fd19bd19021abc506cb83bcad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04116835 BTC
Feerates: 150.97 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (319,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,784 595,784 00000000000000000007b2942cb057a91247544640c6aa4981a6d8971feae149 3,126 1.00/1.00 vMB 29
595,783 595,783 00000000000000000003aef0b205c63f9968045e7afac9e8b868e19b014af961 3,164 1.00/1.00 vMB 30
595,782 595,782 00000000000000000005ab31542eaa84b9758730d53637573cfa5edd5a55bec1 2,712 1.00/1.00 vMB 30
595,781 595,781 000000000000000000098b5efea16e3b8be83200640d0dace7a483b0642b2113 3,073 1.00/1.00 vMB 56
595,780 595,780 000000000000000000151af8997e05d5e2e4b97bfa296ee3a3b289654f0ceef4 2,653 1.00/1.00 vMB 25
595,779 595,779 00000000000000000006ad6f97e5e3ef7d76aa0a32d32cdd1a208f49b7bac942 2,518 1.00/1.00 vMB 27
595,778 595,778 00000000000000000007cd74defdef84862154a1eb4c7854abec321e29033e96 2,620 1.00/1.00 vMB 24
595,777 595,777 00000000000000000013f43c681740d2d8e574134ab4be0ee85e83ef98635979 3,342 1.00/1.00 vMB 37
595,776 595,776 00000000000000000001114b4abd60ef66df90e837023f773e5ae24f32f8d805 1,363 1.00/1.00 vMB 21
595,775 595,775 00000000000000000001127bc5e28af4f7662fd5cde384b313899a8a8e2f1718 742 1.00/1.00 vMB 20
595,774 595,774 0000000000000000000a5b30b090b59dfa82de300cf186339457d121cc498794 3,029 1.00/1.00 vMB 39
595,773 595,773 000000000000000000006bd32b6142ca2fd79f0ff680443014bdb0319610a674 3,175 1.00/1.00 vMB 34
595,772 595,772 000000000000000000001dc89d3b3a764b7b001e8f76ff5aa29f9db7ffa053a7 3,013 1.00/1.00 vMB 33
595,771 595,771 0000000000000000000d263d0d73400d4f32eef6c1564095438e3e1c8e2ed667 2,832 1.00/1.00 vMB 53
595,770 595,770 0000000000000000000f06ada9f413fd4faf8c7a7861dab620afb2437b7ef8a7 2,244 1.00/1.00 vMB 30
595,769 595,769 000000000000000000006aa19e2a336b9b8d4eb92fdee3530079e046136f1aaa 1,471 1.00/1.00 vMB 64
595,768 595,768 000000000000000000135dbe84d69a92c93bd6cd7a0c048ddb3e1e754453a3c8 1,149 1.00/1.00 vMB 84
595,767 595,767 00000000000000000008d972465d7c7ff4b865ac9f8c092de399144ff487d9c5 2,833 1.00/1.00 vMB 37
595,766 595,766 000000000000000000169371126b8cb2d2ccc8e147712c53dde7aac637e4380b 2,960 1.00/1.00 vMB 14
595,765 595,765 00000000000000000013146e629a7807a669a9fa6a8af506a6689fb04f37703e 2,780 1.00/1.00 vMB 18
595,764 595,764 00000000000000000013ad99c4d14785920879c08d5ee17276589bb5800b8d2a 3,028 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.