Loading Tool

Explorer IconExplorer

Memory Pool

80,024 transactions
29.20 vMB
0.06847586 BTC
Random Selection Loading Transactions
Max Size: 177.95/200 MB

Candidate Block

Mining Attempt 5418c62b58e13e7bf3b4d1b26b6497addf6bd68fe3bca982aede59d24a66f25a
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root db3f3c094e58b001dc34439c9e48e7dc8d21b2de27de25b6542d24744b5e84cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,879
Size: 1.00 vMB
Total Fees: 0.00740078 BTC
Feerates: 201.05 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (285,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,751 629,751 000000000000000000041f37d1d9a075d029a97f8e4b434d21e69cb3d04722e1 1,002 1.00/1.00 vMB 19
629,750 629,750 00000000000000000004f5a3e0fb24951cc75e40235f7c0b1ed309b141e40922 1,203 1.00/1.00 vMB 14
629,749 629,749 0000000000000000000495c1c226b23266ca64040f16a904bae63ac18d7f5287 1,779 1.00/1.00 vMB 29
629,748 629,748 0000000000000000000bbde55b923dcf94f2e8545c05b7a361aded9a3a79ae23 2,512 1.00/1.00 vMB 72
629,747 629,747 0000000000000000000f9add5dd88745a282384b9b8edf63eccb90fbb07a84e4 1,991 1.00/1.00 vMB 44
629,746 629,746 000000000000000000013d613308a79eaf558f83e9b9ec4aeb413347efe44424 1,330 1.00/1.00 vMB 25
629,745 629,745 00000000000000000009319a26fbaaf7e442719526e6316277e5fb2feb7d355d 1,498 1.00/1.00 vMB 44
629,744 629,744 00000000000000000010ab4729196547ba75c06dcc20931ffd60114107801c16 793 1.00/1.00 vMB 13
629,743 629,743 000000000000000000007321fd26223e2686b044e5c2cdd3093079dcc4280de9 386 1.00/1.00 vMB 7
629,742 629,742 00000000000000000011735d735d0fa01081bd22e6f8f6fabaaa4720b06f23bd 2,236 1.00/1.00 vMB 51
629,741 629,741 000000000000000000029f70c08b79fc51c4c7dd4c7a006f2e56836df7bc8ce4 1,310 1.00/1.00 vMB 47
629,740 629,740 0000000000000000000f0d2fdbbf65d341ffd5f4f717917628a3a9ec31a03006 1,012 1.00/1.00 vMB 19
629,739 629,739 00000000000000000008e5c5bb03b8e846e496604dc192928ccdfe46e3c4e1e0 1,770 1.00/1.00 vMB 36
629,738 629,738 0000000000000000000c07034437abed483e215866ca5914113cf2039232a493 1,942 1.00/1.00 vMB 44
629,737 629,737 0000000000000000000be8658a2a04f1afe2faf97a8421c3229957980ba14bb9 358 1.00/1.00 vMB 7
629,736 629,736 00000000000000000001b9d98a8e6223b74116ab02a42442100ef9c92c263980 872 1.00/1.00 vMB 18
629,735 629,735 00000000000000000009b93f3d4e0b33c67be749b274374330a57ff12f257c4b 1,068 1.00/1.00 vMB 21
629,734 629,734 00000000000000000002e29605edfd0e7db3c8a99293edf737a49577aa7ce4d6 2,180 1.00/1.00 vMB 54
629,733 629,733 000000000000000000075001719daee46ef3d4c40e0669c1479bc86a0eecb32b 2,617 1.00/1.00 vMB 55
629,732 629,732 000000000000000000036df85c8d91ed35d06d12d4ec001b6115d9d40a889afd 1,266 1.00/1.00 vMB 31
629,731 629,731 0000000000000000000128dd87a122b545573da851124d88f9cfec5d62a76a4e 922 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.