Loading Tool

Explorer IconExplorer

Memory Pool

46,304 transactions
28.99 vMB
0.14640461 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt b1cb29188bae277afb44c3bc7d65db244ff19d5aa5b8d751819965c67db6f204
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 60820ce3648d84026f9b4161aa1a7b25d830e33bb30d3071b5c759684f230d3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.04086924 BTC
Feerates: 100.53 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (857,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,961 56,961 00000000062dee4da2933b7804743d9d1223c0e5647e124f46f63f80ebd48bd6 2 0.00/1.00 vMB 0
56,960 56,960 000000000a9a824d1798c927b718a809fa529cc71927cbb7fd2b49776313a05b 2 0.00/1.00 vMB 0
56,959 56,959 000000000ff8d5be7608e356e2e7b60f98146f9830eebfcf714c61e252f3dd3f 1 0.00/1.00 vMB 0
56,958 56,958 00000000118de30d02d2ef838e31c82a8d4cbcf5bec5a428f55a257181b1869e 1 0.00/1.00 vMB 0
56,957 56,957 00000000004fe888c3475735c9eb6d55a17599a083aab3015d5d9100c36d7331 1 0.00/1.00 vMB 0
56,956 56,956 0000000004ac9568deb9b9111937631dd35607fd66cbb648df120b7af93fedf6 1 0.00/1.00 vMB 0
56,955 56,955 00000000137282106606468d95c14f724eb5e4d03a1ed12f1af54833fdc01b32 1 0.00/1.00 vMB 0
56,954 56,954 000000000cad6dc7ca62eb0b988984a9e971984d4a19852bb9ca2351726f477b 2 0.00/1.00 vMB 0
56,953 56,953 00000000036f011f727b1dcafa0763c2c0f05dd7f8620f265c0a97b2354b68c6 1 0.00/1.00 vMB 0
56,952 56,952 000000000d074cbdb41ee338eec8cc4ea14ff6edc054edf652f136930fa7f93e 1 0.00/1.00 vMB 0
56,951 56,951 000000000aa3c3c87d2da1709183069533f93a11c7afb968bc8c63c0fa3466d2 1 0.00/1.00 vMB 0
56,950 56,950 0000000013b3cab69049127f92a1ff1d6f4c5b5650f42e9f50b3af0b80bf81b1 1 0.00/1.00 vMB 0
56,949 56,949 00000000053e8952b3f0f34e0833598cdc42b0db2c69ea1ebb7ea1bd992bb29b 1 0.00/1.00 vMB 0
56,948 56,948 0000000004692b308ec0a57c1804d3ed35c1d09ca50df32479075f0a747ea1ee 1 0.00/1.00 vMB 0
56,947 56,947 0000000009b860c6eb19c625dec7f52852d6da206bd7af40a4b7b1c586ed485c 1 0.00/1.00 vMB 0
56,946 56,946 00000000008f27c19aad0bb6d2c0cc441d3739d46e8e5cab078bb3007deb9405 1 0.00/1.00 vMB 0
56,945 56,945 000000000cc3c78f93db79fab49d67549286e727dc2bae993f797ca2c66b46c3 1 0.00/1.00 vMB 0
56,944 56,944 00000000142e360e9e7b6260381307c2c545029dd052a479ecc64851ae16bbf6 1 0.00/1.00 vMB 0
56,943 56,943 0000000010c23cc59d22da4139787c7b080da55d7584e981f7fb59f382017c0d 1 0.00/1.00 vMB 0
56,942 56,942 000000000ad5866f1cf2924a241ce7cef6edbb40fd2a89657c4147a4d24aca3b 1 0.00/1.00 vMB 0
56,941 56,941 0000000001bc3468c8f8f287cda9daa3b6039fd5338f4ba0d0765f943799dd08 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.