Loading Tool

Explorer IconExplorer

Memory Pool

72,005 transactions
27.10 vMB
0.08609424 BTC
Random Selection Loading Transactions
Max Size: 163.83/200 MB

Candidate Block

Mining Attempt ca25a8cafaf34e159257a9397621e858cf9874c464b651b8daaa66387220d811
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root aebe153872527b5df20e9120722d70226af9c0955ac34ee9b2c5be9c97d29dce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 1.00 vMB
Total Fees: 0.02791598 BTC
Feerates: 445.47 > 2.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (881,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,650 33,650 0000000072c2eee6494fb182b521a6180301eee9e52e538daf2b2efaf7a6752d 1 0.00/1.00 vMB 0
33,649 33,649 00000000c6a1dd0eaf66d49561ca5800dfc6036ce9d620140e1ecae2de54d593 1 0.00/1.00 vMB 0
33,648 33,648 0000000065df854b41160592fb7e6928feb50049ca4652f39b4f0ea8e86598ba 1 0.00/1.00 vMB 0
33,647 33,647 000000002bcc35c51c6d480654b64f06abffab6d875228fe23553a23f0bdf451 1 0.00/1.00 vMB 0
33,646 33,646 000000002aa0567cb8ebdc736aa936d5ce10c8a0405d23c43e6b0f2eae1e7005 1 0.00/1.00 vMB 0
33,645 33,645 00000000b5280607c32f4b44a595c5c6d0788f244817a24c28dc481a48d6c430 1 0.00/1.00 vMB 0
33,644 33,644 0000000045f6e95cd4daa96c8a92d6a9c9492e74673e595d3966097aae61bc3a 1 0.00/1.00 vMB 0
33,643 33,643 000000004ec5c12354b842ea58bd7b6dddf412b15e4970833dfb33bfb09f4ca2 1 0.00/1.00 vMB 0
33,642 33,642 00000000c79ddbd97f6bdc9b5b2ba89e36cb97d65e92ebc855c4c1b198896754 1 0.00/1.00 vMB 0
33,641 33,641 0000000021920c99c3504d469203d3b92785c566650c02339fd9f28640457727 1 0.00/1.00 vMB 0
33,640 33,640 00000000a43333553ec65a98506dcb54c49be7475baa27266f327efd124446ad 1 0.00/1.00 vMB 0
33,639 33,639 000000002c80555f5ca96ff07e5b3c346bb603a02d65bb7225d51f0be1d9668f 1 0.00/1.00 vMB 0
33,638 33,638 00000000296c3349aca942908f3ab768fbd7147a35b2c4c3fe85f79f9980bb49 1 0.00/1.00 vMB 0
33,637 33,637 0000000063b81bfe90063d5c59af396414fc8c7ceaf92ff01232855d14b9f2a3 1 0.00/1.00 vMB 0
33,636 33,636 00000000986d551782703e0262bd65ee34c20c0718b03dfe9bbb9ef511880d86 1 0.00/1.00 vMB 0
33,635 33,635 0000000041d6357997b007294002fb786026ecb9f1fc3b4c101de8172485d398 1 0.00/1.00 vMB 0
33,634 33,634 0000000068229a60d2b7e8710e1e733e0a43ecf2df0e373ffba36c195494030a 1 0.00/1.00 vMB 0
33,633 33,633 000000000fb39becca6f1e25b03dee3dfe871cbd17d9be19378ad5b5416e02e1 1 0.00/1.00 vMB 0
33,632 33,632 00000000548d1e8676c5613000b61554d005040e480474ab17d87c17a81a98cc 1 0.00/1.00 vMB 0
33,631 33,631 000000002d5b4b652c01cdcb098244e52dc1dae7750f4a2b4e7a31501b6a4c0d 1 0.00/1.00 vMB 0
33,630 33,630 000000008faddb3edd9463ac300007310d4eb00f4cbfc1147671d0aff1429094 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 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: 751.89 GB
    • Received: 18.87 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.