Loading Tool

Explorer IconExplorer

Memory Pool

79,093 transactions
21.92 vMB
0.10523271 BTC
Random Selection Loading Transactions
Max Size: 145.13/200 MB

Candidate Block

Mining Attempt 49eb0106dcbf5f2aa9373373f5ce1b6132fbba2e0164a7a9a3c7d8f92b51a1b2
Version 20000000
Previous Block 0000000000000000000081843c373ac7d2abb70871ff099e32ca0ebc47c3f1c4
Merkle Root 3a9da1e5dd3391aff9210cfb43194fa347afbcd4e5d397d23e6398ccaaa296fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.04793052 BTC
Feerates: 603.90 > 4.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,012 (848,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,687 67,687 0000000002285222b2077bbc69849e41a1f46f40bb35dd27193fac8c11780054 1 0.00/1.00 vMB 0
67,686 67,686 00000000058ea29beceefed6daa9af097d76a8e7de8cd272a4b252ec0ee60e04 1 0.00/1.00 vMB 0
67,685 67,685 000000000201106a9c4b0e699bd749c9fe2365528dd916dca462793e99df3479 1 0.00/1.00 vMB 0
67,684 67,684 00000000012e8a744974c98bcb5f7a476cdd185d3a9acae0abe1949f65f204f1 2 0.00/1.00 vMB 0
67,683 67,683 00000000001957d84743277fb717526cd079d1c6ae517251647b96dc571e3e57 2 0.00/1.00 vMB 0
67,682 67,682 0000000002a789d0f76598d0c30ecf51142a2e35d6e3c467c0c8e4100ca29a9d 10 0.00/1.00 vMB 0
67,681 67,681 0000000001f775efc258c1a4398f7543f66dd2ffceff09d8ef8f4720d3d6e699 3 0.00/1.00 vMB 0
67,680 67,680 0000000002143f60ed0fb9182a6721a906ae6905faaf28a8a2b750b1ac8aea9c 2 0.00/1.00 vMB 0
67,679 67,679 000000000418e60f3df78409e86117dca19ff396efca4f96a8304aee986bc9cc 1 0.00/1.00 vMB 0
67,678 67,678 00000000013f3122d1b564f2e66169aefa805cdd7513591d2701fedf150e2bf1 1 0.00/1.00 vMB 0
67,677 67,677 0000000003c2de36975a1175238983c038b0dc37b7dbb78b950201cb381dfe0d 2 0.00/1.00 vMB 0
67,676 67,676 000000000105f36073625b801c789bce4c3ca969120a08c8664f7cee5a54deff 2 0.00/1.00 vMB 0
67,675 67,675 00000000041f2a7d619ed899e74904c83bc17ebaff106b308343d466efed242c 1 0.00/1.00 vMB 0
67,674 67,674 0000000004c57100850a74b1931fe6ca33b6e946c37697286e12e2b94c859994 3 0.00/1.00 vMB 0
67,673 67,673 000000000530b2df13e53f383f1c2baa9927cc37e6f58b8e1fc044f11ba122e8 1 0.00/1.00 vMB 0
67,672 67,672 000000000016bab5422a426a4d5ef6922d924ef68ffd9d5d43f433ff9a960d14 2 0.00/1.00 vMB 0
67,671 67,671 0000000004e8e5bf923f978e62ca67ecaab205ff21e7957bb0cff85d6e1d6c6f 1 0.00/1.00 vMB 0
67,670 67,670 000000000491abe10a8dac1d157991b34e3404d87b986f762386664c6f36038d 1 0.00/1.00 vMB 0
67,669 67,669 0000000000e91939729bfe23f2b8080dec0ff6b1b422479edaa57011354ad47a 1 0.00/1.00 vMB 0
67,668 67,668 00000000045713595494ab6896b418590e3f616a5e6bf17c3aa29fe5216d015c 4 0.00/1.00 vMB 0
67,667 67,667 00000000022852835743da3adf5aa89c81ea3cb0d4b0afe6ece65ceb61228cff 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.14 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: 810.40 GB
    • Received: 23.37 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.