Loading Tool

Explorer IconExplorer

Memory Pool

82,111 transactions
31.19 vMB
0.09260519 BTC
Random Selection Loading Transactions
Max Size: 188.71/200 MB

Candidate Block

Mining Attempt 92a0e86b276f16afa8bab4fac89019aa34c897dd55f68b8b1b369ea61c9dfc07
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root a2419c3a7a84856d1f480a7dd679b07fed1609001c1662b44196fb6b900c5744
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.01750897 BTC
Feerates: 115.63 > 1.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (329,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,195 586,195 0000000000000000000b4d2ce4da45cc07f4ceb65dd1a43eed62d791638f8aaf 2,169 1.00/1.00 vMB 35
586,194 586,194 00000000000000000004b75ba0fff536b0678e3c96e0b4b643a6ace87e72e985 2,929 1.00/1.00 vMB 63
586,193 586,193 0000000000000000000480ba208a0ed24926cf3658852214d32e75c22364ebc2 2,743 1.00/1.00 vMB 37
586,192 586,192 0000000000000000001d1536ad990b34e083fc7aa4353de58f39c03f319371f8 2,959 1.00/1.00 vMB 72
586,191 586,191 000000000000000000059f5c4a49aee3441af5b3c37f7351b05fb287d837992d 511 1.00/1.00 vMB 7
586,190 586,190 00000000000000000002e84c3ba706d7204fb3490b2f805d618bb8c00fcd7410 2,055 1.00/1.00 vMB 10
586,189 586,189 00000000000000000003deacd0e4f74fa3cdab07737825fb8eb67389427bf996 2,575 1.00/1.00 vMB 59
586,188 586,188 0000000000000000001d7f65d65eb5d0e7264043a29dc1e35d1d338fbfec25a5 2,172 1.00/1.00 vMB 22
586,187 586,187 0000000000000000000a0e0a065cd03fe43b032e78b3dc09cfd50e05393327bf 2,168 1.00/1.00 vMB 31
586,186 586,186 0000000000000000001d2381c448f3fefe32c990c5bdf018f6aacd44b0b2edef 1,426 1.00/1.00 vMB 9
586,185 586,185 0000000000000000001d560053c6d5d577a32f60c60e9c2901a22fb3c784487b 1,454 1.00/1.00 vMB 10
586,184 586,184 00000000000000000013e6f37c0c03daf5e5221c33710590993f84bc344d9fc7 2,807 1.00/1.00 vMB 55
586,183 586,183 00000000000000000010d1923d06dcdd2130f3314a2b1d65ae9a6d7df3a38739 1,121 1.00/1.00 vMB 15
586,182 586,182 0000000000000000001dbf3df9dc092b615e7b49bc265f46cc4075a6c77a68bc 1,132 1.00/1.00 vMB 4
586,181 586,181 0000000000000000000bffb077e942bf4fc6b196fb3c09177b8340f1a1a7153e 3,109 1.00/1.00 vMB 62
586,180 586,180 000000000000000000045fa56d908f9ace4348f408d64e8869987587d993bd8d 2,365 1.00/1.00 vMB 16
586,179 586,179 0000000000000000001bb387c63abe9c66decbdf3fbc3985acc83b4b98c734ec 2,962 1.00/1.00 vMB 66
586,178 586,178 00000000000000000000571bd07259c6cd62b0fa9a4725d54929de1da5a6557d 250 1.00/1.00 vMB 3
586,177 586,177 000000000000000000032a1fea157fb3458b77833b1846567dc57f986f408207 627 1.00/1.00 vMB 8
586,176 586,176 00000000000000000000a67af29876cd414d367a36573967529f9b52109d5f86 1,337 1.00/1.00 vMB 19
586,175 586,175 00000000000000000010dee7330c84251c1c2b8919cc4d39e3fa2a877afca05e 1,616 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.