Loading Tool

Explorer IconExplorer

Memory Pool

37,169 transactions
29.20 vMB
0.07013943 BTC
Random Selection Loading Transactions
Max Size: 146.17/200 MB

Candidate Block

Mining Attempt 30e78a31bd7054e9e41c251c7827dd3aa83e55dfa57afc82419735179cd80292
Version 20000000
Previous Block 0000000000000000000154432778d3ce55464a127ffd8bbd0334965e9f3a2a3b
Merkle Root e3fae916ff69746f3965d4ac4923e1bd19016d91a3f23733c6a66925dc0958cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,198
Size: 1.00 vMB
Total Fees: 0.01201118 BTC
Feerates: 44.54 > 1.20 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,524 (803,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,521 111,521 00000000000073d3b4e60470d7163051c30727b0b6f3062ebfa024515586e0a5 12 0.00/1.00 vMB 0
111,520 111,520 00000000000106b0c3666b93f6a145ea62ef80f6947562790140506d4692f8a5 11 0.00/1.00 vMB 339
111,519 111,519 000000000001090b7c6cafaeebb78f50cafa98f57b3e288e931b466fa2fe792e 10 0.00/1.00 vMB 3
111,518 111,518 0000000000002f718d0da9c8b5d93141a647b2d63f6a238ca7997226a1a53575 12 0.00/1.00 vMB 705
111,517 111,517 0000000000004aff59a137631fdfa7aba0e725eb37e8fc361e7867ffd649cf1f 12 0.00/1.00 vMB 713
111,516 111,516 000000000000977ceae3cc219edf9873fa64b5a125bc06f9cef5fbbacd99dec6 15 0.00/1.00 vMB 1,864
111,515 111,515 000000000000da341e988718911052b104775761d5ada8a17b2635eae7fa1c31 11 0.00/1.00 vMB 0
111,514 111,514 000000000000a66d431180bc3ed27593d666fdd855077afd0cf3eaa655a86b41 12 0.00/1.00 vMB 0
111,513 111,513 0000000000004841a81582862d1bbde343ac770d6d03c2698f456deaec72191d 13 0.00/1.00 vMB 348
111,512 111,512 0000000000010d79cfd2e0a0c578d3446b7cf1152e6fa5474fdaa91c7899d982 22 0.01/1.00 vMB 2,570
111,511 111,511 000000000000840cb980f1eaf3f373e26ee9b92667092952c6464dc908a5f87f 18 0.00/1.00 vMB 2,280
111,510 111,510 000000000000255a4798e5572af86be8500923f668105f56037bfb561082e470 1 0.00/1.00 vMB 0
111,509 111,509 000000000000aa3426fa8f05f4c8564aca3ce888e6b7b38986b83aff9b740b1b 18 0.00/1.00 vMB 2,102
111,508 111,508 000000000000d44e46b002bf227c5f099dd0b455d0cc184694fa455496915eba 11 0.00/1.00 vMB 0
111,507 111,507 00000000000077bfbbb3e803288905ebc6b122d82e2a6034fd44615a18e1aac9 21 0.01/1.00 vMB 766
111,506 111,506 00000000000052006595a74865f0001c2b8b635233871ea99581eb67d6c5f6ff 12 0.00/1.00 vMB 352
111,505 111,505 0000000000010255a6294fd708c7529efc79e70e6cd8200326316e3f79ad3754 9 0.00/1.00 vMB 1,226
111,504 111,504 000000000000a5c70cc86ecf4de3e1b5a1bb698495b9ced6b17d574232bc6642 251 0.06/1.00 vMB 3,737
111,503 111,503 000000000000bc6584d5172db7e5f79a8c43595037964b3b90ddfe4792be88a8 12 0.00/1.00 vMB 349
111,502 111,502 00000000000117d2f55a5492632034394ae8a6c064757a8dedf1406c184d11f7 1 0.00/1.00 vMB 0
111,501 111,501 0000000000008e43fbb7feccccc557b5074e0b8ee2df72507b72fe2959523b9d 5 0.00/1.00 vMB 1,864
Previous 10 blocks ↓
Total Size: 781.54 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: 619.93 GB
    • Received: 11.21 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.