Loading Tool

Explorer IconExplorer

Memory Pool

42,368 transactions
29.60 vMB
0.08604926 BTC
Random Selection Loading Transactions
Max Size: 150.65/200 MB

Candidate Block

Mining Attempt fb5a1c827e59382003ce5c2de4f015c9214896d2833861047b78f4155fe044e7
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 16ba7f050f29dcced142ea1d4dae96397dc060ff4551968fb1b8d8e494b0c63b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02766627 BTC
Feerates: 150.97 > 2.77 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (422,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,533 492,533 0000000000000000005430b49529fc2fb7f0364f38acb743d68da5d25baa1fa3 3,018 1.00/1.00 vMB 200
492,532 492,532 00000000000000000044ade3b7ebac67a8ffbb7d62fb68e80497cbaac1f6c509 1,798 1.00/1.00 vMB 222
492,531 492,531 0000000000000000002fd5d6742b63172a8448f27fa83bae923be72abe5eef3c 2,669 1.00/1.00 vMB 271
492,530 492,530 00000000000000000074ea9de79a8ed00b962ad9bdfb2ce24188e32510a3e6d4 2,266 1.00/1.00 vMB 254
492,529 492,529 00000000000000000016c4b8dd085f560236706934b8b0b58ee853e479ab582d 2,642 1.00/1.00 vMB 242
492,528 492,528 0000000000000000008ac92abec18674ed6fd57efe2d05d1b8534a2f95895cb3 2,153 1.00/1.00 vMB 203
492,527 492,527 0000000000000000004fd0a125f65bf4fbf17f82e0f7125227646bfba450747a 2,099 0.72/1.00 vMB 251
492,526 492,526 00000000000000000053f8b8be5ace0bf09f84c3d784fdd64749952a5084b4ed 2,436 1.00/1.00 vMB 249
492,525 492,525 00000000000000000008fd140596cc12c5b01492cdec99938cf64eb8d73f9552 2,766 1.00/1.00 vMB 204
492,524 492,524 000000000000000000124c20b53e2a658e5c3d396fd763211a65de3f4e8ab24a 2,297 1.00/1.00 vMB 223
492,523 492,523 00000000000000000066e9e329a53397186d3da73d4efb3e5ac8d03e0b8735e2 2,320 1.00/1.00 vMB 230
492,522 492,522 00000000000000000018803c8101d6b958db3ddd3b7dff9ecd8d6053cae972b4 1,455 0.72/1.00 vMB 292
492,521 492,521 000000000000000000677853df20a0d23f9fd17e2d63a91a353f3c4c55ea061a 2,150 1.00/1.00 vMB 186
492,520 492,520 0000000000000000001d2d92b330bf14d9d2a07202f0ecd89e5adc84055e2997 2,511 1.00/1.00 vMB 155
492,519 492,519 000000000000000000263c17be75b6e5ca3fb6964c0739d957420379622840be 1,898 1.00/1.00 vMB 215
492,518 492,518 00000000000000000015a137a4ec465871d11bec48c1d72d7a770137f816aa10 2,630 1.00/1.00 vMB 206
492,517 492,517 000000000000000000067fa81026658dfbcc8dac10af81b8257005be8c3142a3 1,816 1.00/1.00 vMB 222
492,516 492,516 00000000000000000004965be5ea9a27f8766f7a4b5188105558924bee186ec3 2,311 1.00/1.00 vMB 273
492,515 492,515 0000000000000000009eff928353fc4254ce173f1da8f7f1c322ae2a231e2e65 1,692 1.00/1.00 vMB 237
492,514 492,514 000000000000000000b221c9ea72f98e655738c8c3d3aecc65470aab46cdf39e 2,500 1.00/1.00 vMB 209
492,513 492,513 0000000000000000003e455f122dc1d8a0f0b05d52bf592c57bb20ad55cab330 1,841 1.00/1.00 vMB 197
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.45 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.