Loading Tool

Explorer IconExplorer

Memory Pool

79,057 transactions
30.04 vMB
0.12367187 BTC
Random Selection Loading Transactions
Max Size: 180.21/200 MB

Candidate Block

Mining Attempt 97f1cfef4455dac5c62b6a5ee77934868da857382b7b6f57c209e7e49ac58add
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 949c657a972259c6176f34712d8d65a7ab579fcf5f66ce8e1e60d2c12ceff37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03813198 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (556,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,141 359,141 00000000000000000b7f4befe0b3bd6c36ccbe3cf8d45d1709d07bacc79dd2ef 408 0.94/1.00 vMB 14
359,140 359,140 000000000000000005a0c87ca074e7d531c8294926425a1e698b49b489d6965c 1,347 0.75/1.00 vMB 37
359,139 359,139 000000000000000010e02dd98c14acba846dda66a6a41deafba21ff761f56499 1,384 0.75/1.00 vMB 25
359,138 359,138 0000000000000000128628b7ab06db60a33d660013e66a3e87d67feb4c76d740 133 0.13/1.00 vMB 17
359,137 359,137 0000000000000000092c12b8eb66bd9e0218a0a85d2b5c4f8e4b172ec38a2fcb 175 0.11/1.00 vMB 15
359,136 359,136 000000000000000008763f828101ee1382d4f2b3e8b3d017c98d51892731cb09 710 0.69/1.00 vMB 19
359,135 359,135 00000000000000001568d2c4a5fb142855970067b8b034d69677b586ddc46c21 283 0.44/1.00 vMB 4
359,134 359,134 000000000000000011528c9f3d2dd3a46467c3d4292359be95833eb04e109bc2 594 1.00/1.00 vMB 12
359,133 359,133 0000000000000000089d779cfff833ba58f7e867ef539643e351b00268993f83 2,695 1.00/1.00 vMB 38
359,132 359,132 00000000000000000d1235051dedb0202d8e0f4bd14ea014f5b64b54c7ab0a7c 222 0.28/1.00 vMB 14
359,131 359,131 00000000000000000063a36a67c4d5124fa18d725d30fc7cad2b0288e4e19c91 2,232 1.00/1.00 vMB 32
359,130 359,130 000000000000000010ac1f3f332ce4340a2412d1d1404231e7485dc0b04e0cda 1,403 0.75/1.00 vMB 39
359,129 359,129 0000000000000000020e97d8a684e7e96c24fb5c608ce9b48ac88b1c55d5a3b4 857 0.50/1.00 vMB 20
359,128 359,128 000000000000000014d10495c324d9bec27f2e668f92d03eb83934c5aa7c0caa 622 0.51/1.00 vMB 19
359,127 359,127 00000000000000000f74b386d6407189e50946b5ac0c3c7bfb4037af615bb271 1,534 0.75/1.00 vMB 28
359,126 359,126 000000000000000005c1f69f7b6b1ca9a70427772398455485fee7140f4ee3bf 2,000 0.75/1.00 vMB 34
359,125 359,125 000000000000000012244822fdf723b8676c53ef05ce7e6b82bf254787b530b4 305 0.14/1.00 vMB 27
359,124 359,124 000000000000000011824bf99c9053a40e0b7967de1f17b78dc4c2bdbee9a194 298 0.19/1.00 vMB 30
359,123 359,123 0000000000000000000801477a9f43e964d3b2519815309a9f69e43bd0db9fea 752 0.41/1.00 vMB 23
359,122 359,122 00000000000000000d0d693c34648c5e47055242f0ffdfa3bb618cba68ff40c5 1,984 1.00/1.00 vMB 26
359,121 359,121 00000000000000000f712dd4c9132ced0184376f673214e9ab78d9cca736fc36 985 0.44/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.