Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.33 vMB
0.06430979 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d66f1c141239faaf18d3431a6e0a76d53ec30f8cfcda49cc4cf436681796d865
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (667,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,696 247,696 0000000000000042eb7c44aa3f4a4fb6924db1f678c090c9d57bb898f80a389e 261 0.14/1.00 vMB 100
247,695 247,695 0000000000000040992f1d88eaced193631f6fc8e9ca600c364ebf454b1d89d3 19 0.01/1.00 vMB 45
247,694 247,694 000000000000004bda226ac8d87a0ba392c4875c19c3eb519fdd83597e4dfe0c 214 0.08/1.00 vMB 133
247,693 247,693 000000000000000d58b1b2cec7865dc806cf39b21a5ec872d6142de8ce3814e1 17 0.01/1.00 vMB 139
247,692 247,692 0000000000000040a94d66febbb99ef3951d79ab98bea7243344fc4a1d731fbe 119 0.05/1.00 vMB 130
247,691 247,691 0000000000000079d087b7430e6ab6c26c1d3a767ffddadb53f17b857054b3d7 11 0.00/1.00 vMB 58
247,690 247,690 0000000000000091e6377d65895e91da2b7108f51c0aeddbef527a25e8a48608 91 0.06/1.00 vMB 89
247,689 247,689 000000000000004a27751b753b954dc33a9dbb06d0eb91d2c0fde79e98f79b9f 65 0.08/1.00 vMB 76
247,688 247,688 00000000000000443f43c863086b90e377b8a9d0da582c0a3bdff03b10d8b9e3 80 0.03/1.00 vMB 166
247,687 247,687 0000000000000011a6bfa5f9645eacbc53be4b574c24d6c67dab3921caed5e92 108 0.05/1.00 vMB 132
247,686 247,686 000000000000008d9ce5f2e1843fe2b6e42a59193182032637b14043f4f0fc27 310 0.13/1.00 vMB 132
247,685 247,685 000000000000002c8f6a1727ad2fd8488ecd41c7df91e6b761e6be2d8c28bfea 212 0.10/1.00 vMB 139
247,684 247,684 000000000000002a6cf54ac5c1e4c7bc2f27f59f273406e8453d875ccc530a1c 19 0.01/1.00 vMB 55
247,683 247,683 000000000000003ba5c2ac235e450e50329d2bf52b1914f1f1ed0f825f0f5fa7 242 0.12/1.00 vMB 133
247,682 247,682 0000000000000013f38eb69181017311cfa47e9c12ade411c5f92e9ffbd6fcc0 16 0.01/1.00 vMB 40
247,681 247,681 000000000000008ae79573e0d60f74cefcb26d38aff255f90a4be0ed3aa6d39e 65 0.03/1.00 vMB 90
247,680 247,680 000000000000008c1252c898b5804ef08a1e803baf7dc950e2b084db3d7ab512 35 0.03/1.00 vMB 9
247,679 247,679 0000000000000025110cb55174422f76a29db8ae3d0fa8d574aebc23927ae878 431 0.19/1.00 vMB 143
247,678 247,678 000000000000006b4c37b106c7ed22287a0c36484ca8056d62b06a70b9a2e5db 162 0.10/1.00 vMB 87
247,677 247,677 000000000000004c7edce24e7b31ad1ff2a709d5e70dd26e040386876b846803 519 0.22/1.00 vMB 137
247,676 247,676 000000000000006e93d75674e2db4f041ee185b689bce716fa8811bc5775af05 6 0.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.