Loading Tool

Explorer IconExplorer

Memory Pool

78,659 transactions
29.72 vMB
0.09951571 BTC
Random Selection Loading Transactions
Max Size: 181.23/200 MB

Candidate Block

Mining Attempt 8b24f542458a2c3f756ca63772bd5c5473ac383f0137e03492298e8226a4a258
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f5b4b010cb416691464c32770c29726400a1fbd4c1d15da9a9f7a69d6960fcaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.03317484 BTC
Feerates: 301.35 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (545,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,245 369,245 000000000000000008ede532d5d047554be6589e527ebf263000b8a822eb9c7a 1,063 0.55/1.00 vMB 35
369,244 369,244 0000000000000000104d7eee73e01b8c7ba4faf8737b3f9d3855abaf9cdb4f17 424 0.21/1.00 vMB 38
369,243 369,243 000000000000000002b5352e0597a50ade0fb0c8d818f9c0c6a3f8ce3f9d1d7c 192 0.13/1.00 vMB 29
369,242 369,242 000000000000000004e3d3e3cfb6a9e23d01ba1b78983c4cbba28bfb43540705 424 0.21/1.00 vMB 40
369,241 369,241 000000000000000010c01e80a2f2be92da90e9ca572a57fa8feb8943a82f1fe9 962 0.51/1.00 vMB 38
369,240 369,240 000000000000000014205b249205a94022eb420269a5f7d7ff7fac585ed41376 160 0.14/1.00 vMB 21
369,239 369,239 000000000000000003f82c843440f62de0dfa622380f0b3e997eabff47ff7c20 71 0.06/1.00 vMB 28
369,238 369,238 0000000000000000149ca5166f17a08622b191f262698754e21e9c7b5e631af2 131 0.08/1.00 vMB 30
369,237 369,237 00000000000000000729d9cbace1ac2937712e98d515105442b289c7d1d03047 1,150 0.98/1.00 vMB 26
369,236 369,236 0000000000000000060e2a195506f626b4956d5fa9d4af4b2de4fdfe30104c3f 334 0.29/1.00 vMB 22
369,235 369,235 00000000000000000a3eee1f8cb8ae8e2bf72c0322b46abaa1027d88a4803142 1,639 0.95/1.00 vMB 45
369,234 369,234 00000000000000000a04aea30d34649feb533a83f1717264f87f731ce2574096 1 0.00/1.00 vMB 0
369,233 369,233 00000000000000001268a4e7aa80f0aa5ae3791fd7d029a730487fb3a2b71e3b 694 0.58/1.00 vMB 21
369,232 369,232 00000000000000001495d848c388a5e5d5c9d99e03e5479d8ebb3fbe66d5bdf1 377 0.20/1.00 vMB 49
369,231 369,231 00000000000000000a636cd16dd63c3d56a26a131a2ef6f2277aba72783e2bc0 2 0.00/1.00 vMB 0
369,230 369,230 000000000000000013af46ade59a00c5806dbc081675a9d0ee395f2b48ecde8b 1,430 0.84/1.00 vMB 36
369,229 369,229 000000000000000012737c1d798651ca33a264828d1562c2a8704f89ceb25224 662 0.37/1.00 vMB 32
369,228 369,228 00000000000000000eff70588767c21bf8fac51e4c8548a831b5c03b9b943aaf 334 0.19/1.00 vMB 31
369,227 369,227 00000000000000000b32c716f8c59a174e73047b98f718c6247b561e982e8378 63 0.04/1.00 vMB 30
369,226 369,226 000000000000000007f5271151ef9f96c134c7fa724008bca8834ec1053ce14a 419 0.27/1.00 vMB 30
369,225 369,225 00000000000000000571c57769172ae43dfafc7d9d9482ec9ca036c599c19e74 150 0.07/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.