Loading Tool

Explorer IconExplorer

Memory Pool

43,066 transactions
26.88 vMB
0.07567975 BTC
Random Selection Loading Transactions
Max Size: 140.63/200 MB

Candidate Block

Mining Attempt e19ff5feb9e8f311d5995cd10e220a14226b65c9d1bedb4b491682e67476e2c0
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2994ae7c545e0b062557bdaa967a3fe86c6a90acf2d9c8ba38b167e05eb8e17a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.02556625 BTC
Feerates: 150.93 > 2.56 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (256,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,976 657,976 00000000000000000000876b09067470140137ba39172168f79de652a6c6d412 1,974 1.00/1.00 vMB 58
657,975 657,975 0000000000000000000cdbb0dca0965fd6d989f1435b9acabb7bc0a9ce4c6e0c 1,411 1.00/1.00 vMB 30
657,974 657,974 00000000000000000007712da715126e8caa1bcd6751307c4b9dbb05908a9b48 1,618 1.00/1.00 vMB 35
657,973 657,973 0000000000000000000d90d329b9d45b232ae7c210c5eb6154aa1e41f8ab17c8 1,920 1.00/1.00 vMB 43
657,972 657,972 0000000000000000000f6dda9288dad95e8530e14c349e3a56f38071c29368b7 2,034 1.00/1.00 vMB 25
657,971 657,971 0000000000000000000addf440c83a489aab4500aa795fa90f383a18a0141c0a 2,975 1.00/1.00 vMB 76
657,970 657,970 0000000000000000000f2a419766434f94b4e8d39a66af23508420f5f3c57cb6 3,033 1.00/1.00 vMB 62
657,969 657,969 0000000000000000000ee591f5881d077fae85e33d1e9ba3d6384c9fd87ade8d 1,734 0.83/1.00 vMB 7
657,968 657,968 0000000000000000000a1d958f79dd6069ef9537cf735130e330d789b644d555 1,515 1.00/1.00 vMB 63
657,967 657,967 0000000000000000000da2ba6a6bb553b4eb852f77eb2007b525e7ea65a38724 349 0.19/1.00 vMB 19
657,966 657,966 00000000000000000000f424c4236305157d524cd5a2b75523804d3cf8d03bfc 752 0.28/1.00 vMB 27
657,965 657,965 0000000000000000000a2b6aaf03fa14d0206b27713d23ce5536cc45aea51c3c 781 0.29/1.00 vMB 32
657,964 657,964 0000000000000000000484b18271b16e94255c6a00a261958b30a67e15d526bc 1,224 0.53/1.00 vMB 6
657,963 657,963 00000000000000000003cbbae05723c318237dfb7c4cbc7fe5103928faad5d18 2,761 1.00/1.00 vMB 15
657,962 657,962 00000000000000000007d6492eb152abc2bb645d2db25fc6da4d473b45ac19d5 2,313 1.00/1.00 vMB 21
657,961 657,961 0000000000000000000ae75844e1c78eb90e0bf9fb46aec55fc41c9d15cfff20 2,179 1.00/1.00 vMB 46
657,960 657,960 0000000000000000000bdc3bea3580f71c16722655d395ffc3605e38fd9137c8 2,136 1.00/1.00 vMB 55
657,959 657,959 0000000000000000000f267e7a7ae0a68dd942a0416fefc617d3a9c0212b69e4 2,661 1.00/1.00 vMB 50
657,958 657,958 000000000000000000086bc1d75af26defcff72a7495688b55287a5526ab6e44 1,168 0.44/1.00 vMB 30
657,957 657,957 000000000000000000065c43b8c804aedc3f513ffd1da123dbe16b49207da993 1,024 0.56/1.00 vMB 31
657,956 657,956 0000000000000000000528529764858e164f5cff7f0b1de45c092ac174db48a2 2,012 0.89/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.85 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.