Loading Tool

Explorer IconExplorer

Memory Pool

41,630 transactions
28.71 vMB
0.06046069 BTC
Random Selection Loading Transactions
Max Size: 147.53/200 MB

Candidate Block

Mining Attempt 8899feab4a864d107fb7c29d6e8a0a942af79cb0b8685190513fa3d298714900
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 3a06150936a1ca692a6c75d18f952fb0db6a36b5efe1975a3d3d9047bfc6a53e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00483302 BTC
Feerates: 60.13 > 0.48 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (839,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,003 75,003 000000000030dfe54a24be253c01a411452ed6d7ebe7dd234ea63da76235f49f 7 0.00/1.00 vMB 0
75,002 75,002 000000000050b3ff3371f1dade1b97d9a0548e3bad06a5e99d521a4d02f99f21 7 0.00/1.00 vMB 708
75,001 75,001 000000000049e6b73d84db7eb4704a52fb923f28a96276bf7e62ecebd00933a1 2 0.00/1.00 vMB 0
75,000 75,000 00000000000ace2adaabf1baf9dc0ec54434db11e9fd63c1819d8d77df40afda 6 0.01/1.00 vMB 0
74,999 74,999 0000000000688c8c87b50fe8b44046aee25ad52354d25f1313472879e336b967 2 0.00/1.00 vMB 0
74,998 74,998 00000000000f67875080532b6eb11ee69c05a4cd32eb61925235e972de4b9a68 1 0.00/1.00 vMB 0
74,997 74,997 000000000013b3ac27d1bc7da31138b73e5e10a5bc9e1cd6ff739cb4d6d9fd2a 2 0.00/1.00 vMB 0
74,996 74,996 00000000001acac61cf7355b89e776160d85a574580969878cc3cc7101244939 2 0.00/1.00 vMB 0
74,995 74,995 0000000000175cf8bc2175ff2228b75266f4cb625b4f022860b14a2770463693 1 0.00/1.00 vMB 0
74,994 74,994 00000000001209b273674937837fafb6f8b83c69e408b64d559ec6c64b995a17 3 0.00/1.00 vMB 0
74,993 74,993 00000000003e4d98307c57b16a9af16d1c464d8915af5aec8a522a6542c02213 5 0.00/1.00 vMB 0
74,992 74,992 000000000078ccbb4c59c45378259d5875c8ce430abe4ab7fd4ca526420b0f2b 1 0.00/1.00 vMB 0
74,991 74,991 00000000003a3341e70927ffa2a061bda9dc5eb9491282c45419fd23dfe4aff7 1 0.00/1.00 vMB 0
74,990 74,990 000000000036ab61fc0a49db84f6164f28735ef79bd8beec51b573098721cb72 3 0.00/1.00 vMB 0
74,989 74,989 00000000001caacc2413455f19633fbf478b0344fb0d4635c863be0de98471e3 2 0.00/1.00 vMB 0
74,988 74,988 00000000006853ac9d165211eb819a539e94eee69f0efe0429fa6a5986b3c821 1 0.00/1.00 vMB 0
74,987 74,987 000000000061d8deceb08c791186accbcbc5d9e66ff387a50e92e6f82e0b6854 2 0.00/1.00 vMB 0
74,986 74,986 000000000051114aa6760a264599a5e10ccdec1b033b5cc2fe2b8fcc79598a42 2 0.00/1.00 vMB 0
74,985 74,985 000000000006526621b3947dfc90139bfe25584e42c0d5e8a0f6031f2652de61 3 0.00/1.00 vMB 0
74,984 74,984 0000000000200bc3d27785000faf39b30200bde7e070bbee8f16c9aa5137f967 10 0.00/1.00 vMB 0
74,983 74,983 00000000000b14e17ca9f308f518c99ef03a190825e5f90b2cdd7242e88661f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.