Loading Tool

Explorer IconExplorer

Memory Pool

80,839 transactions
29.86 vMB
0.06880293 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 99c53ef2beaffd064d5b8df1df88131f00ef8f01f5c3e20d2f6194d84d83a6f2
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 9235a1306ca643ff4e2fedcae8ed7bb52aab1aca0947914406da198eea084d51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,529
Size: 1.00 vMB
Total Fees: 0.00795056 BTC
Feerates: 34.33 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (417,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,769 497,769 00000000000000000034e15767c3d5a06a6499e7d05d679efc70dd3cb4a4176d 2,167 1.00/1.00 vMB 122
497,768 497,768 00000000000000000048d2807897bbf33fd9bc9b5e45828b2bfc3e2297d3c89f 2,175 1.00/1.00 vMB 145
497,767 497,767 0000000000000000003f055d9d8307b5f01208eadd64183764180bcba1d6ba9c 2,746 1.00/1.00 vMB 125
497,766 497,766 00000000000000000035c01efa2b8e917d3cbd6814bac91aefbbbe3b1545df17 2,386 1.00/1.00 vMB 121
497,765 497,765 000000000000000000af3945641336d8bfce296726e19360502224230d026ea5 2,331 1.00/1.00 vMB 121
497,764 497,764 0000000000000000003d28db7f8a9c496a4e51088b4764ac032988a7c3c4b317 2,375 1.00/1.00 vMB 156
497,763 497,763 0000000000000000008757b28b94407dbff5c601349ddb7ae295fc8fe6100212 2,606 1.00/1.00 vMB 121
497,762 497,762 0000000000000000005ba6561dbc407d30cc61af3823ef24305165604eb7c946 2,303 1.00/1.00 vMB 131
497,761 497,761 0000000000000000009872cddd3f963c17991c768b6c528359c3a99eeb5b1063 2,393 1.00/1.00 vMB 188
497,760 497,760 0000000000000000003537e448dd733842b8898540fca141dfaf8950c8062ec8 2,125 1.00/1.00 vMB 141
497,759 497,759 00000000000000000085cd989d3abb23375a0c66c77704225bb4108183d5a72a 2,412 1.00/1.00 vMB 197
497,758 497,758 000000000000000000c68eb1285c94d4dedd58d02323150034eefc3a7c9c5fc6 2,616 1.00/1.00 vMB 116
497,757 497,757 0000000000000000003a56d72a65826fbfc775e8e47d1d4d0b32130eef416a36 2,556 1.00/1.00 vMB 130
497,756 497,756 000000000000000000af99f0fe511018f117a8e9fbc62f289bfb7f992eb36706 2,302 1.00/1.00 vMB 130
497,755 497,755 00000000000000000047467dfa788e03c0ac6dbd4d6d842cc993263ba0a44887 2,428 1.00/1.00 vMB 183
497,754 497,754 000000000000000000c81360b578ad62eb52b3abe599ef7654864769403bd97b 1,901 1.00/1.00 vMB 127
497,753 497,753 00000000000000000013b33ca2f385f288ea7972b4a4ff3f782a1ed82b311253 1,557 1.00/1.00 vMB 138
497,752 497,752 00000000000000000060af85a1acc9b11ea0a9f5d63f8cd59ae6a5a3280c5ed4 1,687 1.00/1.00 vMB 132
497,751 497,751 000000000000000000458290ce5df62fcc950dcb93c2b58fe51ccf3d0a237c1d 2,242 1.00/1.00 vMB 169
497,750 497,750 0000000000000000007552f25061bd741428f419bdd029cde18fd3d7a697c8ad 2,325 1.00/1.00 vMB 207
497,749 497,749 0000000000000000004bf0eda78cd3a7097dac14c7b43071ad2a9429359a2659 1,900 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.35 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: 662.20 GB
    • Received: 14.84 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.