Loading Tool

Explorer IconExplorer

Memory Pool

76,277 transactions
29.88 vMB
0.09905852 BTC
Random Selection Loading Transactions
Max Size: 179.45/200 MB

Candidate Block

Mining Attempt 45fc37040d2e223b5642483e30b36e48788697414a4aa0b9bc39c9ea1b9c9e32
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root afeea4f051fa184c3469bfd882937926ec5a19129f6a4100f006c630b4284b23
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,443
Size: 1.00 vMB
Total Fees: 0.02760701 BTC
Feerates: 150.62 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (81,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,096 834,096 00000000000000000000249da5a5a0d213d90e5b3e4e49321f79e26f13fd600b 2,852 1.00/1.00 vMB 31
834,095 834,095 00000000000000000000d8b4bfcd67486130700ed5ff2ec3e3d1f7d497d36873 3,192 1.00/1.00 vMB 18
834,094 834,094 000000000000000000022bfe063f9725fa6fed24a3d7f32347536a16fb909c3b 3,094 1.00/1.00 vMB 19
834,093 834,093 0000000000000000000033dc30f2fef14b34f995b4d876c5c2f347acce20a45a 3,320 1.00/1.00 vMB 22
834,092 834,092 00000000000000000003628e470338fa425137d6c29b0e7fa4de47c381dafb25 2,435 1.00/1.00 vMB 31
834,091 834,091 000000000000000000005d940177d507a91b1a4b3058be055fdced25327c8d2e 3,519 1.00/1.00 vMB 31
834,090 834,090 000000000000000000014a9288f7b40c6361f57d7a86cf875dea4f62803d59f5 3,306 1.00/1.00 vMB 35
834,089 834,089 00000000000000000001f7a252a06a49b58d938951893b01e2ec90ddcbea5798 2,681 1.00/1.00 vMB 42
834,088 834,088 00000000000000000002544c54e6156034bb959f5de76c95ec7071d18723eb63 2,834 1.00/1.00 vMB 45
834,087 834,087 00000000000000000002a85162b47e7beffce378494ada32a3f3bc6e2302663e 3,097 1.00/1.00 vMB 25
834,086 834,086 00000000000000000003733fc94befdc8698e607e9bebc174b48ecdb4be5a018 3,056 1.00/1.00 vMB 24
834,085 834,085 00000000000000000001c6830793e352a828e0dd71097d9e6c3fe01b4f908981 3,268 1.00/1.00 vMB 32
834,084 834,084 00000000000000000001f0b255111c5606ae07d0a11023c89ad6ad78e738ab9d 3,055 1.00/1.00 vMB 24
834,083 834,083 00000000000000000002aabfa74e9d307aa7ead6a22fa6c24cb8c952aeb8aaa0 2,545 1.00/1.00 vMB 18
834,082 834,082 000000000000000000002eb7bfdef005bea8c6d0d8f2404c32f9f018b821d000 3,167 1.00/1.00 vMB 22
834,081 834,081 00000000000000000002a0c8779dd3095315be27c9eac13b2f3fc1a0ec805f82 3,690 1.00/1.00 vMB 27
834,080 834,080 000000000000000000011f23ab75a04e0b29ff4be30642e2769925de6a72ee33 4,187 1.00/1.00 vMB 25
834,079 834,079 00000000000000000000b1c99f9d4d006a0e377a6ba82331f71b872b86ffe82a 3,326 1.00/1.00 vMB 23
834,078 834,078 00000000000000000001782b949353438dfb4ba66ca5a9596b8ea17034b4ffc4 3,274 1.00/1.00 vMB 33
834,077 834,077 00000000000000000000c54e1b12904c07843b36037a34b6de9987354e953958 3,151 1.00/1.00 vMB 29
834,076 834,076 000000000000000000017758ce8ab73cf6d98d2bb9a76a346a7033440533a30a 3,806 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.17 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: 748.69 GB
    • Received: 18.81 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.