Loading Tool

Explorer IconExplorer

Memory Pool

77,188 transactions
33.60 vMB
0.13599474 BTC
Random Selection Loading Transactions
Max Size: 188.52/200 MB

Candidate Block

Mining Attempt 6905ece89562e3f4d6932ca4704ff5a8d3b981cc5bef6dfcecf3cb29d5a4b9dd
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 2deb73eec1b3b19499b08237fe1a28284ba412a79f5308237e42f6df4344ca9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,412
Size: 1.00 vMB
Total Fees: 0.02706028 BTC
Feerates: 100.53 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (520,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,999 394,999 000000000000000004a7c7eab9f5501974202023aadc5188e86ad817432e1361 69 0.05/1.00 vMB 5
394,998 394,998 000000000000000001cef79593fa284e41329598a585c77865c0d11d6d46cf9f 2,212 0.75/1.00 vMB 64
394,997 394,997 0000000000000000081298383fb914fe392a0ed4a2839a0991314afe9ecb201c 2,512 0.93/1.00 vMB 54
394,996 394,996 000000000000000005945f2ac72ad2b05c2ab28679214cbcd49f8aae920a0db7 1,860 1.00/1.00 vMB 35
394,995 394,995 0000000000000000031c3613a8cbbf4df82c3d8a5c523a4c79f3684717c4f7fe 1,442 0.93/1.00 vMB 27
394,994 394,994 00000000000000000162db766e732da128b330611beb88443459d064bc2bf81d 2,208 0.95/1.00 vMB 56
394,993 394,993 00000000000000000985d3ee9b023af4236431d548e6b84fa602c363be6962fd 1 0.00/1.00 vMB 0
394,992 394,992 00000000000000000794ae9aa15961fda8d90949700c4f32136a4cfa3acaead6 1,815 1.00/1.00 vMB 31
394,991 394,991 0000000000000000096d65c1fcdacdc7a4eb029ec56edf7ca330c7eaeba21a05 3,303 0.95/1.00 vMB 83
394,990 394,990 000000000000000000f68bc9bd4e9c751227c4b6a1bedb2cf13fab69c7ae9021 2,186 0.93/1.00 vMB 46
394,989 394,989 000000000000000002cfe8789fa4fd180b297c6137c567f6dc385aba058a899e 3,007 0.93/1.00 vMB 70
394,988 394,988 000000000000000008453002889f2ce80ad910a688258ac2b4b0474d7a534eb7 2,020 1.00/1.00 vMB 39
394,987 394,987 0000000000000000079f59d7c68a275beb44fab6165df8f079347f463aa8defa 2,117 1.00/1.00 vMB 40
394,986 394,986 000000000000000008f41b68d8605024ab50dce5526e6dd35ed984787208ec52 2,857 1.00/1.00 vMB 61
394,985 394,985 0000000000000000095e269b8e11c1c1d03e6d7adf1c01888cf2c0a59f3b8d24 1,063 0.54/1.00 vMB 32
394,984 394,984 0000000000000000002c3a331d63d881a3d827cde683f6c374b4cc66900ee8ca 1,192 0.55/1.00 vMB 37
394,983 394,983 000000000000000003357e9ccc2d3fe53db4d2b416bcffc9c8ca5920cc9953e7 1,602 0.90/1.00 vMB 37
394,982 394,982 00000000000000000865343ac4243aa6665b6110f96232da778ca9532e75a7f2 2,535 1.00/1.00 vMB 43
394,981 394,981 000000000000000004e00ab4831f2c46a9a03ce8b207a2580fca788daa1d272c 731 0.51/1.00 vMB 35
394,980 394,980 00000000000000000215b6567cb99ee8568e69cb432dffb96bff685cf0ffd95a 567 0.36/1.00 vMB 30
394,979 394,979 0000000000000000097e8fd52f929b4ad7b07791482df3f3bb99a3098a360344 677 0.41/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.11 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: 733.26 GB
    • Received: 18.54 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.