Loading Tool

Explorer IconExplorer

Memory Pool

73,340 transactions
28.24 vMB
0.07333407 BTC
Random Selection Loading Transactions
Max Size: 167.17/200 MB

Candidate Block

Mining Attempt b78ce8b7fbf34d93f59e3e50743e5d8121ee8f58ca5603b032cda3f71d8e93ea
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 9d2e03fb99e386e8224eabf8828675e2890137ef1d1554d486fac0c3712e1369
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,077
Size: 1.00 vMB
Total Fees: 0.01666472 BTC
Feerates: 150.86 > 1.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (132,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,450 782,450 0000000000000000000306d9f00f41689fe61c49caffe2555b4bd87d6198d6ff 1,947 1.00/1.00 vMB 19
782,449 782,449 00000000000000000002e707191c251982ded0480a4f7b6012ed46afe0510484 3,086 1.00/1.00 vMB 33
782,448 782,448 000000000000000000033cb9b1f8b356b0a7c79e197881f760fe6ed6585e72f8 1,888 1.00/1.00 vMB 19
782,447 782,447 000000000000000000018696734b4469d1fd4552a71d865dfc6c4176761d4361 2,850 1.00/1.00 vMB 25
782,446 782,446 000000000000000000034425cad51f7603c9ef6cfca3bcde32f071581ef4b37d 3,060 1.00/1.00 vMB 27
782,445 782,445 00000000000000000003234f08cbf877dc83bf9d9dd20e8e9a046ff92f06da1e 1,364 1.00/1.00 vMB 17
782,444 782,444 00000000000000000000cb2989cea0c890fc4216039489022a2d1326a3e4ca34 1,467 1.00/1.00 vMB 14
782,443 782,443 000000000000000000001b181916e612862f3a0b3786c5c0da853dae60e8367c 1,229 1.00/1.00 vMB 17
782,442 782,442 00000000000000000005b316d7b86e7651310dadac4ea123db96f9cff24e492c 433 1.00/1.00 vMB 13
782,441 782,441 000000000000000000052b5386a72d693513ca81e7df5689fa3fa7345df227e3 2,133 1.00/1.00 vMB 20
782,440 782,440 000000000000000000045a59583bfdd228be0de5ea7552dd8ac0e2f3e112681a 2,390 1.00/1.00 vMB 17
782,439 782,439 00000000000000000003474d271e4047c39d98992fc9686c402b98d6006e8cd1 2,850 1.00/1.00 vMB 23
782,438 782,438 0000000000000000000540e96d9b05f4d622384bf4305069b8021daca08d102b 1,447 1.00/1.00 vMB 23
782,437 782,437 00000000000000000000a203764fb307d5f34344a0084325777fb99f765ef43b 2,093 1.00/1.00 vMB 18
782,436 782,436 00000000000000000005f6f2ce9f0232a80382a3ed0bc7b7fd8790e8d29b9233 3,693 1.00/1.00 vMB 32
782,435 782,435 000000000000000000024c977a8467309f27ce5d5fc2667c29209d49c11a4b98 2,163 1.00/1.00 vMB 21
782,434 782,434 00000000000000000001f397a7ece1b4ad4405b5b17f658c19e2db3c103e69aa 846 1.00/1.00 vMB 17
782,433 782,433 00000000000000000000b4ecbd9b8429b131f16de0a3d4411c40f676287cc8ac 1,990 1.00/1.00 vMB 24
782,432 782,432 000000000000000000009d2e7ee09d5308bb2b25e06adc9b3bbab240973a08f4 589 1.00/1.00 vMB 15
782,431 782,431 000000000000000000010715091be674f46cb3f105794e9f2564a90a766d1781 1,867 1.00/1.00 vMB 21
782,430 782,430 000000000000000000018662f311fbee22c6d8af443ec95afc5c669e47072a5e 1,681 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.