Loading Tool

Explorer IconExplorer

Memory Pool

80,750 transactions
29.75 vMB
0.07202883 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt 01d9197e4ec9f2ed217a0bdd3ed503d9c76ae2e048ff10545918d29ab2059406
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 5ff1a0f77b9eddc7d8ff0d8df2ae3d95162f6027ca84f75a657ed600e9875368
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,006
Size: 1.00 vMB
Total Fees: 0.01138349 BTC
Feerates: 100.14 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (551,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
363,213 363,213 000000000000000006f90eafb7111f4caea1f792fe535fdc1c2251bc4514787c 664 0.75/1.00 vMB 15
363,212 363,212 000000000000000000b324af7bab093e66b7433045a06babeb6b47e735325639 1,349 0.93/1.00 vMB 21
363,211 363,211 0000000000000000140a794858435f4bb994374dbe83e746eefc51e7628723d9 2,143 0.75/1.00 vMB 43
363,210 363,210 00000000000000001236357d13390789ad5a1b56f6198aa3a62c05a374e86dcf 2,394 0.93/1.00 vMB 40
363,209 363,209 0000000000000000129dec64f63611dc737b87331bb165740fb5552a92833a12 499 0.75/1.00 vMB 21
363,208 363,208 000000000000000007da96792e98f1863b34b9fe3e2527e0f731ab8d76450b80 2,039 0.93/1.00 vMB 40
363,207 363,207 00000000000000000c51793e1f2f6b9bd82dd1579b3e4207e70a0aa8fb953c80 1,068 0.75/1.00 vMB 27
363,206 363,206 00000000000000000d60f403b7abff5fd45ffcce1623a67e31c7f73b56f4b0a3 1,381 0.75/1.00 vMB 41
363,205 363,205 00000000000000000106574b938c00d9fb8cf033f06eb44dcfe1a32f68f5c8ec 2,196 0.75/1.00 vMB 34
363,204 363,204 00000000000000000af6284190c13eeee06610488b3492fa7671d9cdf1cb8e6a 879 0.93/1.00 vMB 80
363,203 363,203 00000000000000000ba958113f830ceb66d8005ef2dba331f46a58cc487e4561 131 0.75/1.00 vMB 97
363,202 363,202 00000000000000000b351c83f08d2db01abea308712bcb1f60d6caaf6694eaf9 2,348 0.75/1.00 vMB 43
363,201 363,201 000000000000000010d171a21cab5a36167ad25437461463ba2392bd4b156bc3 1,643 0.93/1.00 vMB 55
363,200 363,200 00000000000000000eee619db9d6395995bc6ff1469bf7dea251eb72ee46e23c 1,637 0.93/1.00 vMB 54
363,199 363,199 000000000000000001e65a8804c7d97ee1fd52394632bdebdaf402935dcddeec 1,240 0.75/1.00 vMB 50
363,198 363,198 000000000000000009adadafe544e2de4d304880afa9e801783334e74243ce58 2,274 0.75/1.00 vMB 41
363,197 363,197 00000000000000000f6c960aed5929a1d3920cf6448fdbeb539b9ee4ca52a25c 1,594 0.95/1.00 vMB 52
363,196 363,196 000000000000000005391cf62e899a11938c65910847e751cf7fb4a186618a50 1,290 0.75/1.00 vMB 54
363,195 363,195 000000000000000014d2b8de865ed918d6277da4c19af542a1d6ccebac06638e 1,128 0.75/1.00 vMB 48
363,194 363,194 00000000000000000d0b2a46a6d8b95229be73f6e2cb6c79fd7067f958d06ee7 2,084 1.00/1.00 vMB 33
363,193 363,193 00000000000000000a8035a5b4abefdec21d29cdaa50684d90154dbb8be9d83a 1,660 0.95/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.