Loading Tool

Explorer IconExplorer

Memory Pool

78,258 transactions
29.35 vMB
0.06517882 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt acf96d656161fb6dfb96d1c16ae7155c1d693a5fab75ebdccd33f2dfecbe1922
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 7529209527ab11c295a6b34d7ff92760a4ed823acce65525b91266accb782f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,169
Size: 1.00 vMB
Total Fees: 0.00571094 BTC
Feerates: 50.25 > 0.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (177,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,085 737,085 0000000000000000000427728e133dc3f64cf7aeeada5409027999159c1252e1 2,274 1.00/1.00 vMB 10
737,084 737,084 00000000000000000008b0c455fff76695b10d9756bc997eaa7e09411f17f8f9 2,197 1.00/1.00 vMB 9
737,083 737,083 000000000000000000014a55f831f5995dd6ee9e1a87190679d8a04ce2ab8a2b 2,896 1.00/1.00 vMB 21
737,082 737,082 000000000000000000077697db541caa70fe5302111ecca871f5ab8031d687f7 1,075 1.00/1.00 vMB 16
737,081 737,081 0000000000000000000108a9f7c552a6871ae666c21e0de41fe92c6b7874b6d3 3,042 1.00/1.00 vMB 16
737,080 737,080 000000000000000000040c607b9425e3f29cfee70721a205569d8c80a8850188 2,815 1.00/1.00 vMB 14
737,079 737,079 00000000000000000001a0d5352efc67c1cd83535b91fa31b5b8f589fce2de18 3,068 1.00/1.00 vMB 8
737,078 737,078 000000000000000000028001aee0cdb8038a4bfacb9b79940045ef4821dd1b0b 3,057 1.00/1.00 vMB 15
737,077 737,077 000000000000000000073f1731c1091b9b712d8a11cbcad3f75e5791ce046a14 2,713 1.00/1.00 vMB 10
737,076 737,076 0000000000000000000515358cbadb0fd406d44676e46ad82658522caf8a1047 1,892 1.00/1.00 vMB 13
737,075 737,075 00000000000000000007eec63e30d7629a9dd6dbb2cf438c0f53888d93247f90 3,645 1.00/1.00 vMB 11
737,074 737,074 00000000000000000002c5c1cc7d603c01c3b0e237f1bc15c06881ddafb07faa 2,942 1.00/1.00 vMB 20
737,073 737,073 00000000000000000005c34f48dfdbbea7418c339ce93f140e7e73d007efc3c7 2,073 1.00/1.00 vMB 16
737,072 737,072 000000000000000000020bc9ac4770c6d8bc836d1c9c7a08ce44b28c43e1caa6 3,369 1.00/1.00 vMB 23
737,071 737,071 0000000000000000000587a85d0a85fd0366feca195abf2fa3f44043c9acd3b7 2,699 1.00/1.00 vMB 18
737,070 737,070 00000000000000000007f1d98526f75545c5083e78672609830a3c62f0967987 2,673 1.00/1.00 vMB 16
737,069 737,069 00000000000000000004ee3b2097060d66f761bed3a4ddadd903159af6c2b17f 2,698 1.00/1.00 vMB 18
737,068 737,068 000000000000000000002cdf95c5e60d30aa685e9149f400b9aff2aeef865ef2 2,738 1.00/1.00 vMB 29
737,067 737,067 00000000000000000008f931d20cfc7235c9e1111863d387681a52ac056b3e83 3,287 1.00/1.00 vMB 23
737,066 737,066 00000000000000000001dcb2ee951fd57de7dbf5130c6d62d9a00ea0e72735eb 3,036 1.00/1.00 vMB 15
737,065 737,065 000000000000000000041ea28049f72e094f3c11f3ef87b3252d57d2b1e50ad7 3,905 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.