Loading Tool

Explorer IconExplorer

Memory Pool

82,830 transactions
31.79 vMB
0.11737970 BTC
Random Selection Loading Transactions
Max Size: 191.07/200 MB

Candidate Block

Mining Attempt d6164e5e6e196c4de913d12c7ce35a43d65223584ce42360207c7671894a6729
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 96dbe0fe8f99ddaba88b827cd74e07d2fb743aa635740700f94c628088152f47
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,736
Size: 1.00 vMB
Total Fees: 0.03122543 BTC
Feerates: 318.30 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (483,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
432,191 432,191 00000000000000000216d59de4ebdc3ed05b734d81c32f49cecd08cc694e626d 2,111 0.99/1.00 vMB 60
432,190 432,190 000000000000000003b8c25b460ce4737bdb71a80abf80f2e59dfaea61cdad22 2,756 1.00/1.00 vMB 73
432,189 432,189 000000000000000003b86a5daf17acc5015bf97f4dabc42e4160c0a6a9276d5c 2,150 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.