Loading Tool

Explorer IconExplorer

Memory Pool

74,490 transactions
28.64 vMB
0.08623895 BTC
Random Selection Loading Transactions
Max Size: 169.37/200 MB

Candidate Block

Mining Attempt cae2f852980bbfbec6f2c0af49a7cf1c2f914e759905c0667dc28dd2f82b8bdb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 7b0b0e37d9058581e2e5f9bfd7be9e48fd10313ff98a715396133d949ebd9068
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,314
Size: 1.00 vMB
Total Fees: 0.02870715 BTC
Feerates: 201.37 > 2.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (316,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,397 598,397 0000000000000000000a28d7c8a3e0cb2aad8e7cddaa3eda323b4587ddcc53d6 517 0.13/1.00 vMB 22
598,396 598,396 0000000000000000000e9b5c09df92ebfe74aa5b918d29cacbadc24ae9a690b9 379 0.11/1.00 vMB 21
598,395 598,395 000000000000000000153ebce5d88c31e5c920d4f0813d47cd2f341d3e88d9dd 1,358 0.44/1.00 vMB 17
598,394 598,394 0000000000000000001005a0858fed0d26db3f1a5673b745fe353e66f2add730 60 0.02/1.00 vMB 19
598,393 598,393 00000000000000000008de3ee12c3528837de20c04fe4394d82528bb914c7dad 338 0.09/1.00 vMB 23
598,392 598,392 00000000000000000012c8e17f231090019b61f615750f43305f35b6d27398e6 773 0.24/1.00 vMB 31
598,391 598,391 0000000000000000000999c37aa7f913d879de1eb6dadb079a612bfc288000fb 1,911 0.62/1.00 vMB 21
598,390 598,390 0000000000000000000567532c8dc5b35ebcb3e391cd1c1c50a0dcc209a87ab7 2,024 0.80/1.00 vMB 16
598,389 598,389 000000000000000000063a7df0464712240e1d1b7574ac83490126c1a0e2eee3 3,410 1.00/1.00 vMB 24
598,388 598,388 00000000000000000002ae184aeb0fa24d0be75699b64fdc2777a2745f07d9be 1,736 0.47/1.00 vMB 14
598,387 598,387 00000000000000000001d61c19237154bf869dcd9c49bc41c7decf559c233813 3,103 1.00/1.00 vMB 30
598,386 598,386 0000000000000000000be5c8cd36ec1ecba8ed05a719678fb1ae87a11eb96dc6 2,440 0.73/1.00 vMB 3
598,385 598,385 000000000000000000135224ee4876b4b5bab6b24002bcc018455f2acd0dddda 3,371 1.00/1.00 vMB 44
598,384 598,384 000000000000000000003dcb7b8613d9c8e72a5ecba32d00dede0c5207252be3 1,043 0.39/1.00 vMB 24
598,383 598,383 000000000000000000040b029b3c8b6118df271452be51269bc634552ef59445 1,594 0.58/1.00 vMB 22
598,382 598,382 000000000000000000051881cb48cb90afb98ce7bd96b723013b1d0a1379fa9d 2,864 0.95/1.00 vMB 2
598,381 598,381 00000000000000000009c4d0939181397f2aef621a90329b15e4ebf2b6c4d625 2,898 1.00/1.00 vMB 27
598,380 598,380 00000000000000000005410feaf91af5a1edb2a530354ef45313ff8cbf405b22 3,319 1.00/1.00 vMB 31
598,379 598,379 0000000000000000000576cd782a9cf67a2b56d22b74ecd65205309b9329fd4f 2,804 1.00/1.00 vMB 9
598,378 598,378 000000000000000000112ba87f2a7da31183a15cb24a7c7b637c8937e32f17f8 2,193 1.00/1.00 vMB 24
598,377 598,377 00000000000000000012a9f8c1070d6eec80357208b3237086194039ad515449 2,072 1.00/1.00 vMB 27
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.87 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.