Loading Tool

Explorer IconExplorer

Memory Pool

85,213 transactions
32.98 vMB
0.15739933 BTC
Random Selection Loading Transactions
Max Size: 196.39/200 MB

Candidate Block

Mining Attempt e45389c66ab2d56f151986a8da37ed64dd4a2fb74d0615f42348a3b914f3016a
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 2109c6fde85eba45beb82554fb8c6dc1485552ea115a01fc94a85430648192ea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.04874575 BTC
Feerates: 318.30 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (231,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,934 683,934 00000000000000000002fb7b239519a0d13fd1cf43d94b05bba14b39a684bea1 2,033 1.00/1.00 vMB 47
683,933 683,933 00000000000000000007064281b74378861b8bcaf2f4c1c6718d6361afc3295b 2,544 1.00/1.00 vMB 70
683,932 683,932 0000000000000000000a9fdcde5b0e0fb49d5759841fd13645618b2de0f99876 2,941 1.00/1.00 vMB 77
683,931 683,931 00000000000000000008f188b8d93e6b569e51ea8d17495da3bd0107e3c63f58 1,875 1.00/1.00 vMB 52
683,930 683,930 0000000000000000000adf786573268a4333260d61fdb06909350755b8858d6b 110 1.00/1.00 vMB 56
683,929 683,929 000000000000000000028807208d33c641bd7e2d2a1ecfd584e03a6c4e6a9247 1,540 1.00/1.00 vMB 67
683,928 683,928 00000000000000000000e72162c66d1ac1db3a2b966dc27e4a8ef4c1e4b59657 2,656 1.00/1.00 vMB 76
683,927 683,927 00000000000000000004a7005a2d61335a077673e9b110635395c3b9af2cfb01 1,542 1.00/1.00 vMB 54
683,926 683,926 00000000000000000002a28212ea54f427b7796489f75e6d8ca4eb46406708cf 2,293 1.00/1.00 vMB 76
683,925 683,925 00000000000000000006b8bdd26d63aa047e3217003ac9dfb9e57035dd6365ad 2,677 1.00/1.00 vMB 80
683,924 683,924 0000000000000000000179c4bf197356c5c40af004c95e2ff122251bc399328c 2,050 1.00/1.00 vMB 35
683,923 683,923 0000000000000000000440d2d90bb209f3f1f1f08d47e9e28232086a3d2604d6 2,091 1.00/1.00 vMB 49
683,922 683,922 000000000000000000026850588a5fa8080f601b81dba66c94bbdbfd09f470eb 1,701 1.00/1.00 vMB 66
683,921 683,921 0000000000000000000b2bc11e138226cccbe1a7d8945d3fbca7fe7b6627c492 1,473 1.00/1.00 vMB 72
683,920 683,920 0000000000000000000a1b33de4280ef35f69f32ff294792c60d007be0079cac 1,907 1.00/1.00 vMB 77
683,919 683,919 000000000000000000040468a87cb18c03e114308fa6eb2290bd52ae0ce52509 1,652 1.00/1.00 vMB 59
683,918 683,918 00000000000000000002c9ea9b0a0699ee4566f4cb45241ff1eec7923a31800b 2,407 1.00/1.00 vMB 79
683,917 683,917 00000000000000000005cbe7d1448ba1cedb6d1a3320218c88f79fd4a0f7bafc 2,583 1.00/1.00 vMB 77
683,916 683,916 000000000000000000025dfe1f63f927ccde0102eeb2a6d6c6160ca17d363ab9 912 1.00/1.00 vMB 55
683,915 683,915 00000000000000000000587b6b04f55b4a9d27056b15d88a8a865d83a743a415 1,492 1.00/1.00 vMB 71
683,914 683,914 00000000000000000003dbf78aff1fc76541fe2804bb45e0740e57523d8a5540 1,643 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.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.