Loading Tool

Explorer IconExplorer

Memory Pool

73,828 transactions
28.88 vMB
0.07119948 BTC
Random Selection Loading Transactions
Max Size: 174.80/200 MB

Candidate Block

Mining Attempt c92bc68d54ce9c702080341c98cd27e07223733931fa389f2b0d9a8bb3e8f34f
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root c4423e3aa8ecbcb7f883838a1f7d4dd02de32e384b32cb173bae53a5f2a36f79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.00729928 BTC
Feerates: 73.20 > 0.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (26,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,101 889,101 00000000000000000001cc564e26f41cf03fd2febab10a92fddb841a7008a3a2 3,323 1.00/1.00 vMB 3
889,100 889,100 000000000000000000016eb94efdd97d98141207f71afd320529c119d85f4e8d 3,762 1.00/1.00 vMB 4
889,099 889,099 00000000000000000002526a417fad86f97a78a70b55d27c0d12f27e53b00bc3 3,616 1.00/1.00 vMB 8
889,098 889,098 0000000000000000000068928e9aa2ce1d15db7286613c41c1df92d5d2928f10 3,918 1.00/1.00 vMB 4
889,097 889,097 00000000000000000000e9029b41aee2ec6ea8398c8227b21a66ce6af350eeea 5,243 1.00/1.00 vMB 2
889,096 889,096 00000000000000000000a41c5708300f67c5518e9e1544f090d965dfd05234ae 3,607 1.00/1.00 vMB 3
889,095 889,095 0000000000000000000243b0f9eae04619f602219c99271da9acf81ace068706 4,295 1.00/1.00 vMB 2
889,094 889,094 000000000000000000006b2018ffd17366cde4101e91f95e5488f60b5b97b75e 4,123 1.00/1.00 vMB 3
889,093 889,093 0000000000000000000209fab98021230b689bd6301f68f6335288339bd04093 4,871 1.00/1.00 vMB 2
889,092 889,092 000000000000000000007763499b214feb8dcb034c4fdfc390e7ca4304326a11 3,962 1.00/1.00 vMB 3
889,091 889,091 00000000000000000000c8a2b4f17fad4411c9bc36dfcc651ae4e0d8b89e3102 4,413 1.00/1.00 vMB 2
889,090 889,090 0000000000000000000054c9dec0cc897518f1fd22399bcab981ded67215d338 4,787 1.00/1.00 vMB 4
889,089 889,089 000000000000000000001ef89c915ed08e7c114dd6fd8635a6a1ae86faef7060 4,375 1.00/1.00 vMB 5
889,088 889,088 00000000000000000001c4d3d684df633b5243418e2e528ba1eea0a6359c4f54 4,540 1.00/1.00 vMB 2
889,087 889,087 000000000000000000016bed4d815ce6c681f0f893e38b7bfe2753c97555c68a 4,481 1.00/1.00 vMB 3
889,086 889,086 00000000000000000000d18ca3a7a578eb6c360d87a47b363b7d9adaf048ff4f 3,732 1.00/1.00 vMB 6
889,085 889,085 00000000000000000001b7ba93a3df41d214e4963710cf924b4dff3ff64fe582 3,683 1.00/1.00 vMB 5
889,084 889,084 00000000000000000001b3462894e457b75c3104b907cc849e85f77b21b6e440 4,235 1.00/1.00 vMB 3
889,083 889,083 00000000000000000000c12d4ea9565f6176acf5fed627a08febfaaa51ca9e32 5,068 1.00/1.00 vMB 2
889,082 889,082 0000000000000000000241de3081e831504e15345262ded3bde6d0a0865cf91b 4,459 1.00/1.00 vMB 3
889,081 889,081 000000000000000000002821ad2f1cb2ac2486b336782fb1994e9efd7c8e4995 4,720 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 742.96 GB
    • Received: 18.67 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.