Loading Tool

Explorer IconExplorer

Memory Pool

38,803 transactions
19.83 vMB
0.06475385 BTC
Random Selection Loading Transactions
Max Size: 109.40/200 MB

Candidate Block

Mining Attempt ae20823f1d26e15a7b9aebb8ac0f58df7e474ba2653769aacd965dedb2443cf1
Version 20000000
Previous Block 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73
Merkle Root 46dfe8b1b3669c33537fb65ca9c3954636622493f81d6b5b30efb525cbfd48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.02438816 BTC
Feerates: 619.14 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,883 (743,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,175 170,175 0000000000000ab20187f29e2af59a7b6c3eed222b3240e5c6bc618eec2b2c8b 14 0.01/1.00 vMB 153
170,174 170,174 00000000000002821c36deee4986f984eb4dd7219cf030c6e38ac7b118c73546 32 0.01/1.00 vMB 781
170,173 170,173 00000000000005e7cee3a01a06d7c3d1d829776066913c4cbaa2ab50a3aa689e 41 0.03/1.00 vMB 87
170,172 170,172 00000000000004c9b077c497383dafff598e3450bce3997f16d03435f0d68c94 12 0.03/1.00 vMB 102
170,171 170,171 000000000000021dc953df80c906b67b47fe9e26d7122e4ed7ce4d231148a6f8 105 0.03/1.00 vMB 5
170,170 170,170 00000000000004073d91ef71d9b4c9e0d13a018530f5b8d455331c6d94e1a061 65 0.03/1.00 vMB 139
170,169 170,169 000000000000073787a0316037316d2998108ec55c8adefb08a2e9bd9470856c 19 0.01/1.00 vMB 426
170,168 170,168 00000000000008b43c5fbf820a430309fb93c1d9c82f8e4e8d37a9fa9e03d6aa 29 0.02/1.00 vMB 96
170,167 170,167 00000000000001fab2c2723d53159d4c9cadfe85095a49da3bf36b0729a0a806 34 0.01/1.00 vMB 56
170,166 170,166 00000000000003b7bf1e72734c683c3ba8b5901eba85b2691aa7cdfcbc64a51a 22 0.01/1.00 vMB 54
170,165 170,165 00000000000000a7154ca9211bc97aade0fc4a8166c5cd8ad2b892f2c2ca0fac 31 0.01/1.00 vMB 250
170,164 170,164 00000000000005288471a160fd2a97759e0a22206b37a5e3287c55210c26fd0b 102 0.05/1.00 vMB 188
170,163 170,163 0000000000000a89d07458fd4ff8234a4a481f20eb93c28976ca71e275047461 11 0.00/1.00 vMB 35
170,162 170,162 00000000000002e1bb74899b5ce31dac2823ff6c95093f1cd56a8f07e2eb5a70 56 0.04/1.00 vMB 54
170,161 170,161 000000000000076efd2fcd98d331652cc7b80ecee5b69ed510ba9f592a438a13 5 0.00/1.00 vMB 48
170,160 170,160 00000000000002d71cf566dc0c6d8e0ae156392ee26589f8e39085a1ee4b2b33 54 0.05/1.00 vMB 619
170,159 170,159 00000000000002df1062ccdc33a516597fc1cff486db29c81add33c1a6ed9b03 12 0.01/1.00 vMB 41
170,158 170,158 0000000000000a08e91a6480ac7fbd9e8eb35c5b9999c63ce3e8de03a9b23d29 15 0.00/1.00 vMB 79
170,157 170,157 00000000000000fa65ea017c7b1ab9da6113aaeff2292c3cc52bb116919243ba 39 0.02/1.00 vMB 1,251
170,156 170,156 00000000000009a1158145ebba54a0483d1dc524917dede112e8e2f837bbb6b3 42 0.03/1.00 vMB 37
170,155 170,155 00000000000004f35879e47fcfce26a506e5a430b452b3db94795e9ca18a428c 73 0.02/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 525.40 GB
    • Received: 5.20 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.