Loading Tool

Explorer IconExplorer

Memory Pool

17,996 transactions
4.24 vMB
0.01852501 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.25/200 MB

Candidate Block

Mining Attempt cf18c444105965ac9e3c1a92e6457389905d1d9c256a834dc0f78cc5b3259a01
Version 20000000
Previous Block 000000000000000000010ebf3d78750a559f300040137ee4d9f5a620eb965783
Merkle Root 3407a03552d491655b34b17c8ea7ba21f060410cf9618be1b92d894803ada5d2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,662
Size: 0.45 vMB
Total Fees: 0.00898404 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,161 (6,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,535 906,535 000000000000000000013292d7f17867be7e57e6f1ed233e350a3a62542ffa05 2.15 MB 443 0
906,534 906,534 000000000000000000009cdaab271329a50783bc60af852e7c676aa6ced0fa8b 2.03 MB 1,979 1
906,533 906,533 0000000000000000000003209c894ddf774f4bc8ef411a38f0996eae499562b0 1.62 MB 2,821 3
906,532 906,532 0000000000000000000232cf12bd9f77bca1f5dfca9e2fe8ce8b76deeab66d2a 0.73 MB 1,109 2
906,531 906,531 0000000000000000000089f2ded3f25ecb5f50515e4235f663792dc62498d929 0.14 MB 262 3
906,530 906,530 000000000000000000009cb5455b6ccc453c6ea57e4bd431a25dc7b6a9188391 2.03 MB 1,955 0
906,529 906,529 000000000000000000013a7ae2895553a186f966748f409794783a3d0aab1edb 1.91 MB 3,443 0
906,528 906,528 0000000000000000000099a8165a0fec2681555e074c063873d60712314b2821 0.83 MB 1,119 2
906,527 906,527 000000000000000000001464a13a263d7af70f165a8f80588a67566850663d95 1.96 MB 1,764 0
906,526 906,526 000000000000000000002569c1d5af2a1fbe27b2c1da5c0124f2ced86a788142 0.07 MB 140 2
906,525 906,525 00000000000000000000fc8da3b04fd2195eea80643d6e2713a9f132b720e3ed 0.55 MB 979 3
906,524 906,524 00000000000000000002124dc42760d53c6621d47cbb59b82cddf21c17653a6d 1.57 MB 2,738 2
906,523 906,523 00000000000000000000396f247187d98ecb875d3df2a2bc9774c5cde2e6d727 0.61 MB 1,104 3
906,522 906,522 00000000000000000001ef5a0546cd399c70c99ee7be74dff872d16ccf6fe384 1.98 MB 2,502 0
906,521 906,521 00000000000000000001cfd680469d8daaf287662dd62469ec27e4636b555b95 1.72 MB 1,905 1
906,520 906,520 00000000000000000001c24026e545f1baf78959113358f81d17197f082e5a5b 1.68 MB 3,472 2
906,519 906,519 00000000000000000001a6e300a749a3866bd64dc892dcd67ccac6dccad59599 0.52 MB 654 2
906,518 906,518 00000000000000000001d16b92607d958370ea5860bdde1f74555f2a66502d20 0.60 MB 1,236 2
906,517 906,517 000000000000000000021751bb3d973b9dd25929311028d98c87b1aeb84e418b 1.08 MB 462 0
906,516 906,516 00000000000000000000c266f7e7bc6fe199f18529bb9a46447b575d7131e784 1.64 MB 3,071 2
906,515 906,515 00000000000000000000747ab22cf16e86fe2c7610e31edb36afbc2c8d394790 1.74 MB 1,706 1
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 40
    • Outgoing: 10
  • Data Transfer:
    • Sent: 1.68 GB
    • Received: 0.05 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.