Loading Tool

Explorer IconExplorer

Memory Pool

55,672 transactions
31.74 vMB
0.19793741 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt c933a15a384d4aac995ade62b2b889e86432840fc0af03bad7bde811a8b41ba1
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root e54dc1c9b6a1e879e37ee6a9d4c1a98b7f2fc8e6baa07c2382e25eeb8144ce9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.09038514 BTC
Feerates: 502.67 > 9.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (418,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,715 496,715 000000000000000000c0c314979b0651ec6063d2113e2c91b8d5e2650cb44d01 2,181 1.00/1.00 vMB 239
496,714 496,714 0000000000000000005c2428322efd443ec4cc87a422bab6e4bcfee886eb4c23 1,957 1.00/1.00 vMB 152
496,713 496,713 0000000000000000007cc7682e1441bce2389e807c3e30e9a2c3459aa176d83c 1,835 0.74/1.00 vMB 173
496,712 496,712 0000000000000000004d0a9f4a6cb9be0fef45c190fa7d989e9447508f6c5180 2,028 1.00/1.00 vMB 185
496,711 496,711 0000000000000000005bdf02fe8f20741b04325a82e18bbcf194b38fb812e0f2 2,811 1.00/1.00 vMB 227
496,710 496,710 000000000000000000942eab6f4fc2399609abdbef6ae6d522176ed33fde8054 2,001 1.00/1.00 vMB 140
496,709 496,709 0000000000000000002673d5d9a47523817f392f70eaa7e9674896ab5f26a6b5 2,741 1.00/1.00 vMB 148
496,708 496,708 000000000000000000309e873222d84629415a8eae2d7b529712a4d6ecf26d36 2,534 0.97/1.00 vMB 157
496,707 496,707 00000000000000000076cafc5c4e085852df19467848590579406b45e883802d 2,335 1.00/1.00 vMB 171
496,706 496,706 000000000000000000a47f659643cd154c984850be9ecab717fedd0f933231ab 2,401 1.00/1.00 vMB 187
496,705 496,705 0000000000000000004759295f91df55c4bc8be680a9b4e01b69e531c1a1e935 2,521 1.00/1.00 vMB 209
496,704 496,704 000000000000000000b13ba07b244d9f1e59c822013f502fb3b429c2497e1058 2,093 1.00/1.00 vMB 173
496,703 496,703 000000000000000000885819efaff85891d3b6467554eadc26cedea9fbe26b26 2,165 1.00/1.00 vMB 193
496,702 496,702 000000000000000000b363524b749501e1610cbee7b2e176218bc86a2278912a 2,227 1.00/1.00 vMB 200
496,701 496,701 00000000000000000031ceffd42d9cea290fe1d025f675f85361d9ce9c8f3354 2,620 1.00/1.00 vMB 153
496,700 496,700 0000000000000000009b942dedd8e603b15b13839cd171a822ed5e842480d3f1 1,764 1.00/1.00 vMB 186
496,699 496,699 000000000000000000b3c54f69bfd1ca52b34a6e5d2c5bd437503386cc696823 2,034 1.00/1.00 vMB 212
496,698 496,698 0000000000000000003981b2f2cff49a06bf34297f2282846cb791b3b5678061 2,078 1.00/1.00 vMB 150
496,697 496,697 000000000000000000b30c8e323d5c2fd3aa01eaab62e888dedc6b13a9630df5 2,002 1.00/1.00 vMB 194
496,696 496,696 000000000000000000a8af25696a7d3e81f79f5e854a544ee6890b06a0b92bc0 2,382 1.00/1.00 vMB 200
496,695 496,695 000000000000000000856eff1be01f493d3ea05bec977ec598e8254a063cbc2f 2,122 1.00/1.00 vMB 296
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.