Loading Tool

Explorer IconExplorer

Memory Pool

72,895 transactions
28.12 vMB
0.06410174 BTC
Random Selection Loading Transactions
Max Size: 166.65/200 MB

Candidate Block

Mining Attempt e78b67a294278333f63baf1fe1710c6220984bdafd35ab11f3414f6aa0cc120a
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 330bba3e61d94aca864edbc426d46be3b3fd6a2d64a1bc0d7a00689a5f77f667
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00728962 BTC
Feerates: 13.17 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (247,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,268 667,268 0000000000000000000491f9d76f2f127f9173db172cbbced475b21dcbdb1632 1,888 1.00/1.00 vMB 34
667,267 667,267 00000000000000000008da9a50ee3342b161aaeadb716276eef882bbee85b862 2,171 1.00/1.00 vMB 55
667,266 667,266 0000000000000000000ab30677838f600ffdc55139975b89e40b08d40cc5828d 1,981 1.00/1.00 vMB 101
667,265 667,265 00000000000000000000f5015adfe015dcb8736d41a545d10ca8f8107fc51fe7 1,979 1.00/1.00 vMB 16
667,264 667,264 00000000000000000004911dc184951cbf8d58f3a2b7be758ca53cba6606f49f 2,040 1.00/1.00 vMB 47
667,263 667,263 0000000000000000000543db87c1afef6520bab9007c70052647005feb7d9547 2,061 1.00/1.00 vMB 19
667,262 667,262 000000000000000000077f603f8e758a03f262566f7ad5177dd3ee6abf110d0d 1,891 1.00/1.00 vMB 56
667,261 667,261 000000000000000000051c89c6d994a372ff6c94cfff1325bbb3c5e11f94c0ac 1,967 1.00/1.00 vMB 42
667,260 667,260 000000000000000000050ff37ada17369828a886d478bd504b41cfedfa5f2aff 1,320 1.00/1.00 vMB 19
667,259 667,259 000000000000000000032194b6c20dd7b71bf5905bad49da333c5fbada6d7367 2,274 1.00/1.00 vMB 54
667,258 667,258 0000000000000000000ba5518e312f6b32927f8861ee5cbe2b7caeef00dd61d4 2,780 1.00/1.00 vMB 93
667,257 667,257 000000000000000000056380c96561c4d0a6f462e1dc86ab1194a283841e3c7b 2,054 1.00/1.00 vMB 23
667,256 667,256 00000000000000000001d1c06e87fb27e95e4a79aef0b4a3639adfe13c18b026 2,108 1.00/1.00 vMB 26
667,255 667,255 0000000000000000000a3bf87387386b878465e7b47a330a2bb4156db8d21f46 2,230 1.00/1.00 vMB 31
667,254 667,254 00000000000000000004a758e95bc68f92131676ae1957acb28d183ee1079b54 2,108 1.00/1.00 vMB 55
667,253 667,253 0000000000000000000b7d9e4e046793d81d39c58d26574736809db3d72b4c04 1,207 1.00/1.00 vMB 40
667,252 667,252 000000000000000000070a677b0e6b2795018ddf87b0e60d8f86a26a86c0e705 2,260 1.00/1.00 vMB 44
667,251 667,251 00000000000000000008743f7a0fac181a82fb12ec1a663d8c531ef66f814a7b 2,688 1.00/1.00 vMB 51
667,250 667,250 000000000000000000045fd09b0b057325b71c6d05a3b2213bc7b732a7c64840 2,107 1.00/1.00 vMB 69
667,249 667,249 000000000000000000059a77ba42fe075d0ca63791989afc007c813a1422cd00 2,219 1.00/1.00 vMB 101
667,248 667,248 0000000000000000000be908bac4517b04a23571fd52d8d43998db32fbf8b29f 3,357 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.