Loading Tool

Explorer IconExplorer

Memory Pool

76,932 transactions
29.79 vMB
0.10321361 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 4bd6c915acc3ce7f62eb49d5c32bffc43f0e3f468d902f0da5f21b1440475040
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 2eeb40e4fd4f93231a0ac8b7dc311b966d79481da4d023bdf1e85a4f40303fef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.03550710 BTC
Feerates: 357.61 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (125,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,080 790,080 0000000000000000000068be55912d27bf33326c0eb4da58006801cbd76b34d0 3,090 1.00/1.00 vMB 92
790,079 790,079 0000000000000000000598f743932172bb3bea60f3ae3469d4bbbdb60d11c6c7 3,576 1.00/1.00 vMB 63
790,078 790,078 000000000000000000004618fe9f122bec639f89981479461d8596e046ab899b 3,866 1.00/1.00 vMB 38
790,077 790,077 00000000000000000001e30ca10b5701b810d26b709fafb1f095d357116e8bd1 2,547 1.00/1.00 vMB 28
790,076 790,076 0000000000000000000178ef76f49878cd7f866c3f28b4443c7d0afddf117109 3,584 1.00/1.00 vMB 28
790,075 790,075 00000000000000000004dc1af3b78d223e0c97d0ca2ecbe5945e70b751b9f6d8 4,136 1.00/1.00 vMB 31
790,074 790,074 00000000000000000002e5e15878ea22ff6ba4f017fddacae89cebc53986dc90 3,148 1.00/1.00 vMB 35
790,073 790,073 00000000000000000000bc086a48a03bf8608da2ada37b273b7c603c38df6b28 3,758 1.00/1.00 vMB 31
790,072 790,072 00000000000000000004c84de699c62ca76e6abaa209a55f66ed9d0f9ef9fbd9 3,260 1.00/1.00 vMB 55
790,071 790,071 00000000000000000002be61a4cf489d8783018d09fc6471be7fb8e640e419ff 3,466 1.00/1.00 vMB 45
790,070 790,070 000000000000000000055b30f5ec5c3ec88710c04ff144ccf1af99cf72110d60 3,344 1.00/1.00 vMB 65
790,069 790,069 000000000000000000043becd4a7a795e7b049f1f4890f57e8ec5b923e21db3c 2,964 1.00/1.00 vMB 92
790,068 790,068 00000000000000000004224c16f0e1b45f27c6b74dfae381710e8284777e68a3 3,210 1.00/1.00 vMB 102
790,067 790,067 000000000000000000020b47911de7b8ddb8989ad27bd3f21b41b7897bdc4337 3,156 1.00/1.00 vMB 111
790,066 790,066 00000000000000000003bf4c79170497863bf950c447e03552dd0ed46a3d63b2 3,537 1.00/1.00 vMB 30
790,065 790,065 000000000000000000033ab7845d612268742c636190f0d2ceb0447c2053ce89 3,243 1.00/1.00 vMB 41
790,064 790,064 000000000000000000025fbecb1a79dc4c7aa0ebc9121217c9ed94679bc3518f 3,769 1.00/1.00 vMB 65
790,063 790,063 00000000000000000002d0117659a06a7712d3d247447cd1efa346cf10b365b3 3,506 1.00/1.00 vMB 80
790,062 790,062 00000000000000000000c630aa2114d29ae8e777eaae9fe60019a9b42d5c6c3e 3,148 1.00/1.00 vMB 85
790,061 790,061 00000000000000000004b627875f03a09d30ac79abf8ff6560602f93d00c9f78 3,470 1.00/1.00 vMB 75
790,060 790,060 000000000000000000059b272f0ffe6b82cacf5e9b03d7b54200c52ee1b9ecc7 2,580 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.