Loading Tool

Explorer IconExplorer

Memory Pool

79,263 transactions
29.39 vMB
0.12556667 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt 842b70a10a9b9537388b2e58d5d79779c061ad1e490f2624f088e2cc44a6c028
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f593b1ce0f919c788f0af38f90e4fe1ad0ca28c292e70ff0e0d8119bed71f90c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04566807 BTC
Feerates: 150.80 > 4.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (405,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,263 510,263 0000000000000000001d52f15686fb085c2eed74876b3bc8aeb9906b4aff08a4 275 1.00/1.00 vMB 5
510,262 510,262 00000000000000000006e502155e10627b4c894b94e6ed122405f26ff7b82f95 2,335 1.00/1.00 vMB 12
510,261 510,261 0000000000000000005c311662e7b03a11de27cc5c64e8445adae2e55d63ad32 2,443 1.00/1.00 vMB 69
510,260 510,260 0000000000000000005a513de8b082f83c2f18909f12204a9a9ea618e798b510 1,023 1.00/1.00 vMB 11
510,259 510,259 0000000000000000005d6c963964508faca7bd07ae7e8f4624f726b7be7c26bf 2,537 1.00/1.00 vMB 52
510,258 510,258 0000000000000000004651b7a2ce9ff054afd484e4e1ca247b9a01e2a6c01000 1,239 1.00/1.00 vMB 8
510,257 510,257 00000000000000000017b11655a62051bf789aeb143eade968361f6f5394eb29 1,266 1.00/1.00 vMB 13
510,256 510,256 00000000000000000051569d61286705d100259d27aa1d17f9ef612872bb46be 2,431 1.00/1.00 vMB 24
510,255 510,255 0000000000000000000a8fc1ad22c8498851a19134750c2da049909895a4fd39 2,286 1.00/1.00 vMB 61
510,254 510,254 0000000000000000001889313542647e27474da25e0e2029225ca18e9cbbd8d2 2,527 1.00/1.00 vMB 63
510,253 510,253 0000000000000000005b9306c9bfdf666df5f0b1cf2bf4c452c9faa6ac4e93aa 597 0.27/1.00 vMB 64
510,252 510,252 0000000000000000003fdd98174b076f9236afd8dc880d584602b808c94dd231 2,607 1.00/1.00 vMB 41
510,251 510,251 00000000000000000036ddea9d6a383a2804f59950b65dfd5c63d633c33a2033 1,971 0.92/1.00 vMB 86
510,250 510,250 0000000000000000001763aaabf9825d74748154ea0d5159e179116e450cbf22 1,194 0.49/1.00 vMB 52
510,249 510,249 000000000000000000045dbd48fe659ea04eea6fb770332391eef12a483b8527 1,739 1.00/1.00 vMB 38
510,248 510,248 0000000000000000000ce5e9045d5838fe2891307233fac06e311657a319f159 1,697 1.00/1.00 vMB 31
510,247 510,247 000000000000000000079a6eb4c5be138a39b7dd1b0e3e732da69f1620b5df4b 1,085 1.00/1.00 vMB 22
510,246 510,246 0000000000000000005a64afb7fcf159593c81977f5337a9c3096a75d31f3633 1,793 1.00/1.00 vMB 32
510,245 510,245 000000000000000000290b3c3264348b2c3d2ca723db12773581ba54490421e4 521 1.00/1.00 vMB 9
510,244 510,244 000000000000000000121afd6212dc9a36c0c2df553e7dbf068dcc75ceab0d9d 1,754 1.00/1.00 vMB 20
510,243 510,243 00000000000000000021f1d956a3735dab8708348cf79bd0b8c92e57230682ec 1,581 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.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.