Loading Tool

Explorer IconExplorer

Memory Pool

75,051 transactions
29.23 vMB
0.07636419 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt 5f2c30e539fc12ae67f78a43149a144c443c9c9a3da99e3e2d878e083c2a3b1a
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root fa11e6a452ad8e33556ea1ea129fdcf2e89d92164b365af9b30c5af5ea3a957e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,210
Size: 1.00 vMB
Total Fees: 0.01130341 BTC
Feerates: 65.29 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (906,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,410 9,410 00000000738ec0bac6f72b709cdd5e1baeeecff4f25d598b338e1bcea2e50ff1 1 0.00/1.00 vMB 0
9,409 9,409 000000009094d287fdd224f711275949855e606b46a3d30b9522cb3b8a666776 1 0.00/1.00 vMB 0
9,408 9,408 000000005880590f664412ef41107cc8963b1df0029b3fdddab1b05f79f466b3 1 0.00/1.00 vMB 0
9,407 9,407 00000000c6d2d7c767da9e5550ed691546c58ca353eab751276d51d055963606 1 0.00/1.00 vMB 0
9,406 9,406 000000003bf8ef23f94d23b5e6d71a4492ffb1b064963db87941c30c7d640c48 1 0.00/1.00 vMB 0
9,405 9,405 000000005cf4edaa6a2027ad062ecb0a30826781ee0f80925afdc169033142f1 1 0.00/1.00 vMB 0
9,404 9,404 00000000671bd6f873976a5b9e2214457502de200d0b57211c9c66868fdb977a 1 0.00/1.00 vMB 0
9,403 9,403 00000000de05c30563e3dd88926559b180df792fee1fe63f9b4d87504daffc20 1 0.00/1.00 vMB 0
9,402 9,402 0000000007ceec30862fd84b0aab7f69f396ab7efe405c4bdae0676f39204d47 1 0.00/1.00 vMB 0
9,401 9,401 000000002c60ded12f2b34694c99c395c323d57b8d30ff752459bdd1c6ad7535 1 0.00/1.00 vMB 0
9,400 9,400 000000007499730f719cfc25ef66f08bee28bbe22e91ba9467f72aa5d209b760 1 0.00/1.00 vMB 0
9,399 9,399 000000008caef6187e243f557cc8341bb168e83974342891eed3f991a4a4139c 1 0.00/1.00 vMB 0
9,398 9,398 000000007f8132ddad7e418164c88b64e88365d9ddd3cb161e2abed6a1a6c127 1 0.00/1.00 vMB 0
9,397 9,397 0000000048280e38facd2893e687ee9aec36938cb5c632a720c18b9394437274 1 0.00/1.00 vMB 0
9,396 9,396 00000000ffeb8e847d94f7085c6cc0359c77d8ebe52b9fb59b90e9ef95a23c44 1 0.00/1.00 vMB 0
9,395 9,395 000000005554bf1d8c846e738bb792a50fa1724e1e4111aa48fdddd8fe2b9b27 1 0.00/1.00 vMB 0
9,394 9,394 000000005d34e1019de01057b28adc59b67dbf40aed8b42e9820a69c2da4eb68 1 0.00/1.00 vMB 0
9,393 9,393 0000000048d20048d2efa27669d42ee54da6be9eaab6010da9b89f7ed592f273 1 0.00/1.00 vMB 0
9,392 9,392 0000000073b299db8411568f97b9b87ad9e78e0fbf2019bc649439f76b2c87b6 1 0.00/1.00 vMB 0
9,391 9,391 00000000d7cd4bef4ee6491a622be5e5da311b6036ec4bfa0c5a534891d0b03d 1 0.00/1.00 vMB 0
9,390 9,390 000000008bc3f009b765ffea9eda529f28f9186e938ebc1ffe60892ce1155acb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 745.95 GB
    • Received: 18.73 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.