Loading Tool

Explorer IconExplorer

Memory Pool

84,437 transactions
31.86 vMB
0.10168297 BTC
Random Selection Loading Transactions
Max Size: 194.81/200 MB

Candidate Block

Mining Attempt 29e7894f4596fd4f2a92463f0055b13c91780ddd9cd21112eb586ee8b1618f36
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root 5dd03f8a314f867280231d7c63f9a7b0996e12f6340e9e24851d563883c6945d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.02521005 BTC
Feerates: 115.99 > 2.53 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (540,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,076 375,076 00000000000000000d6ecac68f0bc9230ff0cc56c3353fcec1e1397f771e8df7 644 0.32/1.00 vMB 35
375,075 375,075 00000000000000000a1bc576918b7cd6a1c8e4a4582179b0ba591045dca02472 1,243 0.70/1.00 vMB 30
375,074 375,074 000000000000000000375141fc65962a2a56a667bba34b4e137e41af6d064da7 1,091 0.53/1.00 vMB 35
375,073 375,073 0000000000000000084868bf81df98f4a9259df3d4e7cbf39850272086aec803 171 0.10/1.00 vMB 20
375,072 375,072 000000000000000004f56bd1646866c639badf6d3ea80fca210ee70663e4d743 190 0.11/1.00 vMB 34
375,071 375,071 00000000000000000714f2a248e512f3a2af8335411c8b5bbc7239f1b390a77b 1,058 0.53/1.00 vMB 36
375,070 375,070 0000000000000000120c3eacdc781bc7878777a9d7fa7bb4a49293929e9c17cf 1,050 0.52/1.00 vMB 40
375,069 375,069 0000000000000000061a6eee421e419ee0b2743ee4f2f1ec39f756d5542a97f4 137 0.17/1.00 vMB 8
375,068 375,068 00000000000000000eded33d68fd69cc2149bd5bae32fb601eb7921fc4a05c3d 1,816 0.93/1.00 vMB 35
375,067 375,067 0000000000000000055624f1bdd77f6e77d9c1c134aca4a69faacdf416053ac5 166 0.12/1.00 vMB 20
375,066 375,066 00000000000000000cdcb51aa0903a77bb1097dbf1baf429d7db8c6a1fbfea89 1,671 1.00/1.00 vMB 33
375,065 375,065 00000000000000000b63d6c4280a871f1c13de4848bd6276966b748b2f27ee87 1,051 0.51/1.00 vMB 38
375,064 375,064 00000000000000000555b730c356eddc8a4faae38fd5d7c38b4f452730e91c88 464 0.34/1.00 vMB 30
375,063 375,063 0000000000000000043bbbad8a71e2c700e80b5fdc6501a715de6ee5d1f32320 1 0.00/1.00 vMB 0
375,062 375,062 0000000000000000039eba75d76d16560f7ec152c3c52a4afef283c6bca4beea 501 0.33/1.00 vMB 29
375,061 375,061 00000000000000000c4305bfdba8d5d31a811c6842dfe6f7336d00c2e28722bf 1,469 0.87/1.00 vMB 33
375,060 375,060 0000000000000000125554bff0f83287fc0c4a0a0ae92a7746e019e751346804 706 0.36/1.00 vMB 33
375,059 375,059 000000000000000006df8b9709bbf0b9b9ae2c5898bebcc950e80947aa600013 926 0.56/1.00 vMB 29
375,058 375,058 000000000000000004af7a0a6018e983f1c10e110ed16e03986e62ac5cb17382 863 0.50/1.00 vMB 28
375,057 375,057 000000000000000002c615f2cadd55252cd6f8a17de8e2a6b74e6cf13581d2eb 423 0.25/1.00 vMB 20
375,056 375,056 0000000000000000029be36ef86e6272630bd69aff1bdd5ead0b5af5eb0c2d42 1,812 0.95/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.