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 (313,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,039 602,039 00000000000000000010638a56c2fa90b0091f8a9eadb03130133fea0e2ecf9b 3,021 1.00/1.00 vMB 4
602,038 602,038 00000000000000000013c4db77c17b590caa91a9e631e44d1fea6ecd2f8143c4 3,047 1.00/1.00 vMB 32
602,037 602,037 0000000000000000000e237c53871bbc4c536e0a51cc6dc17cff8cc9e1d44581 2,694 1.00/1.00 vMB 33
602,036 602,036 0000000000000000001047403ef9054f2ee2327f48b5f438d8fd11c578a398c8 2,370 1.00/1.00 vMB 18
602,035 602,035 00000000000000000011cc5336aa3a8edf67bccf445014f0053c17a96d54ffd0 1,909 1.00/1.00 vMB 40
602,034 602,034 0000000000000000000203299fcffabca22e7af650198ec66225cf25352810f3 2,111 0.77/1.00 vMB 19
602,033 602,033 00000000000000000010bb6080201a5fedaa3186745f88cca7b450409ad0e38c 80 0.02/1.00 vMB 13
602,032 602,032 00000000000000000011d1101bb7f3f81c17b184b0f70503a4737f74329707a1 1,239 0.37/1.00 vMB 19
602,031 602,031 0000000000000000000c0fa400c745baee46112669e24e99916a6001ecaac3d3 1,690 0.53/1.00 vMB 21
602,030 602,030 00000000000000000004ee197879a49c9189f74e2f5e2e3a362e7d4941fdc349 2,289 0.77/1.00 vMB 22
602,029 602,029 0000000000000000001403b8e77e8a1f80d86140d2ee68de26ad7ce194b92bf6 1,796 0.65/1.00 vMB 16
602,028 602,028 000000000000000000130228af13202792090e5add01db2931b6731293838d90 2,779 0.88/1.00 vMB 5
602,027 602,027 0000000000000000000a8e7b0bd0e3cbd7447429b422e1edb67bf68cdc6ed5f8 2,388 1.00/1.00 vMB 27
602,026 602,026 00000000000000000006bec5a274a7e2fc437ba62c847b27a648e1efd75e4f86 2,301 1.00/1.00 vMB 46
602,025 602,025 0000000000000000000cf3ae848c7a9ab8f3288f1dffc7ea6c5bb0ef6a7c72b3 2,228 1.00/1.00 vMB 33
602,024 602,024 000000000000000000136c555c54f470a9fce12180f3ed38edf4312737e296b7 394 0.15/1.00 vMB 20
602,023 602,023 000000000000000000041770f581922afa07f61e3842931e5643adf35f800e80 2,785 1.00/1.00 vMB 23
602,022 602,022 00000000000000000008db0ffe35a8f6cf942095e64369f35280a8b9626e7bc1 625 0.25/1.00 vMB 16
602,021 602,021 000000000000000000001839aa70481c96bde10bae3e0bf5c696c45775d345c8 2,908 0.96/1.00 vMB 22
602,020 602,020 000000000000000000042a44f44982c366b9f96d95fc30f01306450a41f9753b 2,410 0.74/1.00 vMB 14
602,019 602,019 000000000000000000036f00dea713e075ec1b19efc604f38df7f7f3b98f383f 2,611 1.00/1.00 vMB 32
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.