Loading Tool

Explorer IconExplorer

Memory Pool

41,157 transactions
26.21 vMB
0.05467627 BTC
Random Selection Loading Transactions
Max Size: 136.67/200 MB

Candidate Block

Mining Attempt 1eae6b7ada6a8053fa5bcc6f0ea12d584b6d30f640f5669d238862ede95f0e44
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root a797d7d28b203e590f2b0b61ba183661a28879579286066244362315c39f7fb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,257
Size: 1.00 vMB
Total Fees: 0.00670046 BTC
Feerates: 24.10 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (599,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,091 315,091 000000000000000017278f1f261ebdfd46589bcf211089f3018b24859e8da80f 374 0.24/1.00 vMB 25
315,090 315,090 00000000000000001fc4476ed47049906c8e961411193d1a04a95ae0822998f4 163 0.26/1.00 vMB 11
315,089 315,089 000000000000000036714a5fe66347e19886593d3f5e4d2aa45c005e919a9d6b 784 0.35/1.00 vMB 38
315,088 315,088 00000000000000000b0e2d2d1fa1561b990640393a1d9a1e7cdc42c745e39c11 1,116 0.75/1.00 vMB 23
315,087 315,087 00000000000000002b3e9d0b5311e8a38440e4ff666b4a076e4a7ee46e3afa0a 398 0.21/1.00 vMB 26
315,086 315,086 00000000000000000a12501f5586bab83038c5756c89dc105d23b7c13177a028 803 0.55/1.00 vMB 27
315,085 315,085 00000000000000002550c387f48c286fb8e71dfb785eb2a3a6eb3b0431cd30b2 324 0.24/1.00 vMB 25
315,084 315,084 000000000000000020773718493611dd4f949425bc92d6380b21206ff704b5d0 543 0.35/1.00 vMB 27
315,083 315,083 000000000000000004f4bb5bedb5b397f7b1efb97b6a9fcd82e9396466308255 632 0.42/1.00 vMB 24
315,082 315,082 000000000000000019a2ae88e9896d92d9e288442b31163cbef8053a2c9cc7e4 75 0.05/1.00 vMB 18
315,081 315,081 00000000000000002d8a191691adeab43548efe0f81126156be5d6a263c4552f 84 0.04/1.00 vMB 28
315,080 315,080 0000000000000000216cb72dd7ba4b5b162e2a000b3c2f08fdad94f8b2cb9863 368 0.23/1.00 vMB 26
315,079 315,079 0000000000000000164125b08dd24db9e5f6d5bfe3f7ba82885cea6721f7e4ef 637 0.35/1.00 vMB 25
315,078 315,078 00000000000000001b166ed0506226e22d28e12e112b737b02be32f03edaa02d 685 0.35/1.00 vMB 29
315,077 315,077 00000000000000001125e4597b413c133d4cc0473d4c639eb2e9c9ae9744ead5 1,251 0.70/1.00 vMB 32
315,076 315,076 00000000000000002da7989ab1c8a51b44504e6470d7f44be04eaa1853e617b1 1 0.00/1.00 vMB 0
315,075 315,075 00000000000000001ec94170d9d8a2e2a7a867834b71d43df899e6a41c72fafe 798 0.41/1.00 vMB 31
315,074 315,074 000000000000000031390934c238ca601e3fe6ba6063bdb46dc344d6cd5906a3 339 0.15/1.00 vMB 34
315,073 315,073 00000000000000001572ceb9fcf3dd77b2edebf99c7aa3a0d749477bda7c7098 71 0.07/1.00 vMB 10
315,072 315,072 00000000000000000a4d68f661874c305de66bfe797c9c00f4f4e5e6632f714a 74 0.07/1.00 vMB 11
315,071 315,071 00000000000000000be3b9f37d1374907afa28d34d2d01b729793d65f363d574 315 0.21/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.17 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: 653.55 GB
    • Received: 13.93 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.