Loading Tool

Explorer IconExplorer

Memory Pool

77,597 transactions
34.20 vMB
0.14297185 BTC
Random Selection Loading Transactions
Max Size: 190.34/200 MB

Candidate Block

Mining Attempt 0bedd6648cd504c5fbf86ac06dd251febe7f78436ccf917478490322de04ef0c
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 42ffa6430ebc0f1f45fab54b318d1a6c7130a75c03fa7dacdb536d83622437f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,956
Size: 1.00 vMB
Total Fees: 0.02354349 BTC
Feerates: 84.27 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (881,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,663 33,663 0000000012a773ded94727b9cae8e628d27a332834e697e9b853d6b83a1336c1 1 0.00/1.00 vMB 0
33,662 33,662 00000000bdc58dd3405f79a7330b696d363647884c0df3caf12aecbde0a1a7c6 1 0.00/1.00 vMB 0
33,661 33,661 00000000192c1472eb0c89917f50e13814eff2b6d696853195e74d8e04e23414 1 0.00/1.00 vMB 0
33,660 33,660 000000000113cdae56346140a4890adcbc1e899754819289ed32b67c68fe6ef8 1 0.00/1.00 vMB 0
33,659 33,659 000000000e47408969ce876c3a73f3ab8d4c151ddb5262212c2c2bfe1e84dcb2 1 0.00/1.00 vMB 0
33,658 33,658 0000000078007a0ff0e405b4d1dffb82d0764ee155702d519a0bc033561a5ab9 1 0.00/1.00 vMB 0
33,657 33,657 0000000031c014e3db2556c3356bc1bc73926c443e3fadf717beaf4320a1838e 1 0.00/1.00 vMB 0
33,656 33,656 000000007cfedc1984dee750a5d15aff3945250238f0641854ea2eea81ab3a1c 1 0.00/1.00 vMB 0
33,655 33,655 000000002cf3c7632c43398d418fea5c72c981a75cb5fc634599f7180f63be58 1 0.00/1.00 vMB 0
33,654 33,654 000000009c9e661cb7352061df4742b3c56653d44f23e3c6d82440e48efd5823 1 0.00/1.00 vMB 0
33,653 33,653 000000004b56923edf2a4e9ad87f9df180f097a6cc971f64b8b4986cf06bb714 1 0.00/1.00 vMB 0
33,652 33,652 00000000895b528669d9966b368c8f48d1b126f105826f84517fb99a79258593 1 0.00/1.00 vMB 0
33,651 33,651 000000000b35b49d199345bfefc74738397f224634629ad2976f513aaeb89c65 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 783.11 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: 736.26 GB
    • Received: 18.58 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.