Loading Tool

Explorer IconExplorer

Memory Pool

78,998 transactions
29.96 vMB
0.12169285 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt 87116eba0e04d0a9827000836cb94fc74eafb829d1bc52d75068a3bda6ca05aa
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root c8b715d43867896f0f16fb123c1f44056aa1de02c26a9c193c364f6386bd8997
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,778
Size: 1.00 vMB
Total Fees: 0.03798239 BTC
Feerates: 673.02 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (567,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,604 347,604 0000000000000000047ae31dce5d94a73f33a1036fc40267873293f08c3be31d 294 0.14/1.00 vMB 28
347,603 347,603 00000000000000000c33ee95cf8a5e43692bf536f2466ee41f3ab71f2ff9147c 1,022 0.50/1.00 vMB 25
347,602 347,602 00000000000000000d33f71471835bc7c74d3d9f155cd99eec4c719b88952b42 216 0.10/1.00 vMB 28
347,601 347,601 00000000000000000d09f93afadd49885b530acd16c6cf8cdd13025949b375a2 432 0.22/1.00 vMB 27
347,600 347,600 0000000000000000117fa61a6bf98f6d79cd193001e61b3f1e74e5a1b227a88e 1,161 0.63/1.00 vMB 18
347,599 347,599 00000000000000000e4cfbd7c9c9aeb07aa920a401e77ef804d654c9b1feda7e 1,332 0.75/1.00 vMB 20
347,598 347,598 0000000000000000147337302a66068b4a20c9ca27197d96b6f4acb4978bd2e2 1,073 0.75/1.00 vMB 17
347,597 347,597 000000000000000002ee3bcaec5abc2340080b7c968427e59208d901cc6ac396 1,552 0.75/1.00 vMB 28
347,596 347,596 00000000000000001434c8be59fcae075a2aafb2154211ab420fdddf4974e870 1,261 0.72/1.00 vMB 25
347,595 347,595 000000000000000004a3f94662fad8c2d648c54289186f39428cac89b1baad26 1,095 1.00/1.00 vMB 16
347,594 347,594 0000000000000000068016ab3e6773b7a681d7bbb35e5d04a85deb22e9e56d50 424 0.19/1.00 vMB 35
347,593 347,593 00000000000000000bcc7b8780f2e62f2d50c346b70f7b451070f8d33645b335 373 0.19/1.00 vMB 30
347,592 347,592 0000000000000000086b7cfbfa4e6a6d82814d1abcc37989a7cbf7dc24736118 512 0.14/1.00 vMB 51
347,591 347,591 00000000000000000dd72451203ae99bb879c0942434a9de525e9b5cad568266 1,657 0.75/1.00 vMB 30
347,590 347,590 000000000000000010879e19e06b642c5f8e55c890a9130a60bb22a6f85038a9 768 1.00/1.00 vMB 16
347,589 347,589 00000000000000000803b6424f05623b3e25a7d5cb565e0daf0e514ee096347a 1,466 0.75/1.00 vMB 27
347,588 347,588 0000000000000000073a9e69d675e10af2537ff2e9e6f32ed8e3817e1e1a0b57 2,209 0.75/1.00 vMB 37
347,587 347,587 0000000000000000044b7240a59c4adcb25096fed2e3c371669e5be7aa14373a 1,567 0.75/1.00 vMB 29
347,586 347,586 00000000000000000cbcd845b2d6105a3c41cabe270b650408083d6a9b8f673a 799 0.84/1.00 vMB 11
347,585 347,585 0000000000000000061016919980c5e456caaf6ef3096d581b6087b90529a224 1,837 0.75/1.00 vMB 31
347,584 347,584 00000000000000000de35f1c67f78cdc46dd029f2aef4e0b59e3b8d32d4fafcc 1,133 0.75/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.