Loading Tool

Explorer IconExplorer

Memory Pool

78,514 transactions
29.44 vMB
0.06862662 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt 5b821834f872c51432613aee3378ba00d9045236139fa510b2257538ea481553
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 32a8bd9bdfc183c2d3d74f48c2d4f53f917207f78f9fa818320ad43f62e51f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,964
Size: 1.00 vMB
Total Fees: 0.00878951 BTC
Feerates: 150.93 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (278,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,808 636,808 0000000000000000000c3da3500f838b46572e3a5db699613dc968755c3944b8 2,862 1.00/1.00 vMB 19
636,807 636,807 0000000000000000000d5aece51f7023a7fe0f473fb4178406188e9703484fd0 2,382 0.79/1.00 vMB 17
636,806 636,806 000000000000000000009af65834fe105809ff84a7fbfc5108576e3853d9eaef 992 0.41/1.00 vMB 13
636,805 636,805 00000000000000000001805d36ebf6aaf979b473aadb63fc28870e72ad541cf5 1,863 0.84/1.00 vMB 15
636,804 636,804 0000000000000000000f0f3bdbbe4c68ddc37222d0e4e7054d89eb0b481b58ad 286 0.10/1.00 vMB 16
636,803 636,803 000000000000000000062a6ba6918d022f8688177c8283d8d1e2e8f7df339187 1,174 0.37/1.00 vMB 14
636,802 636,802 00000000000000000008694cdff23d4ccc79daf2cb6afbdf33c3ba31239e5217 864 0.33/1.00 vMB 14
636,801 636,801 000000000000000000115ec3198dad4d33a2f2aaab901b1dfd085a07b24d2528 708 0.24/1.00 vMB 15
636,800 636,800 000000000000000000016e1290aff3013f3810675028eff77efdeeac9f4fac05 3,061 0.96/1.00 vMB 8
636,799 636,799 0000000000000000000ae3f8de6e7c72827748c55fbe4d1992aaf32b3ed9a77f 2,211 1.00/1.00 vMB 20
636,798 636,798 0000000000000000000666698b49fff299ceb3cde0cdd51d364aeff481026f7c 2,692 1.00/1.00 vMB 21
636,797 636,797 00000000000000000007132e004d5166478c8ec9987e74e207dd9a6e5a53ced9 692 0.21/1.00 vMB 3
636,796 636,796 00000000000000000009dc65852b6f029050c6f4841e887cb7e8ef7c3c5dc3da 2,790 1.00/1.00 vMB 17
636,795 636,795 0000000000000000000a11cc15cdb56b788c68138da6fbd84ead6015ebf929f3 1,076 0.37/1.00 vMB 15
636,794 636,794 0000000000000000000833956f1ca4b3c5403dc78dff8a8ef0c0920e8e88d81c 2,912 0.94/1.00 vMB 4
636,793 636,793 00000000000000000007232457a998d36bb15eb8e9329bf8183dccf3b5b4c3ed 3,112 1.00/1.00 vMB 29
636,792 636,792 0000000000000000000b6d98d4c9fd7f34921b1c8b1de10e557754b8362fc038 1,351 0.46/1.00 vMB 22
636,791 636,791 0000000000000000000f6577833972ca5420c4cc5349d9e89d2afd4717a77906 168 0.10/1.00 vMB 10
636,790 636,790 000000000000000000032f6813c54ef8fd0d4a4d5f900e858d2ddbc452457d61 1,808 0.54/1.00 vMB 11
636,789 636,789 00000000000000000001ac051c7c5b96591494f61373bb09c4c597450e7a871a 2,213 1.00/1.00 vMB 8
636,788 636,788 0000000000000000000f7be3b23fa684cba9fc200944e5f11c89b90227fd0ef9 2,483 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.