Loading Tool

Explorer IconExplorer

Memory Pool

77,913 transactions
29.28 vMB
0.06313847 BTC
Random Selection Loading Transactions
Max Size: 175.88/200 MB

Candidate Block

Mining Attempt adee8e90741d5be295e29f6ee2ef8628c61042e1269f8c0422970242029ff243
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8e68e70f2049501bd02aa495c03ae5518cf918401b9a4860b3691b6c67a58607
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.00384864 BTC
Feerates: 12.16 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (626,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,130 288,130 0000000000000000028efdae5894eb5c5a7eff26a2b85749fc40c5ff9517ffa5 823 0.35/1.00 vMB 44
288,129 288,129 00000000000000010de7109765d63d1286eb1a51dfe451712aa3dfd5cde3516b 759 0.25/1.00 vMB 49
288,128 288,128 00000000000000011ae0caf733cb0521f5aa5a711a926081a2429f36b9da3572 26 0.03/1.00 vMB 8
288,127 288,127 00000000000000007604b780cfac866d945c8ca06784fdb9bc84af7ad79f212d 337 0.16/1.00 vMB 38
288,126 288,126 0000000000000000b091102c79c1e39663d2fa4f14ae0f03bd2633896506583f 271 0.10/1.00 vMB 37
288,125 288,125 000000000000000018520d133b398de21060537aad1966b72f6800119f0766c3 368 0.17/1.00 vMB 36
288,124 288,124 0000000000000000064b0cde7193324334ff937325f81497263e3b92580ec015 635 0.47/1.00 vMB 27
288,123 288,123 000000000000000092b451615da92dac3b3fa31b82ec91025eb91661279dab8e 1,033 0.35/1.00 vMB 47
288,122 288,122 0000000000000000cfebb253ba336c10731efec7bee9ea1d8021c6e52b110d61 115 0.06/1.00 vMB 75
288,121 288,121 0000000000000000ad2a2c5418e032051eece0fa4ff7b9b28036587538128826 133 0.08/1.00 vMB 30
288,120 288,120 00000000000000013eb3edcb0274834b867123834f5812acd1f2207571148267 168 0.10/1.00 vMB 30
288,119 288,119 000000000000000005f0805fe33ed456e671803f3282099cfad0ed46aa2fefab 231 0.14/1.00 vMB 34
288,118 288,118 00000000000000003763fc5328d504848ec2978816e3e6c8e2002a07dc8cd321 437 0.33/1.00 vMB 22
288,117 288,117 00000000000000009edb661b16236ebf9d7a1d335bd4b5312b438818e7d1849c 976 0.35/1.00 vMB 54
288,116 288,116 0000000000000000bc029b0df7d994f95f76d2d5e8bb4436a66899e143ff853c 158 0.06/1.00 vMB 50
288,115 288,115 0000000000000000e5965030ae6211edc8da1db594246b5585a660758a5c9499 32 0.01/1.00 vMB 9
288,114 288,114 000000000000000041340a16a5744ffcc7b78b86bef928e7093522ed131df2c8 93 0.06/1.00 vMB 14
288,113 288,113 0000000000000000562db9d9ab653607587e018082e6fe8ef65c472707e217fa 882 0.41/1.00 vMB 40
288,112 288,112 00000000000000009c9392c7cd45e509ced40dc4636d48c8a48fe2470d3f682c 90 0.06/1.00 vMB 37
288,111 288,111 00000000000000005506ac08a120ee057bb4aa9e473532421d2818a9c5460bb8 250 0.13/1.00 vMB 33
288,110 288,110 0000000000000000dfb72165d909691c04dc4e8ee7dc80f727dd20d4e801f54f 649 0.25/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.