Loading Tool

Explorer IconExplorer

Memory Pool

76,170 transactions
29.14 vMB
0.10394292 BTC
Random Selection Loading Transactions
Max Size: 172.28/200 MB

Candidate Block

Mining Attempt 70649ecd42d02ebb98a7b2866273e20866ed2404fcc3d4c73b5478b5866bcf74
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3662da2bbb97ad4525e4ae33adf86f35e0982e5e242768abc4eca3d4aca397ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04162056 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (604,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
310,661 310,661 00000000000000002392d6d0826fac683a414df6c9b6cbb386dd3ee324b6361c 128 0.06/1.00 vMB 50
310,660 310,660 00000000000000002c21d1ae91e98c13a256a3ac8fcd2e1d55baef8bfe532a0a 498 0.27/1.00 vMB 28
310,659 310,659 0000000000000000198ec92420c7a19003ff337d56dd8bdcf89b9822513bd64b 256 0.10/1.00 vMB 41
310,658 310,658 0000000000000000304f6f387db8babaf8f2fa8c5127034c1a7237634b89b565 229 0.12/1.00 vMB 29
310,657 310,657 00000000000000002801d9c7629398605c580f76d62db1a6fcdb2a6e15f39bb9 147 0.11/1.00 vMB 23
310,656 310,656 0000000000000000035322267856209870a34e75bd177a49defac3d5e70b8e8f 373 0.25/1.00 vMB 25
310,655 310,655 00000000000000002c348a6c3da2d1d4b754c2ebee021bd58628c27d32280fc0 379 0.28/1.00 vMB 29
310,654 310,654 00000000000000001129344994ade44340fb22218ee0ea889a45a9ba20500a45 382 0.25/1.00 vMB 26
310,653 310,653 000000000000000030ffb85b2418b9e82230d1627f11f7b2bdc9578f60daabed 415 0.17/1.00 vMB 30
310,652 310,652 00000000000000003815e1d4e8b686d64831ac7fc25f92dd8f8f48b818ec8d6d 1,028 0.64/1.00 vMB 42
310,651 310,651 00000000000000001e0c33b35585758d7aa43e26bcbe6b5031b029f5e9a025a5 614 0.25/1.00 vMB 38
310,650 310,650 000000000000000016dd69c5d138e6ad4e10fa19f5e0b73cf7f8d06129ce9184 360 0.22/1.00 vMB 25
310,649 310,649 000000000000000038033618f70676f212b61bb966626dd357863352cb7e4bc6 744 0.41/1.00 vMB 33
310,648 310,648 000000000000000015f8fe8a5c8ee5e747f4a291f9cdac64389a3ae1f0a60614 293 0.13/1.00 vMB 31
310,647 310,647 00000000000000000ecb30d7b4f1da2e15d10fa1b609e7a7b08dd7eee18c9108 150 0.09/1.00 vMB 21
310,646 310,646 000000000000000004df7f13539de7fa2ec09ea84ab5740633fe55e7956fc984 789 0.45/1.00 vMB 28
310,645 310,645 00000000000000002955c7f7f0eddd29d36342c99686b7f08a2b3994a7d70948 62 0.02/1.00 vMB 32
310,644 310,644 000000000000000027b5e806f80e12e59e9e29414669d85e362f9e7f527baa49 269 0.15/1.00 vMB 29
310,643 310,643 0000000000000000285a13c1ea7241d5e55f1770b8d4f4a57e1f18d9f3812875 626 0.34/1.00 vMB 28
310,642 310,642 00000000000000000011c0ff4dbfeaaa580a36614e3d1c8c6da69eea6627c52f 105 0.04/1.00 vMB 38
310,641 310,641 000000000000000012fb1dbfa71913a6d69fdf7830b00435f0bc4c86b6bcaba3 139 0.09/1.00 vMB 15
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: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.