Loading Tool

Explorer IconExplorer

Memory Pool

19,513 transactions
13.97 vMB
0.02404772 BTC
Random Selection Loading Transactions
Max Size: 81.02/200 MB

Candidate Block

Mining Attempt d3bf6ab7688307dea40dcdefe5ea547abfac499f48e477642e66dcc0726956c3
Version 20000000
Previous Block 0000000000000000000175e2bd4d8c3b2c59d738621069c280bda570c2b5b2a3
Merkle Root 77e7aba2c808b30afcbdd342d335ecd34ddfbde84028edeb78530259a097aad2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,900
Size: 1.00 vMB
Total Fees: 0.01001764 BTC
Feerates: 64.05 > 1.00 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,745 (25 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,720 938,720 000000000000000000017dd95c3fa2b2b514b9e0ce13fd45623e34ed98aceccf 3,795 1.00/1.00 vMB 4
938,719 938,719 00000000000000000001b7fadbbcb3e48ff360b48f0de861f4784686fe804004 3,674 1.00/1.00 vMB 1
938,718 938,718 00000000000000000001d383cb9724addf932162f89622d03ed09a7a97dc10b4 3,196 1.00/1.00 vMB 3
938,717 938,717 000000000000000000017f39c7b0aef5a828c38c6944eb2d4f8b1108b2840d45 4,400 1.00/1.00 vMB 0
938,716 938,716 00000000000000000001004e3c6f7d0d3f861e25a210fa6efa2a5c54df2ff83a 3,272 0.97/1.00 vMB 1
938,715 938,715 0000000000000000000176d32dc7d109d476e8df6c40c794bbb17d588aab770d 3,454 1.00/1.00 vMB 5
938,714 938,714 000000000000000000011c83718223b8592b670fd77579199e80f18a5516f3f7 3,719 1.00/1.00 vMB 0
938,713 938,713 00000000000000000001600d3ef5c3bc57c637662f242dbe5d517b2225a955db 2,242 0.90/1.00 vMB 1
938,712 938,712 00000000000000000000878ef3b97f11493c22d5c81f6c64aec18ab3cfa0e425 2,670 1.00/1.00 vMB 4
938,711 938,711 00000000000000000001ab687961313716805543cc31b92174c508a9ec144725 1,012 0.54/1.00 vMB 1
938,710 938,710 000000000000000000003cd1a33bf6c3f799f32ebc9e9720156374b56de24255 3,262 1.00/1.00 vMB 2
938,709 938,709 000000000000000000006f42c2650e8b77317a320af267954285e470db2a12a2 2,683 1.00/1.00 vMB 3
938,708 938,708 000000000000000000018f5ad5625d43356136c2e50c6dc18967a90a18f0af2e 5,581 1.00/1.00 vMB 0
938,707 938,707 000000000000000000001339992cc62f9a77fdd5cf941d72040711dcf1a5e616 4,431 1.00/1.00 vMB 0
938,706 938,706 00000000000000000000752c9ca41d31c1b2b688e93b1ba382ba95b937c493bf 5,028 1.00/1.00 vMB 0
938,705 938,705 00000000000000000001295a23dd9dc72a1a6fc8e06898d0fb14cd9e0abd5d42 1,379 0.37/1.00 vMB 2
938,704 938,704 00000000000000000001639e89d40d39bace8e8c92222f1586e6a631829d2fa4 4,603 1.00/1.00 vMB 1
938,703 938,703 000000000000000000013c9b054e6d8eb5b6540bf0729478f8ad9d9409aee84e 4,951 1.00/1.00 vMB 0
938,702 938,702 00000000000000000000ebc903113f0c6c2cb5691da5c2b8222c2cf73c0229d4 2,449 1.00/1.00 vMB 0
938,701 938,701 0000000000000000000131fd6adb6c21d0d2970bf013685c8e61bd516bc75d2a 3,651 1.00/1.00 vMB 2
938,700 938,700 000000000000000000002d2d7ea13f90fa57510a960c3eed68a90b5dab09839d 1,326 0.29/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 824.44 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: 4,164.81 GB
    • Received: 228.94 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.