Loading Tool

Explorer IconExplorer

Memory Pool

74,281 transactions
28.91 vMB
0.07687721 BTC
Random Selection Loading Transactions
Max Size: 170.42/200 MB

Candidate Block

Mining Attempt c7b7c4c35c2543c771c7ebccc86db364e21578e310dce871f33600274018b9a3
Version 20000000
Previous Block 000000000000000000007f1cc86584d5091523c563b1e01951438035453336d6
Merkle Root 0dc0c67b98fc357a579e6c6888af4e3a5a9896cbf03e21ec02681d0521aedd6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,107
Size: 1.00 vMB
Total Fees: 0.01689223 BTC
Feerates: 98.05 > 1.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,041 (597,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
317,546 317,546 00000000000000002014308b5583aac6952ce9cf9c8ce9feb8891e20bf479669 200 0.08/1.00 vMB 32
317,545 317,545 000000000000000005e457d088760248374274567d3c48ed27b3265104dd38be 53 0.06/1.00 vMB 6
317,544 317,544 00000000000000002847e0dcecc988938faea1ce59e56e127a5d20c36587375a 108 0.09/1.00 vMB 13
317,543 317,543 000000000000000018d4291d3c49188f81b1530f1363333002056b2ba6b85e47 128 0.06/1.00 vMB 36
317,542 317,542 00000000000000000e9c0fbe3350e2ebe48881589eee0eec154bc301105b08d2 274 0.11/1.00 vMB 29
317,541 317,541 0000000000000000193a3af2242ff1ee477709770faff6c715e2d5ad1109eb41 174 0.16/1.00 vMB 21
317,540 317,540 00000000000000002118f6aab86f9f89cac78c007d2e83df535efe312f5ae86f 256 0.08/1.00 vMB 42
317,539 317,539 00000000000000000e45cd1a464f5d2b94ddcc6887cd8a5f9fd336d9186cd0ff 338 0.24/1.00 vMB 23
317,538 317,538 00000000000000000e7094cf231f25f1719cfbb11317ad4fd4b1c2a347765489 212 0.11/1.00 vMB 29
317,537 317,537 00000000000000002cc30d004ac54dc34433dbfaaff1ae85d41d437cab09ffba 215 0.15/1.00 vMB 23
317,536 317,536 000000000000000019178206dffc7dd4bcb88b5790f60fdb2fc5edec2a53c39b 333 0.18/1.00 vMB 28
317,535 317,535 000000000000000018905237ea63d71ac608d2ce2ca3351f7b0beb5b82668e03 202 0.23/1.00 vMB 15
317,534 317,534 00000000000000001a513c0408d232d3efe89ed5a796d108cfec5a6886bf6714 512 0.17/1.00 vMB 47
317,533 317,533 00000000000000001859c78b63a1dbee2ceb69207e1973634941fa6e355b22f6 39 0.01/1.00 vMB 33
317,532 317,532 000000000000000014982585b66c5257907b08d07cbab6d241f60d0ee825aaeb 308 0.19/1.00 vMB 21
317,531 317,531 00000000000000002d363db53c15216a662a1ae85bef9c5c0fb9c84dd03b68da 75 0.04/1.00 vMB 11
317,530 317,530 00000000000000002869bf62899af30efabfd639b89f35238e1a5e3e0e15131e 235 0.12/1.00 vMB 29
317,529 317,529 000000000000000012586b50e868dcf8507c5a0b034279574b4d96299ea66768 78 0.06/1.00 vMB 25
317,528 317,528 000000000000000019e81027ac88d3880dbfcfd34c28a79f0fb84b230ef898a4 184 0.09/1.00 vMB 27
317,527 317,527 00000000000000001173a111f95f5d7a039378e56891cba8a26edbc851813c8a 279 0.14/1.00 vMB 22
317,526 317,526 000000000000000003442ec447ca0998371259e27b80500cc8cd46fefd493010 428 0.24/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.46 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: 667.95 GB
    • Received: 15.33 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.