Loading Tool

Explorer IconExplorer

Memory Pool

18,895 transactions
4.63 vMB
0.02705028 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.33/200 MB

Candidate Block

Mining Attempt 2b2d197216d590b65195423455f8dd45b04e774ee9ee888133cc2fae92a212cc
Version 20000000
Previous Block 0000000000000000000182f74231a3a0f0cc940f289c3d5ad5f0d1dcbb56bf7d
Merkle Root 4def90a47ba269379af1c6c921a966b3db804ede517f0ca1c3d1c0dc94061632
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 0.84 vMB
Total Fees: 0.01753821 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,162 (723,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,264 189,264 00000000000004831ff50aa512233360404da7bf893c2276fb5e0d25058e1686 0.25 MB 576 125
189,263 189,263 00000000000008538b68575ad8cb79191cbcaacae6d3e27f738ccc3600b9d8a0 0.25 MB 523 136
189,262 189,262 000000000000077a1c7e9760793accd166ceb9b6bd1044f98567f243a4a31cee 0.01 MB 42 26
189,261 189,261 000000000000071202a2df6666d6216cff04678bc2575e06ba8af39980ef829c 0.31 MB 683 117
189,260 189,260 000000000000036bc40cea2f580ad6fb0f9b316361fa2e3025a08a5c44c83ef0 0.18 MB 389 116
189,259 189,259 00000000000001b0b6c513bd23b5a85da8f5faf1c50afc9f58e87b8aa41a86bd 0.02 MB 60 126
189,258 189,258 00000000000001571635efca739449d46040a783429307ab99cd4b14ccbf4c6b 0.02 MB 51 186
189,257 189,257 00000000000007ced49f4b79ca0fb26f0ba8e67e89a26e1502d48860af9ef72a 0.02 MB 65 21
189,256 189,256 000000000000017efd91368320936dd2f78e84777f7b60d67d1d294e1d6bc346 0.22 MB 478 129
189,255 189,255 00000000000004a27795d128839835020ac94820a351496835c4e720df6ce513 0.09 MB 256 150
189,254 189,254 00000000000004f1eee2efcde75e7b9dc4b63a43c7666dd471f5d2c8bdadd9ac 0.11 MB 214 144
189,253 189,253 0000000000000759d8259a18e594fff1c35ffb9d3db2ed6d22b841e9c8c0f40d 0.01 MB 32 1
189,252 189,252 000000000000010b85e1650b8c81e802edca499c5a1b02719c025f75a058969f 0.24 MB 640 152
189,251 189,251 000000000000076c0287009852434bf9c1d277e74f5a6c7442efed54f1a15cfb 0.11 MB 256 345
189,250 189,250 000000000000081ef2ee482a1e9ca64601739d6d10fa5063c45a0171f418b30a 0.02 MB 48 74
189,249 189,249 0000000000000667c94404cbd2d08be1670902d70124e98ce0fc26fafe3cc54e 0.25 MB 526 138
189,248 189,248 00000000000002b7b111e64a7bc79d7c4c3018ffa607aec5c068f8f630f2c5d4 0.05 MB 149 195
189,247 189,247 00000000000003938a782fd3c01d7a02448a9580defe0ebdbe0898c8b7b69da0 0.00 MB 7 14
189,246 189,246 00000000000005ea0ca43b3af99ed92263ee533f1275439a79fa3340d7cccfaa 0.06 MB 190 102
189,245 189,245 0000000000000392fa11c39a2102a91509b426f26a01c36165d9d7c3ada49fd0 0.05 MB 149 123
189,244 189,244 00000000000004be36e76c8b065ccb0d391701bf1f22b5b558aa28260c9da2fd 0.02 MB 43 121
Previous 10 blocks ↓
Total Size: 779.13 GB

Node Details:

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