Loading Tool

Explorer IconExplorer

Memory Pool

38,467 transactions
31.50 vMB
0.07922211 BTC
Random Selection Loading Transactions
Max Size: 156.36/200 MB

Candidate Block

Mining Attempt 0cc022f12d3de1e7008a34a1c3ad8ea4a618ff940142a7a25cab447c559bcf91
Version 20000000
Previous Block 00000000000000000001038ff6006ec53e65a3cf7a999848f50701fb06387fa4
Merkle Root de40cba4223cc97ee1b8b88f7c1507ddbf8280d3482e1462fbf589165f8ee4e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01487715 BTC
Feerates: 160.84 > 1.49 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,330 (748,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,017 166,017 00000000000009b6ad49d8b1490a8b6a97a5203b0b60f73160e38e8c36ee59c6 5 0.00/1.00 vMB 0
166,016 166,016 0000000000000742daf677394f6545963ad70fd6f574c48d6444fc423bd7e1fc 7 0.01/1.00 vMB 184
166,015 166,015 00000000000005a4747e22949c712e6187fe8b1b452d915f04e32f40885a4ccd 7 0.00/1.00 vMB 3,910
166,014 166,014 000000000000098c417f5682aa41164fbd8349086e447adee7008e442e0dc6c9 36 0.02/1.00 vMB 67
166,013 166,013 000000000000087fe0fda3bc9c1deffc8b1b7a6a418e07dcba74f5c47f0d58c8 1 0.00/1.00 vMB 0
166,012 166,012 00000000000008840792c9261e16b14780d1df7164ea921f878ad69abbb64219 69 0.02/1.00 vMB 4
166,011 166,011 00000000000003aee674b3a0a2430a9fef3969574186f7601ac07f3693387055 82 0.03/1.00 vMB 64
166,010 166,010 000000000000061e8e4e15f7db404821025d37484033050852ce2cf09b2e272f 7 0.01/1.00 vMB 97
166,009 166,009 0000000000000bbfd7767908f44fdd7d37495f60376b8f118288e4c52c4f11eb 18 0.02/1.00 vMB 4
166,008 166,008 00000000000005c80f58b1e15c46c7699b6d72a5b8f32f6c358537c1693a8a4b 45 0.02/1.00 vMB 169
166,007 166,007 000000000000008a9e0396d6164a76924f36cfbdf200729da48bf3072e47d603 2 0.00/1.00 vMB 0
166,006 166,006 0000000000000274bc94cf400f1cab39bf40fbebc5c64352b16d91e727d46a35 58 0.02/1.00 vMB 104
166,005 166,005 0000000000000bb561033344859646c0a5df37aaef1066749ccbc2f2c87ac53a 87 0.05/1.00 vMB 40
166,004 166,004 0000000000000bce359c5e0d97e06394dcfd795071cd8a5f86c40e60df878095 77 0.04/1.00 vMB 128
166,003 166,003 000000000000011ffd5fe687dc2a6352a4fa2b809307b06b1fedccd0df5b9def 8 0.00/1.00 vMB 12
166,002 166,002 00000000000005bfd564b18f15f5516de8dce9eb6100ccacece891d22360b0e4 42 0.02/1.00 vMB 158
166,001 166,001 00000000000003dddc13fe8cd12a0b31f6a7c23a42da5052c3d65ab4b764a84c 77 0.02/1.00 vMB 96
166,000 166,000 00000000000003b3402f35327d144a465f3768d6e6cb06cd8a2d8fc1328b2477 43 0.01/1.00 vMB 112
165,999 165,999 00000000000006108258d6d8bd093304e6c6ad523ac2a788ee59ea4b9c78c9a8 50 0.02/1.00 vMB 624
165,998 165,998 000000000000029c25b163c564d1fe955b4b211a0287e12be1d5c80a70a1575b 64 0.03/1.00 vMB 42
165,997 165,997 00000000000007ea97e161f06817c9e8c080d218c1b73c5b9947137abca477a2 11 0.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.18 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: 582.91 GB
    • Received: 9.32 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.