Loading Tool

Explorer IconExplorer

Memory Pool

53,709 transactions
29.74 vMB
0.10363161 BTC
Random Selection Loading Transactions
Max Size: 159.73/200 MB

Candidate Block

Mining Attempt 6d75d1fe94da0b9d22e7a5063a77c2d264a892e8f2057ce78503a1c20bd8550b
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root d6427899a262554a46233456c983fd95789c0c0783e5466e6adf2e2caf687abd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.03141050 BTC
Feerates: 150.77 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (331,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,786 582,786 000000000000000000213b1159382b4aa036b1ed8c94d7e75897163d3e90fbf9 2,743 1.00/1.00 vMB 68
582,785 582,785 00000000000000000009fba2ad4841f729e7fc05c90e6259f81df2cec580e0ea 2,274 1.00/1.00 vMB 76
582,784 582,784 00000000000000000002a5ac9210bb8d544bb036254832b8e94043cc0e8f5d34 3,039 1.00/1.00 vMB 84
582,783 582,783 000000000000000000134a35f01167d47ae47f331cb9ac4efa3e5e40ec9b5cd3 3,033 1.00/1.00 vMB 124
582,782 582,782 0000000000000000000fd7294ceb0d0d5c8ae02170c1a71e6d32702e52b3787d 2,558 1.00/1.00 vMB 122
582,781 582,781 0000000000000000001520de4728ae46824a8e6f8f6a15ce811194c0a6358afa 2,130 1.00/1.00 vMB 118
582,780 582,780 00000000000000000007c5ac39245c0761d0caba228e1836b97f661e5c1a5e71 3,386 1.00/1.00 vMB 181
582,779 582,779 0000000000000000000813749a490f227af8d500ae9943f48e258ba7f5d17049 2,704 1.00/1.00 vMB 107
582,778 582,778 00000000000000000019a03e86483c15eb2caa4562873b9ae52cc507db8e291b 2,772 1.00/1.00 vMB 88
582,777 582,777 0000000000000000000b44a4113f22e47d1d771470fa4ecda9cd9a73d651a4b8 2,837 1.00/1.00 vMB 167
582,776 582,776 0000000000000000001e37c43c9f4711ed674660f84e57cc2fce8a7cce98df2b 2,236 1.00/1.00 vMB 93
582,775 582,775 000000000000000000121cbd0bac437f54a72e8baa323a83911a851d8e9331e6 2,946 1.00/1.00 vMB 177
582,774 582,774 0000000000000000000de4a0a0cea8e13b45f791a18da29560f234db5b046d26 1,867 1.00/1.00 vMB 52
582,773 582,773 000000000000000000169e6d6110927f9147ea26bf6e00f0534056d5f4ddd7e6 1,897 1.00/1.00 vMB 40
582,772 582,772 000000000000000000192b74762d099d80c8d5df64bf139dde4dacdd0e617708 2,135 1.00/1.00 vMB 94
582,771 582,771 0000000000000000001178deff3fd484decf27ad08f1ba69b7341ab65eeba1d4 2,571 1.00/1.00 vMB 52
582,770 582,770 000000000000000000205b82e4b42bb2cadd52c2b4f15deac6e1092823070e84 2,529 1.00/1.00 vMB 165
582,769 582,769 0000000000000000000a0aac3bad54e70be728df495876653bbaefd4b081336f 2,886 1.00/1.00 vMB 110
582,768 582,768 0000000000000000001d5eebcf833cf343ee091f41863111273d7074f3d6702b 3,304 1.00/1.00 vMB 77
582,767 582,767 0000000000000000002148051a6962627ea028646e41356c119250f493cf9bbf 3,897 1.00/1.00 vMB 40
582,766 582,766 0000000000000000000b442edae673a578422c24c3f03ff9b7056c5fca626c3c 3,306 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.