Loading Tool

Explorer IconExplorer

Memory Pool

74,416 transactions
27.43 vMB
0.06888013 BTC
Random Selection Loading Transactions
Max Size: 167.51/200 MB

Candidate Block

Mining Attempt 499f890d17f85490b0fcc006df1d37718204c737d0ef7e724a132c1e1bff71a2
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 0b52417b6247d01d550ad55bc263531b5509e6b2fe506efd8ad88df5f73ae3b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,233
Size: 1.00 vMB
Total Fees: 0.01043240 BTC
Feerates: 100.53 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (567,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.