Loading Tool

Explorer IconExplorer

Memory Pool

71,612 transactions
26.96 vMB
0.07802648 BTC
Random Selection Loading Transactions
Max Size: 163.00/200 MB

Candidate Block

Mining Attempt 3375cf0421029a35608d94a389dc7693218fb2e3bcf29a5ec071fdf598b9376b
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 6bb8a4cea34f328c58fc6de911593653c34ae902cede2240865e07420bbd9129
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.02022434 BTC
Feerates: 85.84 > 2.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (723,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,693 191,693 000000000000000dd406341c280991ff4ec7a49345ab746c7f6209596c65db35 217 0.09/1.00 vMB 192
191,692 191,692 0000000000000056a463c2c457f6d5ab5af83f840a5ee2ff1584543e2079cad3 264 0.15/1.00 vMB 191
191,691 191,691 00000000000003bbf63d47008f1b7a832ac00c7d52d808998084fe0f4f59756f 14 0.00/1.00 vMB 339
191,690 191,690 000000000000054e88b642d5a706a29d244c1f10581ec79316d7529efdaf42d0 10 0.01/1.00 vMB 68
191,689 191,689 000000000000069d6fa17a07d495dc3eafab290bc69371ed8b26f1f10d17e18c 636 0.21/1.00 vMB 351
191,688 191,688 000000000000000f468b75206564b7fd2ca4e5dd5d6d48ce9d1c6ca5fa28e601 158 0.05/1.00 vMB 22
191,687 191,687 00000000000002af0d6f8512e42f6960f8886d16d6f9e16d7e04d7800a18b98c 230 0.07/1.00 vMB 6
191,686 191,686 000000000000052f7d8a9b8cd159a2b00ebd2328533edddd8e37ef5a78d92473 13 0.00/1.00 vMB 0
191,685 191,685 00000000000006c7cc0222a44df38d1068bd2554b9203d9f1baa9fd3223738b4 105 0.04/1.00 vMB 299
191,684 191,684 00000000000002d7fa1dfeb7e344e0fd10847799bf9f6a7f0f630f2fefb7ae3f 224 0.07/1.00 vMB 363
191,683 191,683 00000000000007015d35d09334c73abb0f91dde082cf3b36e8ad663d5b2e3f78 563 0.25/1.00 vMB 141
191,682 191,682 00000000000001122c47c8ebf885b82d7a51c303d37d31ad557dbee0d44d43e6 5 0.00/1.00 vMB 61
191,681 191,681 00000000000008216360e29a7d46fc9e8db0e84f6ff11f7e7cd3ba8286dd7218 125 0.06/1.00 vMB 100
191,680 191,680 00000000000003cf859d068b813871f0af113951960a8eb192ab2f74c737725d 414 0.18/1.00 vMB 147
191,679 191,679 000000000000073cad2e7176dee8c91c56050193e5049dc71cfd73be71b9c00b 332 0.16/1.00 vMB 121
191,678 191,678 0000000000000259a992629d54e81c4c22776b88464b9ab7061fb6be89cb65ea 347 0.10/1.00 vMB 3
191,677 191,677 00000000000002ec15ca4cb0bf536ebb2193a39f50b2907d6e8c2525d6ec75b1 341 0.16/1.00 vMB 99
191,676 191,676 00000000000006a501e3abd0f3d008e6e4b9ba8ad91ac99cb4c6f68b016898ad 1,024 0.30/1.00 vMB 103
191,675 191,675 0000000000000326f81509b97004927f75f7e3ed5fdba24ecbcd4eb7f824c120 418 0.25/1.00 vMB 126
191,674 191,674 00000000000006930f64769fb606b3cea7c25128b23fa6bc7a16907c508c4ab5 836 0.38/1.00 vMB 121
191,673 191,673 000000000000076f5d5e3fe6b8ddceebd10a0bf4b6285c8662e11cd47490c8bc 49 0.02/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.19 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: 751.87 GB
    • Received: 18.87 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.