Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
29.35 vMB
0.08415073 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 102ad6f33039f44287ae7c214110ade28b60fa05fc53faafa00a2304a5e3f10f
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root a7848d8c9a940bd7ebdb4c3d890d722f5d62cf2270752a02c5c51d333a6fff3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.02257028 BTC
Feerates: 95.73 > 2.26 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (417,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,121 498,121 000000000000000000351aa443f7282e135b0ba0179ec925263d46394a07a73d 3,466 1.00/1.00 vMB 367
498,120 498,120 000000000000000000aacc2a37240e75ad1c82a8a052f3e2973a1c602a389382 3,611 1.00/1.00 vMB 324
498,119 498,119 0000000000000000004cb1857485264b48e93be6c0fc66d5d67da9503d078da8 2,754 1.00/1.00 vMB 327
498,118 498,118 0000000000000000008ef8a2801f9eac9e0e10694377a2ec7a8c67f944e1d1ae 2,968 1.00/1.00 vMB 377
498,117 498,117 0000000000000000007caf0bba277d4df6a8784dd6f3f2c258887cf2e18f99ad 2,833 1.00/1.00 vMB 346
498,116 498,116 00000000000000000063c73f516386af555bb9ca764e17d5271b01dedc9887b0 2,783 1.00/1.00 vMB 351
498,115 498,115 000000000000000000a398a85eec423fbddc9f437625aaeed31ec7dccbe1b941 3,147 1.00/1.00 vMB 357
498,114 498,114 000000000000000000a9fc87d142805845ba105ef27f18dee05d4b21418b0ee6 2,558 1.00/1.00 vMB 344
498,113 498,113 00000000000000000092b98490e636b29dbd17b314d29d13d74ce948d3b5ee50 2,643 1.00/1.00 vMB 373
498,112 498,112 0000000000000000000e73d1330ed6dd64c0bcbd9c59257461a62893b97582ff 2,395 1.00/1.00 vMB 426
498,111 498,111 000000000000000000a6ecb6af4138547b6616076a7fbda24292790073e801d5 2,864 1.00/1.00 vMB 306
498,110 498,110 000000000000000000abe115d38a839cc3f49058b8f9ec7905cebfca1b26b628 2,691 1.00/1.00 vMB 312
498,109 498,109 0000000000000000009dac6973f29e4e4b3da2cc75832784ab1998553a31e815 3,109 1.00/1.00 vMB 355
498,108 498,108 0000000000000000002ed0ecf5c2c509b8bdbe11fa467b91ed0bcc12cdd9c18a 2,031 1.00/1.00 vMB 337
498,107 498,107 000000000000000000901d89dec36c086e3940f81478f11315566834e22a71c6 2,206 1.00/1.00 vMB 329
498,106 498,106 00000000000000000069308392245a961df1bb60ccbf6a87f12e075e7b989f73 1,660 1.00/1.00 vMB 263
498,105 498,105 00000000000000000063500362cad9af0653391b88dc6a633b223e05c74a057a 2,119 1.00/1.00 vMB 290
498,104 498,104 00000000000000000011226474782e26ac0ecae395a58c21c7743787bd584171 2,597 1.00/1.00 vMB 290
498,103 498,103 0000000000000000001f949cedbcbf2b861b7430872658b7acf19b1f837f97db 2,620 1.00/1.00 vMB 273
498,102 498,102 00000000000000000067884caef1978d3845d8d3f0c44f5155805c8c95f2cb11 1,714 1.00/1.00 vMB 204
498,101 498,101 0000000000000000000701bc712f92faad17aa0a2c4d28e52c4a28a594f5b0ea 2,487 1.00/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.94 GB
    • Received: 16.43 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.