Loading Tool

Explorer IconExplorer

Memory Pool

82,451 transactions
31.13 vMB
0.12558299 BTC
Random Selection Loading Transactions
Max Size: 187.05/200 MB

Candidate Block

Mining Attempt 6de44f146396553b484fc6ba12c5a13235841d8a652122eb361fed9afc7a8445
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root fffe9bc762854fc85a560ea1eaca0f8a7ee0795207121c81b3ac6a90f540fca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,140
Size: 1.00 vMB
Total Fees: 0.05452308 BTC
Feerates: 180.34 > 5.46 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (271,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,649 643,649 00000000000000000007097fee3c128a7942db1043198c87d34e045079ac40d3 2,563 1.00/1.00 vMB 98
643,648 643,648 0000000000000000000622fb2cc2162708c4a919ef54ef1e7875ec0d039a82bf 1,567 1.00/1.00 vMB 85
643,647 643,647 00000000000000000007fc3ba5595bac4a5a6414ca921ba85c0f9724ae3022ad 1,174 1.00/1.00 vMB 89
643,646 643,646 0000000000000000000b27bad9f7a8837b8e2ba18b2c0e88dd54d37e1b25ba66 1,702 0.63/1.00 vMB 8
643,645 643,645 0000000000000000000690f4593fe741f29d8fce65e04cbca3be0abbae50b923 2,742 1.00/1.00 vMB 72
643,644 643,644 0000000000000000000eab37930f00544fc0f87135104b1e3ceb23cc93384f07 248 0.12/1.00 vMB 40
643,643 643,643 00000000000000000000aac37c39bfb0ab33d03a290fb30db0c9df2b53f1ac4f 1,639 0.62/1.00 vMB 47
643,642 643,642 000000000000000000006359f760f56b289b5779302d02ad92b7c5bc4a2ef639 2,178 0.84/1.00 vMB 54
643,641 643,641 0000000000000000000a4a230df9a500a367700e6f629c7354cd334b12d6b8d6 197 0.07/1.00 vMB 57
643,640 643,640 0000000000000000000c4450ff55f7fe79125c535c9cdb9d7fd23c9cb10ae50a 1,855 0.80/1.00 vMB 54
643,639 643,639 0000000000000000000b24bf77191cec82efcd4551873561a50840bab38f66d5 342 0.58/1.00 vMB 6
643,638 643,638 0000000000000000000dd236cb0218e4ad1d997bd3aa4c411bbacac21d9bdd45 1,841 1.00/1.00 vMB 17
643,637 643,637 0000000000000000000befb0d76a21c87d7116c753d24d7e244b3e3db4aaf416 2,307 1.00/1.00 vMB 30
643,636 643,636 0000000000000000000074a76d3e058613a15ddfa11f977c21263400c8518dd7 2,493 1.00/1.00 vMB 34
643,635 643,635 00000000000000000004c2cceb8381d62be79e73aa788712c3387e7005e62a36 2,176 1.00/1.00 vMB 62
643,634 643,634 000000000000000000064dfd0917561d3f951c8fa9264aab4c93eeb1147b5115 2,182 1.00/1.00 vMB 117
643,633 643,633 0000000000000000000de8ff5dc98d0e0d823f4130c868b754d2145732906fcd 2,362 1.00/1.00 vMB 75
643,632 643,632 00000000000000000005ffb8cc4bcb1de02dac29136d5fd3cb3241297f8777ef 1,395 1.00/1.00 vMB 36
643,631 643,631 0000000000000000000486d4fe6ec5645821da35412cdae7ad7643020ca795ea 1,637 1.00/1.00 vMB 15
643,630 643,630 0000000000000000000e38cd8fb1bfa8ab7818c09b12fad88562423a1e1c9c9a 2,243 1.00/1.00 vMB 65
643,629 643,629 00000000000000000008cfeef8d285d87ae22ff7262f708343392b44c96f323d 1,102 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.