Loading Tool

Explorer IconExplorer

Memory Pool

77,660 transactions
28.58 vMB
0.09847291 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt f59af9938864ea1d66cd5715c0a79ad5af460cdf89dd3dfb7a20817b3cc6395c
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 4f5e020bccb2e088fc2f918f001022283672d0239ca1831c123912e18687fc87
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.03308225 BTC
Feerates: 201.07 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (567,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
347,583 347,583 000000000000000001dda2bdcc14bfc953c29e4b1e8d407eb785bde4adec7bb0 256 0.08/1.00 vMB 44
347,582 347,582 000000000000000005135161bec977e315acea76753c7e9f1db1b04b8c0d614f 58 0.04/1.00 vMB 21
347,581 347,581 00000000000000000052d7b83076b9c2593ce9b5f0b395fb8db3cef12f4ee9e5 819 0.46/1.00 vMB 25
347,580 347,580 000000000000000002fa805a2a9babe38dadcf34b9a36bc625f60c5c8ff460ce 410 0.25/1.00 vMB 26
347,579 347,579 00000000000000001453ca7509761a821e9133763f7087226a947b300d2ebc7c 683 0.47/1.00 vMB 18
347,578 347,578 000000000000000016a391b5adeb3ecda94387fa66337b99fc88b6141f8da2a1 460 0.26/1.00 vMB 23
347,577 347,577 00000000000000001356450f09caa087b88628b6b7ba3d3535b017db41b3c6e9 136 0.07/1.00 vMB 29
347,576 347,576 00000000000000000a23d14c87e28d2dffe137ef6c2e48c49b7eb263d28527f9 883 0.45/1.00 vMB 22
347,575 347,575 00000000000000000ca1f50a8cd22558420030948802e8689742583f5f8b5590 627 0.59/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

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