Loading Tool

Explorer IconExplorer

Memory Pool

80,813 transactions
30.49 vMB
0.08976638 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt a7cf4e9aba131a39a0da2ad07afa3d01efa6297a9ae2c553539ebad78f8b7c6a
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 2dea7d9a6a028edf70fb6979b940558468cc7b3c887864427362c14bebd59a08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.02041064 BTC
Feerates: 151.00 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (189,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,758 725,758 000000000000000000090764f69492c350a07a5368ebbf0c3e18982cc3a297d0 2,140 1.00/1.00 vMB 19
725,757 725,757 0000000000000000000153199b46c468a4e4e4f4088cd7360fc4cf5986640b7f 685 0.72/1.00 vMB 10
725,756 725,756 000000000000000000064a9914eac74e8a95c5968936a4f7c33f00935da455fe 2,371 1.00/1.00 vMB 16
725,755 725,755 00000000000000000001885d61a295ed0f1daffc8a9a3e7866dcd87d34dd16e5 788 0.35/1.00 vMB 13
725,754 725,754 00000000000000000008798b7a72ba4033968a36713ab7c8f36a5b02151b5b8c 2,331 0.97/1.00 vMB 8
725,753 725,753 00000000000000000002d6aaff26b1e73249a8b2e704c9c2fd8bb03a816d203e 3,256 1.00/1.00 vMB 10
725,752 725,752 000000000000000000002f7513d27fcb484a7d5a27411e8c534810f2312660c4 2,542 1.00/1.00 vMB 7
725,751 725,751 00000000000000000004dd3f5b6a5ba5217395bc878c8d4017b503495f7220d8 2,582 1.00/1.00 vMB 25
725,750 725,750 00000000000000000007c133a0665c9a1b95687008c2cf75285a7abc0ecef3c1 2,863 1.00/1.00 vMB 17
725,749 725,749 00000000000000000001912ac91e344f7e517e15a3f298edf0307f77d0f805ae 3,045 1.00/1.00 vMB 36
725,748 725,748 00000000000000000000c25f65b2a6ef6834b334e8067529ff088d6db43f1bc0 2,203 1.00/1.00 vMB 24
725,747 725,747 0000000000000000000331f09a6583072ad53bc26b96879c5a156acf0dd82c63 584 0.26/1.00 vMB 15
725,746 725,746 0000000000000000000159ccbc7ce62ba1f7f82f42de83a7fefbcfee8327253d 1,881 0.93/1.00 vMB 16
725,745 725,745 000000000000000000041cefb3b4e0cda5272e01e18c5ec938bf28b745613e42 626 0.75/1.00 vMB 4
725,744 725,744 0000000000000000000185ab0e39dbfdefd69efcd2ab0b9f4a5ec581dd87b2f7 1,997 1.00/1.00 vMB 13
725,743 725,743 00000000000000000004fa8c57512c0c96e50a05163e0d3b26f6deec96440658 1,481 1.00/1.00 vMB 8
725,742 725,742 00000000000000000003078077d2444accce865eea91627e710d8320c120c3e9 1,272 1.00/1.00 vMB 18
725,741 725,741 000000000000000000066eea5a8872320a76ca8072afac2f87f63a3decf0be1a 1,542 0.72/1.00 vMB 13
725,740 725,740 00000000000000000004ccd00aa8f70198023d3a49f5a5c76cf26fe5bc5db9b7 279 0.15/1.00 vMB 3
725,739 725,739 00000000000000000000e652c5081568a51881369cbe4ebfd4e651bc185a3aeb 2,080 1.00/1.00 vMB 8
725,738 725,738 00000000000000000004e21ec1089d7f6782a7fa303a6d29da86e20b67530b9c 2,534 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.29 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.