Loading Tool

Explorer IconExplorer

Memory Pool

81,291 transactions
30.15 vMB
0.09016313 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 7b3d8ad31e0fbf7f5aa6b98ed27f8191f1468d211e33f5eb5c949174e04b81ab
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 892c71a92cab98827e03554026efe14ea29a0e7536822902d3f3052ffce9db6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,057
Size: 1.00 vMB
Total Fees: 0.02844876 BTC
Feerates: 397.50 > 2.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (436,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,092 478,092 00000000000000000015d23c790458a4da1cef3ba57d0f3a9574ce699a0debef 700 0.34/1.00 vMB 141
478,091 478,091 0000000000000000002c12a460f72ee695d455c41e51e324ab20acb090a16427 755 0.40/1.00 vMB 129
478,090 478,090 00000000000000000097ecfb2d1ac0571ffe0cb9f382f5f0d7d1bd6d6e2b4643 229 0.11/1.00 vMB 133
478,089 478,089 00000000000000000125f3f0da119744fa30ba03d9c6285942b3a73d6490d654 688 0.47/1.00 vMB 126
478,088 478,088 000000000000000000ff9ced6887c895904eb8e8b32ef205d7178acf15dc9cb6 368 0.17/1.00 vMB 110
478,087 478,087 000000000000000000c4abb8839ea8c60b2a716386880c13cddab173a8a944c7 1,657 0.94/1.00 vMB 136
478,086 478,086 000000000000000000a568dff7baa40a86631783115ce8a4069ddf860ad0cde7 1,066 0.75/1.00 vMB 107
478,085 478,085 000000000000000000fadcf9a1963c965e928916bcef573ae692ed6e0554dc0e 846 0.45/1.00 vMB 130
478,084 478,084 000000000000000000b186e2d3deb461d80ccd30d8d38507bf89f7d79c7d8e77 995 0.49/1.00 vMB 141
478,083 478,083 000000000000000000f3d1cceee8ed41e1fa5af44309137252b285120411d25f 1,359 0.85/1.00 vMB 111
478,082 478,082 0000000000000000003d1f544868fdb277d362115c0eef9c8823e151067fce8f 638 0.45/1.00 vMB 123
478,081 478,081 000000000000000000463c6f0b6a9a4726119da3c72837ca11a7c575cc0e3685 1,402 0.99/1.00 vMB 84
478,080 478,080 000000000000000000b66f54c4cfa67100858b1e196966249045cf4556609b49 1,134 1.00/1.00 vMB 88
478,079 478,079 0000000000000000008bcaccbe57c1c4ab911f27aa846e9b03025bac86ed3ae8 1,470 1.00/1.00 vMB 152
478,078 478,078 0000000000000000008f5bb83a9aec2b5275839e2e091091212c7a46e2c77cb5 1,733 1.00/1.00 vMB 165
478,077 478,077 000000000000000000087ef3269891585de7f27ad6ffb1943239b577a2972c1f 1,410 1.00/1.00 vMB 154
478,076 478,076 00000000000000000060f79c62f89d7d17d8b1a94ec37fe8f59372390f412785 1,288 0.74/1.00 vMB 70
478,075 478,075 000000000000000000dee3ed3e4a1a97a4a9bfb9783041b099520c323c8b5c16 1,659 1.00/1.00 vMB 110
478,074 478,074 00000000000000000107aeffae54f814e41d72362c2a35c1594cdfb76044fc91 1,760 1.00/1.00 vMB 196
478,073 478,073 0000000000000000005ff23274a180f8fb4ea59a4c8784b82d961f41f18c381e 872 0.45/1.00 vMB 134
478,072 478,072 000000000000000000bd3376d7ce76b9e59eb07479b63e48866c50689f08f9b4 487 0.34/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.38 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: 664.38 GB
    • Received: 14.97 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.