Loading Tool

Explorer IconExplorer

Memory Pool

79,366 transactions
29.26 vMB
0.08828656 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt dbca8e6e176d5b45009d291dc50d1fca0d8662ce220023b41be098c7ae878338
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 0eaf36b2bc72b9e330de72f3dcb4d0d9d153416df2d94d2ecd0e3a54d77bcef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.02703030 BTC
Feerates: 146.36 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (309,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,216 605,216 000000000000000000147161ca40fc357b0efabd6c524e9c4bc0f714bc10bfe0 1,904 0.58/1.00 vMB 12
605,215 605,215 00000000000000000004a21eaec0c97685357b95c49503b6acfcde245159e61f 2,738 1.00/1.00 vMB 19
605,214 605,214 00000000000000000005077fc9f21a0bdfe50278763522b661f3dcfe20c57f2f 2,013 0.61/1.00 vMB 15
605,213 605,213 00000000000000000009430301d762d10943be80f3abf01407d958a3cb774349 2,585 0.83/1.00 vMB 10
605,212 605,212 0000000000000000000e15ff136de1f1659b1ce10b4feef58219ab84b8a8fe9d 2,712 1.00/1.00 vMB 3
605,211 605,211 00000000000000000013371ccc4318112f79262e0ffc69bf55b0c890268220a0 3,174 1.00/1.00 vMB 14
605,210 605,210 0000000000000000000394680051ece19cd5cd5edb779173b6df8563c53c1a7e 3,330 1.00/1.00 vMB 35
605,209 605,209 000000000000000000077b5f5d746c23af55719008af9257c035256e88e90152 2,731 1.00/1.00 vMB 30
605,208 605,208 0000000000000000000d677968af1c6a46b7d05ddf8e565330da0332b52497fe 1,338 0.40/1.00 vMB 12
605,207 605,207 0000000000000000000843289e2620054a267ce0aa22e65196cd4d90beb62308 2,359 0.73/1.00 vMB 15
605,206 605,206 00000000000000000012d9eb2f48f48c5688ceb081e907bec6f4dcd56a8df73e 1,383 0.42/1.00 vMB 14
605,205 605,205 00000000000000000003209dd221216014f07d0f5e06751b07b2f684f7ea0f57 488 0.16/1.00 vMB 18
605,204 605,204 0000000000000000000cde21c5a4deabcf8502080e187f2fef980a91f501f569 2,212 0.71/1.00 vMB 16
605,203 605,203 0000000000000000000e666270929bd38a307ab05648e05124e7d95bc369d6d9 1,448 0.40/1.00 vMB 12
605,202 605,202 000000000000000000048a9ea277be38c4828dac9da923bc332583eabc053bd9 3,080 1.00/1.00 vMB 19
605,201 605,201 0000000000000000000681f7270cdbbc49c0c27d9ce0064dcb40cf0c4b5f0129 2,073 0.61/1.00 vMB 16
605,200 605,200 0000000000000000000665bc10ea8045dea5e85b41529d5910930397bdbe7bec 2,637 0.77/1.00 vMB 15
605,199 605,199 00000000000000000011a08034709328b1f5c1246ea8f33b5d07d53104bf2eb3 21 0.01/1.00 vMB 12
605,198 605,198 0000000000000000000b26ffd87b0994a5ac44522e0be83513d26bc9675a57d1 1,766 0.62/1.00 vMB 16
605,197 605,197 00000000000000000009d8745c9c03ad85f928b70903e0938ebee9d0ccbc1823 2,669 0.87/1.00 vMB 10
605,196 605,196 00000000000000000003eb5581842d1c932a0d7ca6fb1e3eb698e8315d3921cd 2,675 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.