Loading Tool

Explorer IconExplorer

Memory Pool

81,924 transactions
30.65 vMB
0.10069425 BTC
Random Selection Loading Transactions
Max Size: 184.08/200 MB

Candidate Block

Mining Attempt 4f33f3e6fc692fdd26591023a31b4b93734d6522007056c3ab80974ffd334f7e
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 5775225f19c602ce84eeb30db0c6d1507b809d1174a6cfcccf9994d8bf091a01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,480
Size: 1.00 vMB
Total Fees: 0.03483417 BTC
Feerates: 150.77 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (239,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,388 675,388 0000000000000000000080d7330df8cad7f60beccdae8d4089127df6d4b31c84 2,124 1.00/1.00 vMB 116
675,387 675,387 0000000000000000000a31e3e7c1d5cf647fcf2d74fa1b01ad29d5af558ce2d5 574 1.00/1.00 vMB 108
675,386 675,386 0000000000000000000382e3b613f200768e96de5e61b7aedc09e7ce86114769 2,113 1.00/1.00 vMB 80
675,385 675,385 00000000000000000009b9dbb0934248421b9bb1c13edc17b439fd580e55060c 3,026 1.00/1.00 vMB 121
675,384 675,384 000000000000000000084592491a45e2ceee51d8e8e31bdb69943aac3f9ff459 973 1.00/1.00 vMB 37
675,383 675,383 00000000000000000008859ff48545f5fb420bb480bcfba7e9e7d0c8f91c4150 2,723 1.00/1.00 vMB 87
675,382 675,382 0000000000000000000b47f4f15d066f6853f114e6a8c3daf5ace12457dacfdf 603 1.00/1.00 vMB 36
675,381 675,381 000000000000000000000c96581b9bbf0aae53d70d3a52215b016d0fef018b3e 1,680 1.00/1.00 vMB 52
675,380 675,380 0000000000000000000b41dd6720238cec0301099cce0a3b2676d9ce9c129e12 2,498 1.00/1.00 vMB 46
675,379 675,379 0000000000000000000498223bc259a1af53369e668787457b504af42612e411 2,243 1.00/1.00 vMB 79
675,378 675,378 0000000000000000000968f9ef001a8d5f3eded705ad2a8c8f69f4b69c3e7b6d 1,976 1.00/1.00 vMB 62
675,377 675,377 00000000000000000000acc99d59699ec0a9319f780fce1b77535c26660d170f 1,792 1.00/1.00 vMB 90
675,376 675,376 0000000000000000000651dfeaa489f13f6ca7ecaa01a820d4dadc57277e5c44 1,506 1.00/1.00 vMB 81
675,375 675,375 000000000000000000017a34d987d7885031704f3001d2b62118ee8b776d2dbb 553 1.00/1.00 vMB 108
675,374 675,374 0000000000000000000b0b4098204fb0f2724bfe9fd83d9e012d9cbc0401c9bc 2,089 1.00/1.00 vMB 117
675,373 675,373 00000000000000000002e40ac5fe3816af1e05aa4d67f04932e37d575324638c 708 1.00/1.00 vMB 33
675,372 675,372 0000000000000000000c3d31f1c09e14a01ee370836402a29b076e706cd46678 2,427 1.00/1.00 vMB 42
675,371 675,371 0000000000000000000cad1fa990b451ee7aba4abdb09dc05f02fa64d6d08f4b 2,418 1.00/1.00 vMB 47
675,370 675,370 0000000000000000000c95528da08540235b4856e07ac87006281fcd33f98461 2,600 1.00/1.00 vMB 83
675,369 675,369 0000000000000000000800dbe736b2e9d53c028f064aaf82d9a7c9cbe21780c2 2,656 1.00/1.00 vMB 126
675,368 675,368 00000000000000000004b000da05d19701a49bc32caeea9113594744b2a1b2e9 2,232 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.37 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: 663.66 GB
    • Received: 14.93 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.