Loading Tool

Explorer IconExplorer

Memory Pool

76,885 transactions
28.55 vMB
0.06309537 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 6684c49a428e9499f6eea1352dc6a4451dde2fff58971340498528a8bcd5903a
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (70,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,079 845,079 00000000000000000001105cc7dd63d1d2dbfa036cf6f0a1536216b1a2b58cb7 2,915 1.00/1.00 vMB 14
845,078 845,078 000000000000000000026fe07bd344156135db4810551f519a4036fdcf54b48f 5,247 1.00/1.00 vMB 10
845,077 845,077 000000000000000000006d7485e89a79df83e11ce03362c2462ff114a00f3060 4,638 1.00/1.00 vMB 11
845,076 845,076 0000000000000000000240c0df18aa909db801e872a7687010d6569d11beeb1d 6,477 1.00/1.00 vMB 10
845,075 845,075 00000000000000000002cb8ba9787eade2cbdf9d4c44ccc745cc56d369db0468 3,225 1.00/1.00 vMB 12
845,074 845,074 00000000000000000000574d54efd32827a478b91461b3fb66ec3779df9f415c 6,989 1.00/1.00 vMB 9
845,073 845,073 00000000000000000001f8d0dddc0bc49a546949d2fb0dbd6d6d70bebabfdbe5 7,122 1.00/1.00 vMB 8
845,072 845,072 00000000000000000002c0ebd8d1b0c425502962707984474bb5359bc4c20d02 6,313 1.00/1.00 vMB 10
845,071 845,071 000000000000000000028c945939cb17c618935f1e9ea38356d87cc993f5f891 6,592 1.00/1.00 vMB 9
845,070 845,070 00000000000000000000c327f6099d03016237da4eb7bf4a5e19055d5157bb7c 4,780 1.00/1.00 vMB 14
845,069 845,069 00000000000000000000cea3d60fb191c319dc53142dcfb05a6ec1b831440e98 6,521 1.00/1.00 vMB 9
845,068 845,068 0000000000000000000030aaab699b179894ab3c956f161c52a824e28c096f77 5,199 1.00/1.00 vMB 11
845,067 845,067 000000000000000000010e7465e4a4a22ed9a2b2cc9f236421286bd94f6c19bf 6,902 1.00/1.00 vMB 9
845,066 845,066 00000000000000000000ddb3e0cc713788e4d51bdf35d0a00c8a094cc268ee7d 6,034 1.00/1.00 vMB 11
845,065 845,065 00000000000000000001c0f1e1634470da3798dde21c9f09f9ccc484dd185fbc 3,567 1.00/1.00 vMB 15
845,064 845,064 00000000000000000000d18acf30e089ebf5ce8a5ce9680527330f48ee12a8aa 4,533 1.00/1.00 vMB 14
845,063 845,063 00000000000000000002fdfd253594dda380318ea8de2960a79099f880f8f2f1 3,827 1.00/1.00 vMB 12
845,062 845,062 000000000000000000026fb2d3b6f80f9ce0c53c173e8819ca08159f31c2c44e 5,768 1.00/1.00 vMB 11
845,061 845,061 0000000000000000000156406d60c71f8e39dddb19753dd3c72e5626a344d0cf 6,957 1.00/1.00 vMB 9
845,060 845,060 00000000000000000003228350b4d52f2876b7d9cc399be77e0b9b6d612faa12 4,095 1.00/1.00 vMB 11
845,059 845,059 00000000000000000000cba379949383b015d853cacb6dbd2d9816204f9e0f8d 4,804 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.