Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
30.09 vMB
0.11440889 BTC
Random Selection Loading Transactions
Max Size: 179.70/200 MB

Candidate Block

Mining Attempt bd5528dc4f91fb59ed3f0e9ceb839d1cb9132532ef33541ea9274194e4978ee8
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 0eb4c94d20f1ed3142ecad9a1bf5894ade3ba8d027ddfccf4a58351b04c3e95d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,639
Size: 1.00 vMB
Total Fees: 0.02839592 BTC
Feerates: 107.93 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (231,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,999 683,999 00000000000000000004c705f7b40129aa74ac5f62542b7aa1302d7c29f86afa 2,013 1.00/1.00 vMB 60
683,998 683,998 00000000000000000006a6778edc21331fe6afa59ada63eac4a03a69d76f03ec 2,647 1.00/1.00 vMB 77
683,997 683,997 000000000000000000083846e1417b729acea067f427d5907e9f59f55a3c64ff 2,480 1.00/1.00 vMB 62
683,996 683,996 0000000000000000000190957ad5d62499ef8c8da853a0f6ce6b4e0ba77ea06b 621 1.00/1.00 vMB 62
683,995 683,995 000000000000000000007fae85e6dac06817f0b1666a4349bc19181fc9fb1987 1,254 1.00/1.00 vMB 64
683,994 683,994 00000000000000000003621aa423f92fc14e32769d3a5f99ed52f13f28edc12a 2,574 1.00/1.00 vMB 67
683,993 683,993 00000000000000000001e5ef38f09ef693c41ba77169fbdcdd16a8ddb3ae6904 2,990 1.00/1.00 vMB 81
683,992 683,992 00000000000000000003262c51e7bcc7172961622d09c8ed3b8223ba4762d6b7 2,721 1.00/1.00 vMB 74
683,991 683,991 00000000000000000004a802f9414cd6716bc1a71b450328ee0941a895f311bf 2,771 1.00/1.00 vMB 110
683,990 683,990 00000000000000000008601e3edbaf73d38cfe624c467ea969991b0abb66ea00 2,389 1.00/1.00 vMB 68
683,989 683,989 000000000000000000048c9a6f8dbba2278d938ff5bc07c9cd1b7696bd1073a8 2,214 1.00/1.00 vMB 65
683,988 683,988 000000000000000000038ab1e3ba04ab31934246dcce01978595a53eea0e5808 1,551 1.00/1.00 vMB 60
683,987 683,987 000000000000000000098e6bb9e2b0da7a0b4f5650aa71cc312cfa230949bf81 2,908 1.00/1.00 vMB 84
683,986 683,986 000000000000000000098b074f96a932c2e70e32a8b3b6a5cb097b257f91c013 1,290 1.00/1.00 vMB 61
683,985 683,985 000000000000000000034f0599b2a21fd78159e982c1172f3add98588d9db509 3,069 1.00/1.00 vMB 83
683,984 683,984 00000000000000000008ea4d84ca92d140cc56ab2ed93d2ee5de035e03e7124c 1,722 1.00/1.00 vMB 70
683,983 683,983 000000000000000000065ac9cbc48e7fa0059d4f07c2f2f5f1612238827197f9 2,391 1.00/1.00 vMB 74
683,982 683,982 0000000000000000000747c7c801a8738e5c6ae0bd22d007ee139555cf8d9ec4 2,318 1.00/1.00 vMB 63
683,981 683,981 00000000000000000007d8bcb15d2d50622e939ee6bed32cf4d5cc1bed666ee3 2,834 1.00/1.00 vMB 78
683,980 683,980 00000000000000000008c555caffd0c89a1641a9284c7969265df80ad8fa6b84 2,877 1.00/1.00 vMB 92
683,979 683,979 00000000000000000006292abaa16279801a3bef71302ea1a788e27bc83e6dd9 2,400 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.