Loading Tool

Explorer IconExplorer

Memory Pool

82,629 transactions
32.38 vMB
0.07114942 BTC
Random Selection Loading Transactions
Max Size: 191.63/200 MB

Candidate Block

Mining Attempt 74169ab9068a42ed25119b607ac6b6e98f35fd3ae3c405c910f79e357fa698d1
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root b069a67d955d182b6f3f8a39307304cc98776beac0a463330780426f46afcdb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,101
Size: 1.00 vMB
Total Fees: 0.00745011 BTC
Feerates: 203.60 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (431,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,822 483,822 000000000000000000da6f2974166d3cea6c77a98e2150632cf7148263f54c34 1,699 1.00/1.00 vMB 34
483,821 483,821 00000000000000000102dbcb8d737dbfc1cc424da5a6bd117c2f8accf03e4f0c 1,442 0.75/1.00 vMB 178
483,820 483,820 0000000000000000012ef91b89940afac99727ddceff52b813d26f32ca1305c0 2,184 0.99/1.00 vMB 253
483,819 483,819 0000000000000000005edd3b31bb60f0084344c313fd8003a036a5755124f7d4 2,153 1.00/1.00 vMB 185
483,818 483,818 000000000000000001246673c56aec1b0c0cfbd216e8c933112a8734ce7e5363 1,509 1.00/1.00 vMB 69
483,817 483,817 0000000000000000005455d30fc2fc1a09cc8903815d39552985093f36949375 2,068 1.00/1.00 vMB 319
483,816 483,816 000000000000000000362ccad0900f59ec62f6d4fdf077e31ec4a08c46a2ed42 2,242 1.00/1.00 vMB 247
483,815 483,815 00000000000000000001555332d27340afeb06a68dc97bab883cd9907a1d8240 2,005 1.00/1.00 vMB 165
483,814 483,814 00000000000000000104a39b4543fa45c73a993269656bde87dd5aefb304a15b 2,531 0.99/1.00 vMB 165
483,813 483,813 0000000000000000008c928cb8c74c2b7fc3e4c1c44d9f7db810933b77211f43 614 1.00/1.00 vMB 200
483,812 483,812 0000000000000000001de9784238bb721fd9d73fa204c3b2de4b1ca8b13193ad 1,039 1.00/1.00 vMB 250
483,811 483,811 000000000000000001303e9fcdf71d63f83f7626cb6cf28d1c3fb3dee69791a5 1,702 1.00/1.00 vMB 290
483,810 483,810 0000000000000000009ffd4cafc1fc819c1126c8f80845a1ba95420b32cac72e 2,209 1.00/1.00 vMB 434
483,809 483,809 000000000000000000ddc9f4adccee66158b86a67cfaaebc4af72efa9e9aafa4 1,444 1.00/1.00 vMB 80
483,808 483,808 000000000000000000403cc69b6545e2b2b26c3a59c79c3044e52258a66487cb 2,012 1.00/1.00 vMB 202
483,807 483,807 000000000000000000da9bfc357293ea1d344dc8086f71b90da875848b999826 1,510 1.00/1.00 vMB 111
483,806 483,806 0000000000000000001d86abb3892405c2c5a5e6db83f96ae7610bbb8108ac1c 1,831 0.99/1.00 vMB 116
483,805 483,805 00000000000000000106bcde72dad5ba0252187aadf03e9909368a2eaeecc720 1,545 1.00/1.00 vMB 71
483,804 483,804 000000000000000000254a87b2e81d9a3ea3b8a0a879bae922224366c9ed1598 1,769 0.99/1.00 vMB 64
483,803 483,803 0000000000000000011327a0058e96e52354957afabe7858775423d4e46b9428 1,557 1.00/1.00 vMB 89
483,802 483,802 00000000000000000101feca014854c55350c5d2e4f733cead0ec3b9ec0161b2 1,987 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.