Loading Tool

Explorer IconExplorer

Memory Pool

73,894 transactions
27.31 vMB
0.06596944 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 3e78c122c7d2c3f8da9225b9a58ea7e3f7f2f29b245cb829b0f24c9bfdfb6481
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root ba79b7f6af46b70dcc30837e1240068aae32c0c0ea79ec5725c965a6f62001db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.00790939 BTC
Feerates: 73.20 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (231,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
683,978 683,978 00000000000000000007a142ab2c9e468db30ff35a3f724e8bca8ad5d0f296a5 2,406 1.00/1.00 vMB 67
683,977 683,977 0000000000000000000570b94d99b37e8c6150ca516478e0a38a1c3eec6b3d98 2,272 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.88 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.23 GB
    • Received: 17.33 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.