Loading Tool

Explorer IconExplorer

Memory Pool

43,711 transactions
28.17 vMB
0.06724478 BTC
Random Selection Loading Transactions
Max Size: 148.71/200 MB

Candidate Block

Mining Attempt 9c12fd6503fd11c6a16df1afe589e4d0f3929ad90542d1c96feb8cb17366f803
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 9a661ab49be23dc097c8e35663c332565b7a77257f66c5c0f37148ede2e260b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,376
Size: 1.00 vMB
Total Fees: 0.01409380 BTC
Feerates: 100.23 > 1.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (736,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,748 178,748 000000000000050db52131434bc50c5231e8a1b2d4ef6c47a43d3ac5b5c93aac 204 0.09/1.00 vMB 156
178,747 178,747 00000000000006065459e2d807af50178407c56bf20fe482ebfde3a1d1ec6d64 127 0.05/1.00 vMB 78
178,746 178,746 0000000000000929218641ef2749c1cc1db0afb8b1e219b5c2a1d5031bc2ed6f 16 0.01/1.00 vMB 56
178,745 178,745 0000000000000395c17570c5d92b7591c5d6d1b614ada6e372730e2acfff0c87 36 0.02/1.00 vMB 82
178,744 178,744 0000000000000b1b3288130dc4151c69d79c245d1f8c6060a8ba16e307df48c9 242 0.10/1.00 vMB 124
178,743 178,743 0000000000000244e343d029bcac8f70d89f46789dcc9b5f1f234e27015c4187 26 0.01/1.00 vMB 176
178,742 178,742 00000000000008a5da22f1fcfd050ffb661d390b5a0b224d447e00bfd0891dab 147 0.06/1.00 vMB 183
178,741 178,741 0000000000000458b36f76c47fbc4f0e2d4ee3c4ff06c212c7e11cd4f261a64e 56 0.02/1.00 vMB 85
178,740 178,740 0000000000000585112f99684dad26673530aaf5aab260fa2a1114a73676f8fe 26 0.02/1.00 vMB 80
178,739 178,739 000000000000067bd597ebed637d06033b4db3c8cca68eee7933d9b5fcb8c83a 244 0.11/1.00 vMB 119
178,738 178,738 0000000000000824b0fe82181f0bcbb3addfb00f3620e81e5ced71ea4eb918ec 237 0.10/1.00 vMB 138
178,737 178,737 000000000000034d7970df34b168045ba274b198d491ca70ccfabb3bf3de7077 12 0.00/1.00 vMB 105
178,736 178,736 000000000000094c836dee3ec2375b408dcd856074e06f3939e6932f4385c23d 104 0.05/1.00 vMB 219
178,735 178,735 00000000000001161ce38d63bea04f25012eafae69bc530dafc4860fd0d8c464 49 0.02/1.00 vMB 71
178,734 178,734 00000000000003e2dd5c9241b3e60af2acaf0cf669d0e68700940172e8f2bf6f 171 0.07/1.00 vMB 125
178,733 178,733 000000000000000e74e6fe6cd2820bcb06bb556fc22f1ce3e6f8e1c5f066d427 235 0.09/1.00 vMB 124
178,732 178,732 00000000000003fd0ee83da58459ee26c20d65c7cff0543725fda2fb71616576 54 0.04/1.00 vMB 178
178,731 178,731 00000000000001d20c09b46bf416d03a4b648a4285962907a5c5cb7c9447c2af 240 0.09/1.00 vMB 179
178,730 178,730 0000000000000a49db7e530aba30fa10ed9fea7920b1ae72e06ffa6f0dec9d5f 68 0.03/1.00 vMB 100
178,729 178,729 00000000000007394fd3142914a60cb4234ef753bdf5b4829fc9e1e3db179558 138 0.05/1.00 vMB 138
178,728 178,728 00000000000007be986ccc3f35877303be23bc0050b431974509d836b3d45b03 29 0.01/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.