Loading Tool

Explorer IconExplorer

Memory Pool

39,662 transactions
26.30 vMB
0.05478248 BTC
Random Selection Loading Transactions
Max Size: 137.01/200 MB

Candidate Block

Mining Attempt a20bc0f98d4c3ea6544ed6e13cad64b502f27477b805e19c428a6d90b0cb66ba
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 431b6d1e1b68a0ece202ec75065fa911cd588ca01962bb67f07ca10e46f1e6c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.00650363 BTC
Feerates: 50.27 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (83,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,437 831,437 00000000000000000001594dc0b8d8ef03a709eece0cfef1e7b92b7841600996 2,807 1.00/1.00 vMB 24
831,436 831,436 000000000000000000007640be6b381747c7771ee818d2d4658d7c02455c4090 2,439 1.00/1.00 vMB 28
831,435 831,435 000000000000000000030e13b3f2abd9d5ef8add83f56f2e650691082c1c5892 3,339 1.00/1.00 vMB 32
831,434 831,434 00000000000000000001d893b184c2d2dd4d854a5dd287547f562ccb0f57c490 2,293 1.00/1.00 vMB 22
831,433 831,433 0000000000000000000207bd7147ace5cda4cead0cf46babdfb8e6addfb0f8e2 2,972 1.00/1.00 vMB 30
831,432 831,432 0000000000000000000063c2c472446997e1dd3abcb1605e0058024d15279635 3,128 1.00/1.00 vMB 31
831,431 831,431 00000000000000000002d73cbdcbda8809579e193d22e921e547c7a10f7b11b0 3,352 1.00/1.00 vMB 25
831,430 831,430 0000000000000000000332893bc7eeedb5d7091f15ac79ef79f03d4d5aae7c62 3,425 1.00/1.00 vMB 31
831,429 831,429 000000000000000000008bb63d2a5afb112cfabf8d103584634f17117e00e8a5 3,145 1.00/1.00 vMB 38
831,428 831,428 0000000000000000000017d76d1ee701ec78e73500cd5fade2574d87af5cfba0 2,886 1.00/1.00 vMB 25
831,427 831,427 00000000000000000001da5fe8ae570b2c3034d10da3d8870916b7bcc58e85d3 3,169 1.00/1.00 vMB 35
831,426 831,426 0000000000000000000341cb248dbf45eef62c42edc68e70ee01fc449db6b399 3,411 1.00/1.00 vMB 35
831,425 831,425 00000000000000000001db189b313f8eacc4706d62d2f3ad0ba6b105fac0de67 3,526 1.00/1.00 vMB 36
831,424 831,424 000000000000000000034fb30b0ecf500f8065b7af66327ae87255d4725a9c81 2,886 1.00/1.00 vMB 35
831,423 831,423 000000000000000000007b34f8719092d5c5f5e96ab21fd6c14bc3a706b94d21 2,129 1.00/1.00 vMB 20
831,422 831,422 0000000000000000000064db54f6ac8a1a983478d99be9d802ce8947f4f213df 2,527 1.00/1.00 vMB 19
831,421 831,421 00000000000000000000ca8cf9b4d0e874ed011ba9a1426838ca20abf21ad037 2,806 1.00/1.00 vMB 27
831,420 831,420 000000000000000000019218a278c5fb9dd3007648f3899fbd14380723cbcf77 3,319 1.00/1.00 vMB 29
831,419 831,419 000000000000000000022656d70ab5dda29d1f9c5e2d1ce566a3230233ea9bff 3,206 1.00/1.00 vMB 26
831,418 831,418 0000000000000000000078b915f2d9d627ec2b8caa18f26df6a658cecca621b1 2,958 1.00/1.00 vMB 43
831,417 831,417 00000000000000000000961d489470d99db5ef17f4902b6ceba069701c160abf 4,150 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.