Loading Tool

Explorer IconExplorer

Memory Pool

43,720 transactions
30.07 vMB
0.09892786 BTC
Random Selection Loading Transactions
Max Size: 152.95/200 MB

Candidate Block

Mining Attempt ed9e02b390e59f46d64ce18474eee3029697ecb5040e720ec975cce25d660f3f
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 13015d1150b1cdedcb44c9e0e36eba15b18a711130b393b2808bbc94d8d69900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.03616898 BTC
Feerates: 150.97 > 3.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (469,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,361 445,361 0000000000000000007037a0c74f4962f3f4389d68b69b58a99bee0d7a34b442 1,531 1.00/1.00 vMB 52
445,360 445,360 0000000000000000027d75be8348b683a5b2e1be32aa4104bdda98ec8002ee58 2,199 1.00/1.00 vMB 76
445,359 445,359 000000000000000002349d4d5594b3f04bd046f912d0fba21dd53af8543e7135 2,455 1.00/1.00 vMB 72
445,358 445,358 0000000000000000021878d2eeae82671dbc6ae003f7b600c1c07df6a1e2e915 1 0.00/1.00 vMB 0
445,357 445,357 0000000000000000010c7fbf98f5527e0573e05a73fe36767a836ec150204ddf 2,897 1.00/1.00 vMB 105
445,356 445,356 0000000000000000018d6a69f7e59d1065d6c684d7ae8db63e14d283280988ef 2,113 1.00/1.00 vMB 74
445,355 445,355 0000000000000000030d2959f831bed60e6ab1dd8735c7cf29e9a5df32f10ea0 1,923 1.00/1.00 vMB 58
445,354 445,354 000000000000000000c11802974b62507d9dd384dd79783389f53fb68041c4fa 2,610 1.00/1.00 vMB 79
445,353 445,353 0000000000000000020ffc1e8234e9579f461d0881fe68328fd472c11749d215 1,411 1.00/1.00 vMB 60
445,352 445,352 000000000000000003096220afdb0554f85bda26ddd73c5dc756a947be5b1c3e 1,830 1.00/1.00 vMB 76
445,351 445,351 0000000000000000030cf037492ed9f75be889ba655ce2a64cff7ac7a2d09315 2,715 1.00/1.00 vMB 66
445,350 445,350 00000000000000000203c67f79cb8830fdd605b77c665bb4989f23638e11ed0a 2,015 1.00/1.00 vMB 69
445,349 445,349 0000000000000000031154a7bfa4a6ef55ca0310f9c027c99bc60bdfd7197e8e 3,048 1.00/1.00 vMB 114
445,348 445,348 00000000000000000175a615a1ed0b82436d433ce7171b1bebeb11c66115ab02 1,737 1.00/1.00 vMB 62
445,347 445,347 000000000000000000baf89f688f38f68e164a77a372723004634ddb3d6211b8 2,664 1.00/1.00 vMB 75
445,346 445,346 0000000000000000031465e66e03457aea1a2565a5335d6ad95f683f8aef307b 1,811 1.00/1.00 vMB 82
445,345 445,345 000000000000000001a2c3951500cb7887a5414ccecf2eebc5e062939ef0fa43 2,428 1.00/1.00 vMB 78
445,344 445,344 00000000000000000050665c6f4b4ef76cd90c83a22ac9677051e05c4fa65eba 1,585 1.00/1.00 vMB 89
445,343 445,343 00000000000000000334cd01b7f380d5856da9821b47e34ab373689898a0fad0 2,695 1.00/1.00 vMB 97
445,342 445,342 000000000000000001f28e22db2cb833ce20cd0949b145f568a58f40ce406f7c 2,437 0.99/1.00 vMB 68
445,341 445,341 000000000000000002be45cf675f817c66fd84dcdd4f1f9a694fcaba189b5419 2,323 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.64 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: 626.53 GB
    • Received: 11.66 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.