Loading Tool

Explorer IconExplorer

Memory Pool

75,773 transactions
28.20 vMB
0.07243254 BTC
Random Selection Loading Transactions
Max Size: 171.73/200 MB

Candidate Block

Mining Attempt 3056a0a669c6be6b2c7ef0b70ff2dd07d6f2cd491522adc0ad41a56a42aed841
Version 20000000
Previous Block 0000000000000000000043073e376c79d285b1df2c0db32e1bd281de0754429b
Merkle Root 226bffba6b988cc8d0bd4e8270d7a64a3335b68122fdebee97b5b81c7350299d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,451
Size: 1.00 vMB
Total Fees: 0.01097659 BTC
Feerates: 47.32 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,611 (803,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,987 111,987 000000000000886de0f53e084b6fd42dafb648f33bc015a52dc36de88fc589c0 2 0.00/1.00 vMB 0
111,986 111,986 0000000000007c8ee32cb2748578f496ab3f5787f5278b885e388dbda40c2ff4 5 0.00/1.00 vMB 0
111,985 111,985 0000000000003719bab2cb3f6b4984a923af4c08fba8bcf9d451825fed9b9d25 1 0.00/1.00 vMB 0
111,984 111,984 000000000000022042381c44522bc434dfed61a33c6d6641c45027d7068951b6 1 0.00/1.00 vMB 0
111,983 111,983 0000000000010ad4b0c29c0bcb85a61b85bc79ecb9a3c0a7f878356fc579b2fd 10 0.00/1.00 vMB 0
111,982 111,982 00000000000100d9b721fcbc19e4818ea3a50d98867bc1b888b2ec42fca39b7c 17 0.00/1.00 vMB 0
111,981 111,981 00000000000032d722214a0acfd9a74322021248678c7685dbecb12fe511d234 5 0.01/1.00 vMB 0
111,980 111,980 0000000000002900eb47f752629926b17ca5ef564a2f4d8ceee6a7b2f4eab5b7 9 0.00/1.00 vMB 0
111,979 111,979 000000000000de56a3d976ed539299764f29afefc5ca78f4d842744e6bbf1d85 8 0.00/1.00 vMB 0
111,978 111,978 0000000000007c2a97f1a8882a00d3b77afc22714b8a80981dff26ab088a62cf 6 0.00/1.00 vMB 3
111,977 111,977 000000000000a72e99cd7c8083797e25a29369bd39e521712ce75ab1efe33123 12 0.00/1.00 vMB 0
111,976 111,976 0000000000008731ef0e559f445cc2c2f832479092bb6783c9357642684e1f4b 8 0.00/1.00 vMB 0
111,975 111,975 00000000000104905bff27e1478c07241b61fa0c39822fd41139e767b82e09d8 5 0.00/1.00 vMB 0
111,974 111,974 0000000000002cd6351c550d2b3f0802298d314e9d3b8b30b5a636cc1649f0a5 11 0.00/1.00 vMB 0
111,973 111,973 00000000000096d3b4d922e2ac6c922dafac966346a737534925a6830d8997b2 12 0.00/1.00 vMB 0
111,972 111,972 000000000000bb89d2a9820f8281dcd23f12e8dcac0e74ca4bc29734e88bd277 11 0.00/1.00 vMB 0
111,971 111,971 000000000000ec061bda195d1dda0cf29c914d9c28fc3addac54640bd0ca0d67 12 0.00/1.00 vMB 0
111,970 111,970 000000000000e75fd1dcabf380d4de6c5ef079f50e15ae080554c4628531b96e 1 0.00/1.00 vMB 0
111,969 111,969 00000000000068a7cdd539966a3969e4ad941894411c1c34c82b419afc5bf0f3 23 0.01/1.00 vMB 0
111,968 111,968 00000000000058f776fb81ef394f7afa1b1df9a29f3c39820fa3f4120d44911f 11 0.00/1.00 vMB 0
111,967 111,967 0000000000003259f9b031a2cea1ba4460360fbd6aa5eab660238ee1d5c73f19 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.45 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: 771.43 GB
    • Received: 20.02 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.