Loading Tool

Explorer IconExplorer

Memory Pool

87,113 transactions
32.59 vMB
0.15114033 BTC
Random Selection Loading Transactions
Max Size: 199.00/200 MB

Candidate Block

Mining Attempt 18233d2e4025d5e03c6e8ce998c264bdbcc07efe31c913d79a8ce65b3800dfbe
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fffb0b0fcdd42ef84f458764ebc74b2a59702addacd905bb3cea58b3744cb951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.05817958 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (364,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,104 551,104 00000000000000000026beacec7f8d3b789a9a1f0bb520b20ce3fcd834574b97 3,145 1.00/1.00 vMB 49
551,103 551,103 0000000000000000001e828b763c94b4e5eab2c025b866e06316e75e31f0c86b 2,390 1.00/1.00 vMB 53
551,102 551,102 0000000000000000001c1951f78465514327f2ca8ccc6bc2f7fe2274a8ba3222 2,862 1.00/1.00 vMB 60
551,101 551,101 00000000000000000029b2d57e096dbf671be04627cc4d2bb97331038d6adfba 1,664 1.00/1.00 vMB 56
551,100 551,100 0000000000000000002961da370d5329781889777719bc7fa91185490ca3e952 3,168 1.00/1.00 vMB 72
551,099 551,099 000000000000000000203bd4f78b9f1de9e0cc3762c707c2326de1e1a097833c 1,813 1.00/1.00 vMB 62
551,098 551,098 00000000000000000018c21beaab3ecd49ea7bd5f9be80502ef948259aaba5a3 2,828 1.00/1.00 vMB 70
551,097 551,097 000000000000000000117f0033fd8cff18a9fa4601da7f93e6eb3e084caab586 2,658 1.00/1.00 vMB 21
551,096 551,096 00000000000000000014d15a8cc5b846eae5c9b309fb6e66d4cce90c10e5bf65 3,051 1.00/1.00 vMB 40
551,095 551,095 00000000000000000023a4e4e644bc8a16940f32be15c7655c63275c348cde1b 3,080 1.00/1.00 vMB 51
551,094 551,094 00000000000000000003fa6f9378060402090afbf53060a053a34d5a9fa6d9dd 2,169 1.00/1.00 vMB 40
551,093 551,093 00000000000000000021277e4af5b6ee6cae49c1b5bee8b7a4e3a35cc6d98b04 1,721 1.00/1.00 vMB 59
551,092 551,092 00000000000000000023998968f3f6b65360d8d81d890254262577a4637139e4 2,757 1.00/1.00 vMB 73
551,091 551,091 000000000000000000203ab8bd0e915f2b0d75ccf8fdce7b84a40944ba7c83f7 2,878 1.00/1.00 vMB 62
551,090 551,090 0000000000000000001ed8191cf668727c9ea95c97d981f298f047d327e0692d 2,274 1.00/1.00 vMB 5
551,089 551,089 0000000000000000000167e4da71728f14d45d99721ed3bc8068de9150917d88 3,076 1.00/1.00 vMB 29
551,088 551,088 00000000000000000020dd64e99694783014b32ce597509343b6689cb1d5941a 2,583 1.00/1.00 vMB 51
551,087 551,087 000000000000000000075d5ba0942d3f22286431d409d0f36b5aeabe28c400fd 1,952 1.00/1.00 vMB 70
551,086 551,086 0000000000000000000a5b7d8e2b05bc8f7ab4bb0805e5b5f18132a52df5f81f 1,586 0.99/1.00 vMB 14
551,085 551,085 00000000000000000004ee68ad2bca66e7f458139e9581c933850283749712be 2,590 1.00/1.00 vMB 11
551,084 551,084 00000000000000000013da9b434b5457c7bd42236c49518ad76c0ee4fb121489 1,958 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.