Loading Tool

Explorer IconExplorer

Memory Pool

88,356 transactions
32.19 vMB
0.13751634 BTC
Random Selection Loading Transactions
Max Size: 195.03/200 MB

Candidate Block

Mining Attempt bf5d9fcd0fd9557934d832805452f1a884712dc5e183fbbb27af14a36967a3cb
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 0c08cfc661dedefb057f2bacb38c62252c5b4916c8765f1687daea4ea6b9af74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,938
Size: 1.00 vMB
Total Fees: 0.05109465 BTC
Feerates: 101.65 > 5.12 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (275,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,264 639,264 00000000000000000008781d9c8b8d8d1f364dc07bd10a3535467833ad8cd483 2,707 1.00/1.00 vMB 40
639,263 639,263 000000000000000000058d8ebeb076584bb5853c80111bc06b5ada35463091a6 2,042 1.00/1.00 vMB 22
639,262 639,262 000000000000000000050e11fe50d4191159e6c7530bd5468a1ef2aab6dcf305 2,817 1.00/1.00 vMB 43
639,261 639,261 00000000000000000006ba9e98846afc3f3a0521dc7e5369bd2464511c1b9bdd 2,849 1.00/1.00 vMB 53
639,260 639,260 0000000000000000000a4a3803a1ae14e079a25676055ff7c15b7101ab1fe992 2,733 1.00/1.00 vMB 51
639,259 639,259 00000000000000000006433bcd52f280ed60133f222984f6040a8282a7d019b7 2,437 1.00/1.00 vMB 41
639,258 639,258 0000000000000000000c368076049bbf1e10d3934938f77a42b9dffcb0c2ea3e 964 1.00/1.00 vMB 15
639,257 639,257 000000000000000000050dddb70fd4570eea653b6770e3f4569300d0ff11acf9 2,808 1.00/1.00 vMB 11
639,256 639,256 0000000000000000000455207e375bf1dac0d483a7442239f1ef2c70d050c113 2,271 1.00/1.00 vMB 28
639,255 639,255 00000000000000000009e33faa94d30cc73aa4fd819e58ce55970e7db82e10f8 2,486 1.00/1.00 vMB 29
639,254 639,254 000000000000000000058285ed9bd2c774136af8e8b90ca1bbb0caa36544fbc2 2,493 1.00/1.00 vMB 47
639,253 639,253 0000000000000000000889ba1630f197ea43822b4600e83ed36c8d5791ad3a42 2,109 1.00/1.00 vMB 52
639,252 639,252 0000000000000000000a1702d638d4e66f4a07a03524fe3a00cbbbea038c9633 2,792 1.00/1.00 vMB 56
639,251 639,251 00000000000000000001b163076f047a6a9db3f07b7c22f8e3937fe7f249aab6 2,854 1.00/1.00 vMB 71
639,250 639,250 00000000000000000002a87caa610d14e6dc8155ad9803fd8865d6a7e5d12555 2,685 1.00/1.00 vMB 34
639,249 639,249 0000000000000000000f2f043ce23ce407ab01a90456556f91b160408fd92a5a 2,793 1.00/1.00 vMB 55
639,248 639,248 000000000000000000012b77b4fa6c4a0c2a7fb0a71bf4d3bbe58ffc899388b7 2,380 1.00/1.00 vMB 22
639,247 639,247 0000000000000000000712ed472e1408dc02b34889c3e258eb8d0f3aaa624e4b 2,769 1.00/1.00 vMB 40
639,246 639,246 0000000000000000000d59f586179e88abf1a005d18dfebf9301e8e054f7c15a 1,951 1.00/1.00 vMB 22
639,245 639,245 0000000000000000000037bcea742355779fbeaaaa4dd5e1c2d26d97c41be75f 2,561 1.00/1.00 vMB 29
639,244 639,244 00000000000000000006810b8acab0cd8c40987e935e5ac46cf4f1aa267558e4 2,900 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.