Loading Tool

Explorer IconExplorer

Memory Pool

73,647 transactions
28.37 vMB
0.07370268 BTC
Random Selection Loading Transactions
Max Size: 167.95/200 MB

Candidate Block

Mining Attempt 76b6d3ec5e9a80d539b5bbf8c654ac58a1747e9ed25968852c86571164bf09df
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root b68f81a8ac8a984a5368b94685de086043e797a34184d79f8a2ebb1fd6e76008
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,403
Size: 1.00 vMB
Total Fees: 0.01684598 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (213,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,457 701,457 000000000000000000027c5902f6f1b7d9c9bc46adc33bbe806db50a579b5d70 2,143 1.00/1.00 vMB 9
701,456 701,456 0000000000000000000648f7b36217aa42c78c12207d90d9835a720bf8d00d5e 2,801 1.00/1.00 vMB 14
701,455 701,455 0000000000000000000bfd1472e7e426d584efbed0d6e1c331c0fa520fbcc4b8 2,588 1.00/1.00 vMB 11
701,454 701,454 00000000000000000000a5ad6308b042c32771a11b3efbfb66eed956014c4d28 1,427 1.00/1.00 vMB 2
701,453 701,453 00000000000000000002e0d3aaf187783616939f24ecc17880d00a5cc9947e98 2,613 1.00/1.00 vMB 5
701,452 701,452 0000000000000000000632f7f2ac0c8b0d53ff5fd83cc2fa39a3d4d193bc2e86 2,907 1.00/1.00 vMB 19
701,451 701,451 00000000000000000004138a5ac76b0c4731a33ef3065b32a4768a0b32984eb4 3,283 1.00/1.00 vMB 4
701,450 701,450 00000000000000000008c2ec7e8c1f0a7ac6eafb0f8326c1c7d2e346e1943ffe 2,077 1.00/1.00 vMB 7
701,449 701,449 0000000000000000000857bb2686e9f26de491604e4fdf0fa338958b3af0f60f 1,785 1.00/1.00 vMB 8
701,448 701,448 00000000000000000005cdd411d7d49184aba512311938d74e6b8b88a598cc43 3,156 1.00/1.00 vMB 12
701,447 701,447 0000000000000000000b9754494d701d6fbc8963b6a57b00e801ccd2c891505a 3,108 1.00/1.00 vMB 20
701,446 701,446 00000000000000000006bd963993ab92da775345efbb094cccd1f430233a0353 1,418 1.00/1.00 vMB 6
701,445 701,445 0000000000000000000df67ae260633419775625385e12108fb84ecade183cab 3,033 1.00/1.00 vMB 15
701,444 701,444 000000000000000000078f7145f2e749448b0b31ed243d6df285895363eebc57 2,893 1.00/1.00 vMB 34
701,443 701,443 0000000000000000000b8aa3f95407f766268456fb90b4940bbbc4545f176133 913 1.00/1.00 vMB 2
701,442 701,442 00000000000000000006971e85058d48f8aa86df5152d959587e090ff0ae0827 1,663 1.00/1.00 vMB 7
701,441 701,441 00000000000000000008ecc94766540e9654aeb299d4fb366170a7041a13d945 1,858 1.00/1.00 vMB 11
701,440 701,440 000000000000000000077980d7a10283e0a87c8da793f4aac24449d942b7f286 2,387 1.00/1.00 vMB 10
701,439 701,439 00000000000000000005f84b790d7ef6d9f721fe089a984e7e5a161e04ee6394 2,694 1.00/1.00 vMB 17
701,438 701,438 00000000000000000002a7098944fa6cf893ff6d381d4ccbb5f70abeac18250a 427 1.00/1.00 vMB 3
701,437 701,437 0000000000000000000cf73b43372351c797dd68d07416a642703f14deef8a5b 3,037 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.