Loading Tool

Explorer IconExplorer

Memory Pool

81,330 transactions
30.26 vMB
0.07518819 BTC
Random Selection Loading Transactions
Max Size: 185.80/200 MB

Candidate Block

Mining Attempt 7ab0db510805e99c6099d9fd72dca01d96a9c7353993a36659ab1df79a571839
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 47c87fd5d7b2e644314a3956a275af79a75d0b24b8eef054af3d40e837d3f1c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,920
Size: 1.00 vMB
Total Fees: 0.00796146 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (483,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,212 432,212 000000000000000001c247aed3dabdafb526608e9ea4a919211160aa2326570a 1,811 1.00/1.00 vMB 38
432,211 432,211 000000000000000000fb2436d9fb4c19c4babc99305b61c24494e21aa37e8dcd 2,383 1.00/1.00 vMB 72
432,210 432,210 000000000000000003896446afb42647b36af56a9d5e7c3fed32410d05110201 2,218 1.00/1.00 vMB 59
432,209 432,209 000000000000000001d8a7d2517917e4e7a65f0f4de12c8009dbd6f3325c0397 1,605 1.00/1.00 vMB 42
432,208 432,208 0000000000000000043882616e249e4a24e32b1f203bb12ab0c696e4ef18f334 2,181 0.99/1.00 vMB 43
432,207 432,207 000000000000000000e4868c018bedcefe44f9bdfc470919ff3783ec7c440215 2,313 1.00/1.00 vMB 54
432,206 432,206 00000000000000000131fb4de6abe451181dd80482cd8215954684d3fbc18f10 2,225 1.00/1.00 vMB 52
432,205 432,205 0000000000000000024cf07328ea377af1b2bfbeeae2a39ecf64ad9f64901d8c 2,561 1.00/1.00 vMB 78
432,204 432,204 000000000000000002d0dce554f5a861c4244045a46e6e57e207b0a56ae94ba7 2,822 1.00/1.00 vMB 61
432,203 432,203 0000000000000000031981b7a00ccf0c53e3267929d52350a88ee391539d73f8 2,211 1.00/1.00 vMB 75
432,202 432,202 0000000000000000022cfbcd93d2cdf1f0027604d61010c3303f392bb7e071b5 1,898 1.00/1.00 vMB 63
432,201 432,201 0000000000000000010b679314c760cdb3175433b1e7ed2f57e2ad1effcd54bc 2,151 1.00/1.00 vMB 99
432,200 432,200 0000000000000000032239b8d7b951dc851e3b6f574febcf829fb83cf63cb87b 2,473 1.00/1.00 vMB 65
432,199 432,199 00000000000000000309a06ef2e12094f3de5f78fc4ca3f60c53ad197b1e1708 2,540 1.00/1.00 vMB 69
432,198 432,198 0000000000000000014c527384ad9ad75f116634ce5bfb7fe64278825e674eb5 1,793 0.99/1.00 vMB 39
432,197 432,197 00000000000000000484bdc61ef559bbc35bcac107058a7d577ecfa006eb77c5 2,611 1.00/1.00 vMB 74
432,196 432,196 00000000000000000005ff75a256601ab136016a96d865bf48294c67b799d2d5 2,082 1.00/1.00 vMB 60
432,195 432,195 0000000000000000030c2bfcbd9173893e6c1eaed8b3af26156ec57289f58560 2,830 1.00/1.00 vMB 79
432,194 432,194 000000000000000002bb80057c8126a7849d367370ffac6fc620df9d51720276 1,667 1.00/1.00 vMB 43
432,193 432,193 0000000000000000022995ed79cce9cb77fe188f0ad72b00a7eb2a7536d62f86 1,667 1.00/1.00 vMB 38
432,192 432,192 000000000000000002c67869299a740d159d55f3ce5efc0db3086c375c2d8a9d 2,106 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.