Loading Tool

Explorer IconExplorer

Memory Pool

76,450 transactions
28.34 vMB
0.09452258 BTC
Random Selection Loading Transactions
Max Size: 171.75/200 MB

Candidate Block

Mining Attempt e47e9df7eb1fe84e9c80caab14b665d03ca8ca60290caf231dcbe186dd8e48ea
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root e309d3b20a91c58087b0404c175e656465e8752a4fc75ade1ca940df186f01b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.03161696 BTC
Feerates: 150.80 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (231,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,484 683,484 000000000000000000073312a7ab1d5955be89c1248c2a23e84b07d43dd7d178 2,335 1.00/1.00 vMB 40
683,483 683,483 000000000000000000080ef525ab0f400da641f7c0f77f4e6b661094392aa367 1,986 1.00/1.00 vMB 48
683,482 683,482 0000000000000000000a33756b0062a3bd27893d533cac4a87b5d5004d002c92 1,678 1.00/1.00 vMB 39
683,481 683,481 00000000000000000004bfa8c76de4df0870d99b7b34e3b5f131255cde8c7059 1,775 1.00/1.00 vMB 44
683,480 683,480 0000000000000000000033238587c4529964114ff95a884980fa0b06351e22f4 2,497 1.00/1.00 vMB 54
683,479 683,479 00000000000000000003ebe69d172838a8141677d83af6c039ae533e051a4e77 1,862 1.00/1.00 vMB 42
683,478 683,478 000000000000000000047a77b79b784eb15bf8b66dbacf50063695f6aa5c408d 843 1.00/1.00 vMB 43
683,477 683,477 00000000000000000002a459b076d251d7dfb5ae410b94bd3ddd01af6afce334 2,312 1.00/1.00 vMB 53
683,476 683,476 000000000000000000085794b6746dcc0f29011e63838f40cd7f5af0717698c9 1,972 1.00/1.00 vMB 56
683,475 683,475 000000000000000000090b38a3bddaa3ee619a329110a1586b1c503439cf2652 607 1.00/1.00 vMB 47
683,474 683,474 000000000000000000046ec321a98a424a95235dea097997707bdf14af14cb90 1,644 1.00/1.00 vMB 55
683,473 683,473 00000000000000000004d6d0e0b499378d29b0812c7d5b2b7039539cdbdc0555 2,223 1.00/1.00 vMB 51
683,472 683,472 00000000000000000005eba5d90c64067b30f721401e0bd8955d329b364b8b96 2,144 1.00/1.00 vMB 75
683,471 683,471 0000000000000000000111786b7677ce208f23c1a085edb7af4725312626180e 2,455 1.00/1.00 vMB 53
683,470 683,470 0000000000000000000688e60d254f3d914691fb84ec703b5649e3f14cc2a1ea 2,428 1.00/1.00 vMB 61
683,469 683,469 0000000000000000000a8ceb2f346212fdafb6ce879c06c1e6432162aecc95b0 2,134 1.00/1.00 vMB 75
683,468 683,468 0000000000000000000a4aea1a8f9376f22f85ca5fa25a4c700eb07fda4655b2 1,004 1.00/1.00 vMB 51
683,467 683,467 00000000000000000007f48cd1de729dd827ddf13be6b9fc1e626ab3f5bd0829 1,625 1.00/1.00 vMB 54
683,466 683,466 00000000000000000001c7199677948b4b643de510eb9035197b0d2106b18d1f 2,565 1.00/1.00 vMB 50
683,465 683,465 0000000000000000000a8d8e07da972c121dea8e5e2e80dd91ed4d647d3495f5 2,655 1.00/1.00 vMB 75
683,464 683,464 000000000000000000091bbb82b6f4fe99cf6529efc0e99b95f828b904ae57f0 1,489 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.