Loading Tool

Explorer IconExplorer

Memory Pool

40,926 transactions
27.76 vMB
0.07535965 BTC
Random Selection Loading Transactions
Max Size: 142.55/200 MB

Candidate Block

Mining Attempt d0d611e071a69a497f73fbb391a390dbc395b4d6dfe83650f9c6a5e57298959a
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 23446063a940e2b4fdfa2f385dce7ee9d0db27e9ed859925fe748a5a6bcc9fe2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.02213025 BTC
Feerates: 193.01 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (596,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
318,629 318,629 00000000000000000a47b435fa81b65b3e97a6ec589054dca2e6d952449dc462 260 0.15/1.00 vMB 27
318,628 318,628 00000000000000001248f8f1471b2507e4bb17409bcc35068e85d22b9475e817 225 0.15/1.00 vMB 23
318,627 318,627 00000000000000000f5d8bc2f2072cb76735dfcf91b120c3ca1d6e88651ed022 250 0.12/1.00 vMB 28
318,626 318,626 00000000000000002363e4a7df0cee3b7d8f0ce65512458c8c91054f934f5c63 1,633 0.90/1.00 vMB 29
318,625 318,625 000000000000000009142ed75c412e6a395d56309d707775292e2f503482720b 1,231 0.71/1.00 vMB 27
318,624 318,624 00000000000000000b16cb5e84ae64fdbb879a3eb5d2aad7c11c7765b3825ee3 702 0.89/1.00 vMB 14
318,623 318,623 000000000000000016752182e2e76fbd02c1b4872ac93173767e257f3da46842 1,059 0.35/1.00 vMB 75
318,622 318,622 000000000000000026e24a5b98122dd186a47ffc0d8f4abbfe1a437db01a00e0 839 0.75/1.00 vMB 18
318,621 318,621 000000000000000023fae2f43c7a954b0c421ea92e2f2d728bd1eb5d59af630c 2,445 0.75/1.00 vMB 43
318,620 318,620 0000000000000000100dd2379de6c2ab63dc277110db1aa1e445049ddd0c8dfa 195 0.14/1.00 vMB 24
318,619 318,619 0000000000000000247b41c12aebef3a3e2a777712cb670444e339a4ad964933 313 0.40/1.00 vMB 13
318,618 318,618 000000000000000012205498487c5f73dc6e63f029a184d63a59248f3f8c7885 1,957 0.75/1.00 vMB 35
318,617 318,617 00000000000000001771de0c2dc0ff95d619943d4160308c93f9184fcee8d5f8 121 0.12/1.00 vMB 6
318,616 318,616 00000000000000001a9ebcef884c0fe3cb9305009be8f1a54af1696f329e473c 721 0.55/1.00 vMB 22
318,615 318,615 0000000000000000172854346497fb8d335bb0ecb732ae07d2df3edd7934d3bb 1,045 0.75/1.00 vMB 22
318,614 318,614 00000000000000000f20458c31c5f5061810b57bd8b45a5c0de4a18d233a1b93 633 0.35/1.00 vMB 34
318,613 318,613 0000000000000000095afe2876b581efa61b0f7d67e2bb96f17c7ea4a75d87ed 1,591 0.50/1.00 vMB 47
318,612 318,612 00000000000000000b638eda483b30ac40f846e8b0956c11b002c395e5ee4399 306 0.20/1.00 vMB 25
318,611 318,611 00000000000000000fcdefb9300b32e01b5d3e64d16c6b9ef2cb5ccf093d2c4d 55 0.03/1.00 vMB 25
318,610 318,610 0000000000000000004b2929b668554240ec038060c7954c9573131699b0dd29 388 0.29/1.00 vMB 20
318,609 318,609 000000000000000004f213e2966d43aa98465c3f0979347d5792ce448acb0abb 643 0.43/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.77 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: 632.86 GB
    • Received: 12.16 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.