Loading Tool

Explorer IconExplorer

Memory Pool

74,412 transactions
28.69 vMB
0.07575744 BTC
Random Selection Loading Transactions
Max Size: 169.92/200 MB

Candidate Block

Mining Attempt 24ce1639d1a06d416fc81094770f8c7410d1798cd988f980e84882b1a8b3a924
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (518,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,691 396,691 0000000000000000042f13c4aad0390e1bfc602134817fbcbc1756dea85e014c 2,374 0.93/1.00 vMB 59
396,690 396,690 000000000000000003cbeeb274d1cacc534fecfa4a92e743693d7aab8a552d7b 2,054 0.93/1.00 vMB 37
396,689 396,689 0000000000000000065c4f04c78aa0bd550bc022b731a1714258f9eedd9f0660 2,439 1.00/1.00 vMB 51
396,688 396,688 0000000000000000035a0b3db23465f628c6051e7fb1ad5fc8e7bb8871d75308 2,200 0.95/1.00 vMB 38
396,687 396,687 0000000000000000058db53b222fd0d9bf80ca487a905a8940e38a776ea9c1f7 2,326 0.95/1.00 vMB 65
396,686 396,686 000000000000000007c01a6c86e06e2855d7d60442be4d713de7a5a6452d2c7c 649 0.99/1.00 vMB 12
396,685 396,685 000000000000000001212d4384d939ca026d50bb75e9cd7283164fb73d4d4111 1,209 0.93/1.00 vMB 23
396,684 396,684 000000000000000006cb57197451576a2565c76bd9b559b52b804725a6d719a1 1,539 1.00/1.00 vMB 21
396,683 396,683 000000000000000003d3389262a55217e9286c6c398ea8d9c91b49cbb9261ad3 2,754 0.99/1.00 vMB 50
396,682 396,682 0000000000000000001e7d9e5bf68fda5332ee606963b407353fc8b0f1f4d38b 1 0.00/1.00 vMB 0
396,681 396,681 0000000000000000038ce1d73d8b85de0b1e641760a3216aa4db51f46d4bf353 1,739 0.75/1.00 vMB 50
396,680 396,680 0000000000000000024225c5335545b2f812011a2949abb4e0cd2778389026ee 3,093 0.95/1.00 vMB 58
396,679 396,679 00000000000000000217e43a7e64b16cb82d579b4797d76cb287e79dd864987e 810 0.69/1.00 vMB 25
396,678 396,678 000000000000000008a1ba9e56ff45d337e062de6ed717b25ecf332a5b90164f 2,746 1.00/1.00 vMB 48
396,677 396,677 000000000000000003cf595a399167c23fe558011e21d3823a913a3226c1e6e8 1,541 0.99/1.00 vMB 28
396,676 396,676 0000000000000000040b96d694b300d9459287819004c5e4e6b51b7b81f37492 1,330 0.95/1.00 vMB 22
396,675 396,675 0000000000000000001d9c4c6621cda6642c10ca7b5050ae1e78131075058aa3 2,709 0.93/1.00 vMB 50
396,674 396,674 000000000000000003de1e6b6a7aa0d4bcdf36537c7386ebd6628ee9cc9b8399 1,048 0.71/1.00 vMB 25
396,673 396,673 0000000000000000062888caf7d52b0f40bf43a67ab63b579f303ed1d35aa977 2,438 1.00/1.00 vMB 48
396,672 396,672 00000000000000000893f1cc4cb6711c67a5650bd9a6fc9a941b3322ee9d78ad 381 0.59/1.00 vMB 13
396,671 396,671 0000000000000000003fc7ddd05e1f1e630c24eb5d42dae778d33e3c689a724a 1,649 0.95/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.