Loading Tool

Explorer IconExplorer

Memory Pool

84,032 transactions
31.94 vMB
0.08783249 BTC
Random Selection Loading Transactions
Max Size: 194.29/200 MB

Candidate Block

Mining Attempt bf583f066a3c9059b0dacd5c2e93aea83f4eecf802184e4f490f4f4130ecc485
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root cd758df3b37c31d8a473a895d054cf3a5ab27d2691bdf59198a348c5c49dc4b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.01814935 BTC
Feerates: 104.48 > 1.82 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (255,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,991 659,991 00000000000000000004ce5eaf5b8e7e7963094d243cf6ad45a1cf6b2ddbcc5d 515 1.00/1.00 vMB 17
659,990 659,990 0000000000000000000e826e9c8f2859b25b5cf882f1d3e33283cfdbfd891734 1,281 1.00/1.00 vMB 31
659,989 659,989 0000000000000000000193f765325880d1f4905ce5f970af9d3b94ae015221b3 2,274 1.00/1.00 vMB 56
659,988 659,988 0000000000000000000633461b2cee2c85ad3cc745d3ca7647b5733c5120d065 1,760 1.00/1.00 vMB 33
659,987 659,987 00000000000000000007480cc4712c66841154ba3d73ee29bc2e520389b97342 1,123 1.00/1.00 vMB 11
659,986 659,986 00000000000000000004767cd48cdbff5a885ada4923eeb310cb80aa52e63ce0 336 1.00/1.00 vMB 11
659,985 659,985 000000000000000000078eecb031c95018e42cd9f6ceb4e2f1b8d1f4aa1c8bb4 2,043 1.00/1.00 vMB 19
659,984 659,984 00000000000000000005bb208c74e7f2db65a53d71b4d676256e199c03b2c388 1,837 1.00/1.00 vMB 54
659,983 659,983 000000000000000000014341956ba11782391ffe9910b0ddb3af45e51c779ba7 1,776 1.00/1.00 vMB 44
659,982 659,982 0000000000000000000b43e8556ccadb7f4ec4b0638f88bfb7089492b49fb3ca 2,501 1.00/1.00 vMB 80
659,981 659,981 0000000000000000000698b7dde0f5693bd32d4753111f219c2ad83da12de1d2 2,197 1.00/1.00 vMB 70
659,980 659,980 0000000000000000000720e142928b90b10bb2263fc165d1b13bd84672f6ce6f 2,494 1.00/1.00 vMB 39
659,979 659,979 0000000000000000000a8f1fa505de86e20908591420f28d52963d3b86388fc0 2,742 1.00/1.00 vMB 84
659,978 659,978 00000000000000000003afa4fb157bc0639166c2f0733ad4d2c7c79ed7c62af0 2,926 1.00/1.00 vMB 127
659,977 659,977 0000000000000000000a022afc88c7cdd6411b8b2e30fd656304332d58461363 2,564 1.00/1.00 vMB 65
659,976 659,976 0000000000000000000836b44a2a858774caa3cf43b26b64bb3b3c1a9b2bb0c0 2,745 1.00/1.00 vMB 70
659,975 659,975 00000000000000000005523ad69e325ffbbbd55bd3cc2914a4626fd370e26b14 2,379 1.00/1.00 vMB 67
659,974 659,974 000000000000000000091bc53d44e43e5b7c378f38629656b4f3879c375d7006 1,469 1.00/1.00 vMB 127
659,973 659,973 0000000000000000000b0ee6eaf2f24638cabc253adc08d07f0298af35e3113f 2,220 1.00/1.00 vMB 85
659,972 659,972 0000000000000000000664d977d498d0602d134e3147352e40ab35560c996ba9 1,781 1.00/1.00 vMB 17
659,971 659,971 0000000000000000000a3d69a1073388f6ae5e19f2958ea31cf8caf1a40bffef 2,055 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.75 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: 708.89 GB
    • Received: 16.78 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.