Loading Tool

Explorer IconExplorer

Memory Pool

80,777 transactions
29.47 vMB
0.10117727 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 86df3423a5c15e59478b8360dc509dd4235dbce6f560c44f001594d527b21037
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 3593de983df57d294622061aea77bbf4c4ab364570103e1d0ab33a331d218322
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,238
Size: 1.00 vMB
Total Fees: 0.03920829 BTC
Feerates: 146.36 > 3.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (123,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,082 791,082 000000000000000000001d8b98b4961c5f1f21ab1a8c0e06aeb0041e6d7136d4 2,931 1.00/1.00 vMB 65
791,081 791,081 00000000000000000002ac14e7dc7532c460dce8992328eda3ac38044a6156d0 3,391 1.00/1.00 vMB 66
791,080 791,080 00000000000000000001074ad8b01f49620f8694737b8dc42644e3f1c03f7b97 3,384 1.00/1.00 vMB 65
791,079 791,079 0000000000000000000509dc068f4a2b559aa07a5f84a0ed69b86ecc4206ad76 3,113 1.00/1.00 vMB 95
791,078 791,078 0000000000000000000006aa6b20eee72f13cad1f853fb37f2efb6a4b1314524 2,953 1.00/1.00 vMB 49
791,077 791,077 00000000000000000000f280fb845b7a8104e794cd93ee63d97ddbdd13f97740 3,104 1.00/1.00 vMB 66
791,076 791,076 00000000000000000000d1d3bb4ea517feacedd56af85d22a9bf4109af44e12a 2,620 1.00/1.00 vMB 51
791,075 791,075 0000000000000000000506136b3b15c916eacbb559eec4b2c5600bb3cffd1e88 3,309 1.00/1.00 vMB 61
791,074 791,074 0000000000000000000287ffc05ecf6ea7088a28ec383223a9b4117111e5d48b 3,363 1.00/1.00 vMB 79
791,073 791,073 00000000000000000000fa5c709a3649428865910713eeac3031419b14a89e2b 3,468 1.00/1.00 vMB 29
791,072 791,072 0000000000000000000115a529b1672ba4db68681c17e0c52dbc93a0ac1a24b2 2,697 1.00/1.00 vMB 33
791,071 791,071 0000000000000000000371a57a093283943ff336e14e030ea96644691f3ae0bd 2,242 1.00/1.00 vMB 58
791,070 791,070 00000000000000000000f94cf02a09211afc8acc9d67054f88b2f09c2aea2071 2,885 1.00/1.00 vMB 51
791,069 791,069 00000000000000000004ecee97d28ab46971b54e4317fa7021dc6826607dc0f2 3,269 1.00/1.00 vMB 59
791,068 791,068 00000000000000000003a80a0312b52c87dd82a95d1df1e030b00f65163d562d 2,894 1.00/1.00 vMB 74
791,067 791,067 0000000000000000000584d8e488e2055c6c49d0cc3ba298b8c44c990c49140c 2,523 1.00/1.00 vMB 71
791,066 791,066 000000000000000000052c671e25554ba7b2245d336703b676b91bf4927ffdc5 3,180 1.00/1.00 vMB 36
791,065 791,065 00000000000000000001b082a02a40868d6f1c07380481688c8aba97c6b19005 2,351 1.00/1.00 vMB 30
791,064 791,064 00000000000000000001f6aceca2264882be411d12a32842958ea3fa135ff56e 2,796 1.00/1.00 vMB 37
791,063 791,063 00000000000000000004c5c2cd33b3facfbb15f692d42ad2eb6044139f922b33 3,875 1.00/1.00 vMB 48
791,062 791,062 000000000000000000048f2ca008b9320afb3e9b2473088e4395b7ffaa9c1305 3,275 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.