Loading Tool

Explorer IconExplorer

Memory Pool

80,958 transactions
29.77 vMB
0.10291628 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt af628b91c399b49515e2afc2b13fe3a60ac8f4b528fe611dd6ba001ca20df1ea
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root b552b4dde2e0362463ed2934f3aa2eb81757db4889732fbee44e49ccdfe99957
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,113
Size: 1.00 vMB
Total Fees: 0.03815967 BTC
Feerates: 146.36 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (233,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,978 681,978 0000000000000000000836aeb95568b1f4a52c91b0c928a23edcde2523a6d85b 1,575 1.00/1.00 vMB 101
681,977 681,977 00000000000000000009ff0db4a5569ca8f70913b7247b80973b58802279a2cb 580 1.00/1.00 vMB 20
681,976 681,976 0000000000000000000a14797883e79f96a2c7f23206f49dff86e4f2a805fd59 1,530 1.00/1.00 vMB 48
681,975 681,975 0000000000000000000d7ebe4a47f9dd06821363f6e2aadff2ab5412532b55eb 1,427 1.00/1.00 vMB 19
681,974 681,974 0000000000000000000713e31afee05fda364c32d41bff423cc65a8b1b1fc4f1 2,262 1.00/1.00 vMB 64
681,973 681,973 000000000000000000011cb66b965fcde164eb739146bd5ce3cdcad89635d915 1,289 1.00/1.00 vMB 36
681,972 681,972 00000000000000000000afe189377ed6f0d39da4e23cd7bbbf5c7d12719bc987 1,083 1.00/1.00 vMB 43
681,971 681,971 000000000000000000008d2450e1e1e6ea7d0281bc7c2ddbdafc1c17f7f28f2a 1,189 1.00/1.00 vMB 36
681,970 681,970 0000000000000000000cbe6b469f3d9d768d90afc91cb0ef3855ef043a4492bc 379 1.00/1.00 vMB 10
681,969 681,969 00000000000000000002932a574b3eaf18b2d3517516fa86390fb59073989f46 1,325 1.00/1.00 vMB 45
681,968 681,968 0000000000000000000721b640609c31b465b9c379c1e90b21e72b4ebf4ad70e 200 1.00/1.00 vMB 11
681,967 681,967 0000000000000000000a65cede245eef6045924deb7b9558d6af92f6efa372fb 1,724 1.00/1.00 vMB 16
681,966 681,966 000000000000000000042dd054643775a361af19a2beaf9b60ca429ea92abd2e 1,696 1.00/1.00 vMB 35
681,965 681,965 0000000000000000000348d03ce8ed8ee64a27ddfd7a6df0b7b50d79694bbaac 1,644 1.00/1.00 vMB 40
681,964 681,964 0000000000000000000bf3489f9102724511e2bc2f72658273d97aedcc445a75 2,882 1.00/1.00 vMB 100
681,963 681,963 00000000000000000000c10cd66739c94a48c39d57ba4fcc03b54a8cf7b7b5cc 2,265 1.00/1.00 vMB 55
681,962 681,962 000000000000000000065b0ebdb599864c1f7ecba417c4736ee9487cdd73a150 880 1.00/1.00 vMB 89
681,961 681,961 00000000000000000006c3f2e1a0e55310f2e7141551d1ce34cb4cfe65af5f05 1,529 1.00/1.00 vMB 99
681,960 681,960 00000000000000000004bfd7ebbb74b876aa8e488dc07ac6b2ff3d2f6d72a2d2 1,310 1.00/1.00 vMB 33
681,959 681,959 0000000000000000000a3030dc4ce5f38a7656f0e8d6f723eb6808aededb64eb 1,705 1.00/1.00 vMB 41
681,958 681,958 00000000000000000001637b4bffb98daccab87d922e24c61034f4ab432dfbce 817 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.