Loading Tool

Explorer IconExplorer

Memory Pool

41,899 transactions
26.52 vMB
0.06001001 BTC
Random Selection Loading Transactions
Max Size: 138.53/200 MB

Candidate Block

Mining Attempt 504f671643138917c4942b27584089b94c54cd9119276525f239f379d373154c
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (516,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,617 398,617 000000000000000006b608a3b59cfde1348a5cec1841d6dd1b1e676fe12c9429 973 0.75/1.00 vMB 24
398,616 398,616 000000000000000004ee28bdc3a9fcba3f12cca47a2d2efc784d6eb8052403b0 1,725 0.80/1.00 vMB 37
398,615 398,615 000000000000000002262373cdbee3d0d0e0a19929e6f2620ba5103b0b097565 1 0.00/1.00 vMB 0
398,614 398,614 000000000000000006de04a40e049af916e9f56c00fb40ba1b58cab18d62569e 2,860 1.00/1.00 vMB 56
398,613 398,613 000000000000000005e45c4bd20c6311cf118b4a84ca4b0ed60c17469d920d44 709 0.36/1.00 vMB 35
398,612 398,612 0000000000000000001b516b5440edadb6ae90403b8e5e542e2e2b56c7b449f9 203 0.12/1.00 vMB 25
398,611 398,611 000000000000000001ae50f6d72db585e261048ea15148bfea15d1635d746156 1,255 0.90/1.00 vMB 26
398,610 398,610 0000000000000000009743ecea0bca41ef3f1f104a5183a4faea336a1ce0d205 1,671 1.00/1.00 vMB 28
398,609 398,609 000000000000000000d61fc3c0f6d4204549e26bf1b7d09beacdf9feb3c66068 2,730 1.00/1.00 vMB 59
398,608 398,608 0000000000000000011a2ddcef920939c8831e6ef89683fe374f7ad004bef58e 1,694 0.69/1.00 vMB 45
398,607 398,607 0000000000000000057b1beb56fa4e33dff030542b11dd9b78405059740c2391 471 0.93/1.00 vMB 10
398,606 398,606 0000000000000000071661dd35bb50b2f32eb5d2a986ae4abb1ef425a5f936fa 1,021 0.99/1.00 vMB 25
398,605 398,605 000000000000000007246723e292231348adc4f5195ff293b3bcc984873c2148 585 0.28/1.00 vMB 38
398,604 398,604 00000000000000000009f7ba38088f122a0104c5eaa3b1a1fd5f1349632daccd 2,272 1.00/1.00 vMB 44
398,603 398,603 00000000000000000650dd60e83b4d81b7a50e28b5629459f06e79f9559cec91 577 0.92/1.00 vMB 14
398,602 398,602 000000000000000005131f4760ab71326fe2342f9e0e5815ba0a9703276bcbd3 1,386 0.75/1.00 vMB 36
398,601 398,601 0000000000000000009a26e6bbd2db4c9d98bbe4fdc593e10d877d403a4e55b3 419 0.25/1.00 vMB 29
398,600 398,600 0000000000000000007c6f4b423e53345f75666bcc6a6dc14442659b7cc24a87 1,879 1.00/1.00 vMB 48
398,599 398,599 00000000000000000177f25a4bfdfa0692620c65b0d0e2ba00f948c31f1fcfd6 1,791 0.81/1.00 vMB 48
398,598 398,598 000000000000000000af5839511c20f5de07cec97e143baadaf19cf34cfab5e2 1 0.00/1.00 vMB 0
398,597 398,597 000000000000000001a7c06c7d0bf3790e2a78ee2b9bf617a1d8c303dfb20274 992 0.92/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.