Loading Tool

Explorer IconExplorer

Memory Pool

51,447 transactions
26.12 vMB
0.20346520 BTC
Random Selection Loading Transactions
Max Size: 157.12/200 MB

Candidate Block

Mining Attempt 325e3be470045c3a1fdcc65af59d4f527b6aebb7d17f27280ba8fbb2f0e95cce
Version 20000000
Previous Block 00000000000000000000976d159a9846b81cf6694849afb1eacbdb7b3ee89cc5
Merkle Root 1284b35332a75b589e472d9241011f1a269fe7c3f1d0d8961a0ace06aac2cfb0
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.06057162 BTC
Feerates: 272.16 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,356 (281,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,709 636,709 000000000000000000003207573d38561c6a320c85bb69839cae6f8eeed75c29 2,905 1.00/1.00 vMB 25
636,708 636,708 00000000000000000008c137884ad169f8f5d0ab9c59e9255666a8a35954c05f 2,820 1.00/1.00 vMB 31
636,707 636,707 000000000000000000056bef10d58ee18933c1921589764c7f0df67201f291b4 2,481 1.00/1.00 vMB 15
636,706 636,706 00000000000000000004741aa50f974910cdf555da2f7ec55e0e2d0807b49e65 2,873 1.00/1.00 vMB 40
636,705 636,705 0000000000000000000df3c6ac36fd80a098dd01561187ae38d6e270f07fd6ad 2,530 1.00/1.00 vMB 21
636,704 636,704 00000000000000000004d61d31af7737d9557993e45e418fc5b4602f74907a79 2,467 1.00/1.00 vMB 29
636,703 636,703 0000000000000000000f0f7e8132a9a023060b689353adbe79dbae69e35bac64 2,627 1.00/1.00 vMB 31
636,702 636,702 00000000000000000002aeef9d40e96f9486d636fb29a2d0bd6008c79bc00c88 3,043 1.00/1.00 vMB 43
636,701 636,701 00000000000000000005e129d05331523b361f612fd7c2127248ce57b75af866 416 0.21/1.00 vMB 12
636,700 636,700 000000000000000000083ef36a3db500d32bfca32d4e2b8aee5d0691e724b800 1,754 0.73/1.00 vMB 13
636,699 636,699 0000000000000000000873a9973b4c4f5fd52dc4c56a75f2db9d879b2ccb4e79 2,825 1.00/1.00 vMB 17
636,698 636,698 0000000000000000000c55a6996c4dbebd8414fb86913227ae4ec72b385df463 2,376 0.94/1.00 vMB 15
636,697 636,697 0000000000000000000c58ab7bdab560127cb95a1b0722894c9aa7e882aa7117 1,668 0.66/1.00 vMB 15
636,696 636,696 00000000000000000005e27627dc2e3de44332c76216dd60b7fb74d737adab34 1,167 0.39/1.00 vMB 18
636,695 636,695 0000000000000000000c84699c7049eeb4d5302ab87ee8b566085d42208bfd97 912 0.49/1.00 vMB 11
636,694 636,694 000000000000000000028d5e4f43eb8f45fac9daf16dc3410c5d71bcdda6d8b8 1,510 0.50/1.00 vMB 16
636,693 636,693 000000000000000000034e76e5756cf551d9b1b8ada30db6378c5079854317f1 350 0.16/1.00 vMB 17
636,692 636,692 0000000000000000000783c69e92fcfd8894d9942c2cf87bf3a5d2a75a2a0401 9 0.00/1.00 vMB 15
636,691 636,691 0000000000000000000ab98089c40c05c6c7af2648d97828827276e9a09d4524 370 0.12/1.00 vMB 19
636,690 636,690 00000000000000000011690a7b48000f1ec4f2ed8817f1a9ecdc87ac63514313 1,514 0.48/1.00 vMB 19
636,689 636,689 00000000000000000010f0666c50e31eb42f04d19912dcb64d15c4f838d38a78 2,072 0.62/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 788.17 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: 1,134.03 GB
    • Received: 41.49 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.