Loading Tool

Explorer IconExplorer

Memory Pool

46,368 transactions
26.92 vMB
0.08922343 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt 3caeb1d4ac89887f257e1c8b1938fa87fa4f8d729759a9009e2f4ad11dfb7f86
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root 0cbbfc47da0dbf7a812be60e7ce30af418717bf0978fffffa508e03a26845133
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,005
Size: 1.00 vMB
Total Fees: 0.03947990 BTC
Feerates: 101.64 > 3.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (332,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,074 582,074 000000000000000000203d3a5e94aaa422610c28514bd77b11f1177ee750ce07 2,562 1.00/1.00 vMB 71
582,073 582,073 0000000000000000000dee07ffecf00de61236fcac06dbfac4487cea6381f8ce 2,954 1.00/1.00 vMB 43
582,072 582,072 0000000000000000001a1d9800bdb01244ba22f26cd4dc46b961a1bd8f17d710 2,999 1.00/1.00 vMB 76
582,071 582,071 0000000000000000000ae5f893bc9156bf24938ff6ee1d5a1555a6b7d82ce176 3,283 1.00/1.00 vMB 114
582,070 582,070 00000000000000000023f882cab6e28122d6fe7325f8967166ea3cf730735571 2,535 1.00/1.00 vMB 13
582,069 582,069 00000000000000000020e3a369a7db10d1c98fa4d2554c2a8fd866d6e168d5f9 2,502 1.00/1.00 vMB 67
582,068 582,068 0000000000000000000971508dba37dedc9af1ed1c8ecd5d4bfcf771903ae5a1 3,492 1.00/1.00 vMB 107
582,067 582,067 00000000000000000009f1c71b6f6db94e0f7eab9590aca2b6b8c00e5d82d412 2,654 1.00/1.00 vMB 49
582,066 582,066 000000000000000000016ff7f878404b9d38f9690fee078f26f43525856e5332 2,748 1.00/1.00 vMB 117
582,065 582,065 00000000000000000017a75a5779ab2ac08d1e82bce932f948578779a7678a49 1,979 1.00/1.00 vMB 54
582,064 582,064 0000000000000000001aef683305059e38bde60d5aeeed02942d1fb89b0cad1b 1,846 0.79/1.00 vMB 33
582,063 582,063 000000000000000000110318355fd593e6a16208d1483504b7a856af568f5129 826 1.00/1.00 vMB 2
582,062 582,062 00000000000000000001565c14cc567f14f262b6091bf8e3a76fbae03348551d 2,794 1.00/1.00 vMB 58
582,061 582,061 000000000000000000088b247f37e9039ea4e2f240e378ada3a15ade37a0ecc4 1,571 1.00/1.00 vMB 37
582,060 582,060 00000000000000000012a8b8b7894bcfe4dc2327dbb35c950f7e114fc724ceaf 1,952 1.00/1.00 vMB 33
582,059 582,059 0000000000000000001ed3c1b9d744bbc1e657a45c8076534da11b261e3b3935 2,698 1.00/1.00 vMB 46
582,058 582,058 0000000000000000001eddf218d5bfe97a53b3176f28beb9e18df7e0c505d1af 1,818 1.00/1.00 vMB 38
582,057 582,057 0000000000000000001d8badb2ba77cb0e31e012073cd7df05ca3bac35630587 1,484 1.00/1.00 vMB 16
582,056 582,056 00000000000000000022af7f2779c77802fe1dff1b2e3434d685e886ff86faef 1,794 1.00/1.00 vMB 43
582,055 582,055 00000000000000000022f5bc4a2a812e9caddcac49cf04bb830aca168da7bae1 2,724 1.00/1.00 vMB 65
582,054 582,054 0000000000000000000add09dbf3767d31b1bd1db3b715530d6868f237faae48 1,166 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.