Loading Tool

Explorer IconExplorer

Memory Pool

33,086 transactions
25.70 vMB
0.07623936 BTC
Random Selection Loading Transactions
Max Size: 128.66/200 MB

Candidate Block

Mining Attempt 7715aca6f7a7559bae708dc3a5af4d0f7fd116eb5cda28676295221431336bd7
Version 20000000
Previous Block 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07
Merkle Root d44660bb9c8268e25dea20a9e79fcc2cac41e1c976faee5c120f45e1f3dc5297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.02880237 BTC
Feerates: 526.32 > 2.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,208 (872,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,214 41,214 000000004cd55a102558e93c276b5e7bccaefd89de7c364bdc11eb4d010a973f 1 0.00/1.00 vMB 0
41,213 41,213 0000000028b7e035fc563ecf09956a0d5e7df703557233b1b13fe737cfc6f54b 1 0.00/1.00 vMB 0
41,212 41,212 00000000309a9300cba9212cb37759e7439ff76d5196a77f79e753361f44ad3d 1 0.00/1.00 vMB 0
41,211 41,211 0000000024a0b3e784bec2c27fb2ce9d488feb8395c305b9b11b1b1382a34036 1 0.00/1.00 vMB 0
41,210 41,210 00000000133d3c550568cba07fa9ab92d198e7779406ea6ffdc5b8a7a4ec2330 1 0.00/1.00 vMB 0
41,209 41,209 0000000020ba0a95f81eda9c755ee15f5307f0fe797accebb41c6df33b988cdc 1 0.00/1.00 vMB 0
41,208 41,208 00000000542521e5e16212194ef7ffe82fd74522ca92592d6771313e29cd33e1 1 0.00/1.00 vMB 0
41,207 41,207 000000004e28139ac4a1e288f31756238165a6264d93f52fc6dc54b597586e02 1 0.00/1.00 vMB 0
41,206 41,206 000000003ad3e35088bcc6bd862553da5dbfd40eb5854bd4aa0e64b27439d627 1 0.00/1.00 vMB 0
41,205 41,205 000000000950f52b8cbe82ccb52857492a64d2a816be604044e4bca1da617417 1 0.00/1.00 vMB 0
41,204 41,204 000000000271e705178e20e7fd22280fdfb755251e8c2164af5ec0de4f692e1f 1 0.00/1.00 vMB 0
41,203 41,203 000000001fe43194f57588c3b643168a7693e92b6d99ef50cd27215d1ddb7bc3 1 0.00/1.00 vMB 0
41,202 41,202 000000000ecea97fb2972e1d3b541d019b1655850af2857f2ce6f9eb1c0e3d33 1 0.00/1.00 vMB 0
41,201 41,201 000000002b64265956a6bab359d9a1c79075468d106d8a5d7da8648dea4500c2 1 0.00/1.00 vMB 0
41,200 41,200 00000000303056c2934e91f6cb6a08334368ebe506300689bd7ac08b81cf3a35 1 0.00/1.00 vMB 0
41,199 41,199 000000001419fbc244139c9119926ac93c275083f4a553956172d8add8763e46 1 0.00/1.00 vMB 0
41,198 41,198 0000000049ffd61b7f7727cdefc0da1cd4f45abc419c3fcc4a99b5f2ccd90865 1 0.00/1.00 vMB 0
41,197 41,197 00000000108d6919c3ed1758a8eba53ccd8c082ce21919b7b83b886c6da43dab 1 0.00/1.00 vMB 0
41,196 41,196 0000000034bc4ba0af84ebc3e782f7fb47c62c82b15ac0464b6e04bf88063022 1 0.00/1.00 vMB 0
41,195 41,195 0000000017758e54b0bc9ad7b086d1471e0b6a7febd3502a29fb445294eb0479 1 0.00/1.00 vMB 0
41,194 41,194 000000003eda79e4c082c4eb966cd759d6f5c70f0492e30b552cadda76b3df16 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.89 GB
    • Received: 8.09 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.