Loading Tool

Explorer IconExplorer

Memory Pool

86,197 transactions
32.36 vMB
0.10948089 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt ac7475461bc739d6985c4e544ab0018daebdc2b32f3f56c033a140a7f9dd1275
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 05f5b17858d0acb78e49e3e4ca4a614920a0b455dc6d9bcead77a36b8d2a7d52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,432
Size: 1.00 vMB
Total Fees: 0.03576093 BTC
Feerates: 218.18 > 3.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (228,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,983 686,983 00000000000000000005c49786867f3821c9989d43682bb8a9b58ca923ddfd49 2,522 1.00/1.00 vMB 37
686,982 686,982 00000000000000000008fc4756a8b85e0b1f385e162f24b21c07c43f77cfe94e 2,466 1.00/1.00 vMB 34
686,981 686,981 0000000000000000000b1f16238f12525a8a77517b9244b7b5f020a4f51d7149 2,735 1.00/1.00 vMB 42
686,980 686,980 0000000000000000000d2c101e42246235b64967385b21f8a256d4de18b7646d 1,855 1.00/1.00 vMB 58
686,979 686,979 000000000000000000053bda5511477f0fe337c7ee462a43e08b5dcf0209ffe7 2,646 1.00/1.00 vMB 89
686,978 686,978 00000000000000000002ae165b28c133e4391c53204c5a646041d50b7f535e7f 2,354 1.00/1.00 vMB 32
686,977 686,977 00000000000000000008d354a265b3150fbee5f54a748c75d2c3777fbbcddbed 2,598 1.00/1.00 vMB 52
686,976 686,976 000000000000000000084ace413756a221f88a767fd9a0b0f06ac1ff7a5f3acd 2,649 1.00/1.00 vMB 78
686,975 686,975 0000000000000000000bf345c397efd7e635270d7c8c1998ec08ecf63d78da4b 2,938 1.00/1.00 vMB 62
686,974 686,974 00000000000000000001114efbe51b75e6a0fec83042e22ea837336f951dfdcf 2,712 1.00/1.00 vMB 36
686,973 686,973 000000000000000000056e7bb8fbb35c7799935481deec46229c25834ab70d33 1,537 1.00/1.00 vMB 110
686,972 686,972 00000000000000000000a59f73b2fed5969a8359888f0ae1d18f2b7b18743009 2,088 1.00/1.00 vMB 33
686,971 686,971 0000000000000000000a16f6075a718ab2d39715518d4f1e6306eb8c0ac3e513 2,356 1.00/1.00 vMB 48
686,970 686,970 0000000000000000000ac5b1dd33f48c90908a8db338e512ac6c902f49f80464 2,038 1.00/1.00 vMB 68
686,969 686,969 0000000000000000000a25339d9c2eb4a0f86e0fa18fabf49c4782a41e32a1c9 2,720 1.00/1.00 vMB 33
686,968 686,968 000000000000000000064e7b027635dc74f67ad07f5ba663f20f13c8e4e43cf6 2,918 1.00/1.00 vMB 43
686,967 686,967 0000000000000000000965fb18ddd307512a5ef4abc6fbdbb44a760bf980ab4c 1,173 1.00/1.00 vMB 148
686,966 686,966 00000000000000000007ff42c283f968aec6971b6bc1413d0ec8e73ac36f15c1 2,422 1.00/1.00 vMB 35
686,965 686,965 0000000000000000000186f7e2d12d465e99e9b8fad3d3d7aa83461e15d83a13 3,101 1.00/1.00 vMB 50
686,964 686,964 000000000000000000068460075048ba65c713a0b0cbdc55a82374ede0a38925 2,499 1.00/1.00 vMB 42
686,963 686,963 0000000000000000000c5721e5aa189a3dc6ea80dcadb30a524bc1ce8946b103 1,784 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.52 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.87 GB
    • Received: 15.61 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.