Loading Tool

Explorer IconExplorer

Memory Pool

86,235 transactions
31.71 vMB
0.10519975 BTC
Random Selection Loading Transactions
Max Size: 194.21/200 MB

Candidate Block

Mining Attempt bfba68a23eef4e0cb1d001ae8ae94a4ea7681a9071124b098590d6b1199dc754
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 25db485ecb4aff0a475e31c38dc9776d8c18bb30d2b5d49ccf6ac8955b72cb5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.02570952 BTC
Feerates: 1,236.26 > 2.58 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (330,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,957 584,957 0000000000000000001d88795468433c156fb3de5e510be68ade1443cf8a5d52 3,474 1.00/1.00 vMB 86
584,956 584,956 00000000000000000010256962022c6028d4e18c556cc48294623c58b6db825d 2,256 1.00/1.00 vMB 65
584,955 584,955 0000000000000000001679510681986f67409d9e27321eb706ed0b9f8f1f6f58 2,345 1.00/1.00 vMB 55
584,954 584,954 0000000000000000000092054b7f087ce82a98e3a22fd4295fdfc77fbc384c34 1,226 1.00/1.00 vMB 51
584,953 584,953 0000000000000000001e4ed4818821d0504719c5c3af53eebe6490001ea4d402 3,055 1.00/1.00 vMB 75
584,952 584,952 00000000000000000008677430ad4f174e53c3b2181341cf8e3bc0ebbc73dd02 1,673 1.00/1.00 vMB 59
584,951 584,951 0000000000000000001d69f9460a7bb648919ee068ed4dc027eeae1e913c6db4 595 1.00/1.00 vMB 46
584,950 584,950 0000000000000000000bea55c5ecf8b59e4fabb841db8e32550402bf6781df10 2,796 1.00/1.00 vMB 77
584,949 584,949 0000000000000000000e2a944f2bc3c119a434d3ab1a90e2cebc373f4b3cca2e 2,901 1.00/1.00 vMB 70
584,948 584,948 0000000000000000000bddb699aceba59c0203186572ef8503aa749fc5aea266 2,742 1.00/1.00 vMB 57
584,947 584,947 0000000000000000000714d24c80f601e09827376b6b210c940c04f5653c8b54 2,835 1.00/1.00 vMB 66
584,946 584,946 0000000000000000000a8d9b4731bd774b3e77577ebd057a8728204ebb5a6c6c 2,183 1.00/1.00 vMB 72
584,945 584,945 000000000000000000110571828d1875304ea372e2c6ea2f6a91f987a634854d 2,995 1.00/1.00 vMB 83
584,944 584,944 00000000000000000016006a1b8cb5c279b028974add0af78fe8e45731c97d1f 2,204 1.00/1.00 vMB 76
584,943 584,943 0000000000000000001cf819ea8025b7371f8645b8e8f2f5ed5b036d462f37af 2,901 1.00/1.00 vMB 88
584,942 584,942 00000000000000000002481d0306b715cf6612f8f97c5525184a710e3344ce9f 2,517 1.00/1.00 vMB 60
584,941 584,941 00000000000000000000b50d7d240581810871337bb517d3bf5f45d59645454c 1,803 1.00/1.00 vMB 70
584,940 584,940 00000000000000000011901e1e969e76dcf9825b07ae3553995f7e687c1f63a1 1 0.00/1.00 vMB 0
584,939 584,939 00000000000000000000ee24b09e611b5f48dc2b1c9982ba50dba4ae65bf2dc9 1,465 1.00/1.00 vMB 61
584,938 584,938 000000000000000000129fccb2146705cdf109264f2f5d36191e04fafbf9be10 3,010 1.00/1.00 vMB 68
584,937 584,937 000000000000000000103e07610dda25604fce41c397a0f5c823a0a6814a8747 2,823 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.