Loading Tool

Explorer IconExplorer

Memory Pool

74,322 transactions
27.53 vMB
0.07057298 BTC
Random Selection Loading Transactions
Max Size: 167.89/200 MB

Candidate Block

Mining Attempt 70a02b6cc190054927e49fc15e80ea69765ba25b092fb1b669ddfafc981655bc
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root c5f2652abe4913ad773a7837b1977b54e51a9c6e864057ef5585be61de99abb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.01176333 BTC
Feerates: 480.19 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (364,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,114 551,114 00000000000000000023486b9d95a729418b2be569f35372b698bd8b308d1178 2,812 1.00/1.00 vMB 30
551,113 551,113 000000000000000000096c5a9dbed883f2440afca3ed55fab13591db45002639 2,618 1.00/1.00 vMB 14
551,112 551,112 0000000000000000001619287e8c7a5b4b561de2865ef47cd27b978e7bae7eef 2,503 1.00/1.00 vMB 17
551,111 551,111 0000000000000000000227e46be657d6a4b6bdb5c284df2592fbc17f4eb00e21 2,331 1.00/1.00 vMB 13
551,110 551,110 0000000000000000001ccc9ceead713d94a58661d162197e3db6d9fdf0b0466e 2,432 1.00/1.00 vMB 20
551,109 551,109 00000000000000000003c058fc951a462c5d0fbe67ae5e321d4c4a2dd46f513d 2,661 1.00/1.00 vMB 28
551,108 551,108 00000000000000000003ce48870179217eaf8789d0cbd49d875ff86ecac4e1c4 2,811 1.00/1.00 vMB 50
551,107 551,107 00000000000000000005dc03e07663a6bd6c1dac79703274488a8595d773860e 1,511 1.00/1.00 vMB 37
551,106 551,106 000000000000000000091db255f327f3938cb33cd1076d7554b7bbd22b9c1000 3,112 1.00/1.00 vMB 66
551,105 551,105 000000000000000000174b45aea57bb0ce896fbfcbe699645736c1eb3f7c667a 1,839 1.00/1.00 vMB 36
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.55 GB
    • Received: 17.19 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.