Loading Tool

Explorer IconExplorer

Memory Pool

78,389 transactions
29.45 vMB
0.07446703 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt a276e26c0c27397722d37904ae06186c85087d8e47df1ffb306e00b7f6195aab
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 7b37c8df5aa81ef68c82988eb74d4659a8faa8db73e2085a5dccf96fab62cc7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,015
Size: 1.00 vMB
Total Fees: 0.01264360 BTC
Feerates: 40.26 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (243,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,896 671,896 00000000000000000006565cbae6016f8d12e8d97756c8a40e6e09babbeb5906 2,516 1.00/1.00 vMB 166
671,895 671,895 0000000000000000000281aec9110b39a14b747ba95aa333e472c9da7dd0f97d 2,800 1.00/1.00 vMB 147
671,894 671,894 00000000000000000007e6336da9efc6d9b98966eed15241cc0ff75f0ecc5638 2,085 1.00/1.00 vMB 102
671,893 671,893 00000000000000000006bf973dc198707645fc75bb6141e2e2e28da3aacfeb47 2,904 1.00/1.00 vMB 104
671,892 671,892 00000000000000000007d16d52f4c78693fd1e1549a9cfe1d61c7cf4adb0b016 2,145 1.00/1.00 vMB 112
671,891 671,891 0000000000000000000be70d53ced5ca5f4d9705f40504a2f3f7fee5af7f27e3 2,081 1.00/1.00 vMB 114
671,890 671,890 00000000000000000004acaf249c3f3df3fad58a000333c1361f9ea6567265cf 2,180 1.00/1.00 vMB 113
671,889 671,889 000000000000000000067eda77958ffbea2500355f8da3e59ec703071ca6ee06 2,677 1.00/1.00 vMB 139
671,888 671,888 0000000000000000000b1afb145904d32aee79cab6e299d63c39617fc31bece1 1,822 1.00/1.00 vMB 157
671,887 671,887 00000000000000000002abe51b9fc1a21381239783c5cda81565cca812000e39 2,655 1.00/1.00 vMB 169
671,886 671,886 0000000000000000000614cd6adce8e0357d5955169454f48b8b654fe94c2822 1,585 1.00/1.00 vMB 157
671,885 671,885 00000000000000000005f4f5908e0a4c7777834d3828ed6d4770363e95e2b3b7 2,608 1.00/1.00 vMB 126
671,884 671,884 0000000000000000000a2e738e4a52a76c1bfa34a164d8cdf9f2ff3232fcb223 2,568 1.00/1.00 vMB 124
671,883 671,883 0000000000000000000a216352fca9aeb129fb4003b64e8238e2a7ee9ceb6d39 2,340 1.00/1.00 vMB 136
671,882 671,882 000000000000000000021c9f991ae29993d6b7443cf7284e47e7d8898612e840 2,323 1.00/1.00 vMB 126
671,881 671,881 000000000000000000056f8a8ef08296533de2471860a0ebe85af09146bcca23 2,379 1.00/1.00 vMB 142
671,880 671,880 0000000000000000000291c3af6c8e06bac0869723e03f9a3298bcb1572351ae 2,191 1.00/1.00 vMB 133
671,879 671,879 0000000000000000000290662b44a50935d551f8e2c9d30df0b31cfc14941e68 2,647 1.00/1.00 vMB 141
671,878 671,878 00000000000000000001fcb3946d4adc313f196f4566e1c2a593bef8044da316 2,441 1.00/1.00 vMB 170
671,877 671,877 0000000000000000000b0995542f233ad0bee75bae868c14f8dcb86f209b6915 3,004 1.00/1.00 vMB 143
671,876 671,876 0000000000000000000c572ef34e3eac4817a6b4d7a0e208ba4719c1fed1cc4b 2,458 1.00/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.