Loading Tool

Explorer IconExplorer

Memory Pool

76,930 transactions
28.62 vMB
0.07662247 BTC
Random Selection Loading Transactions
Max Size: 173.42/200 MB

Candidate Block

Mining Attempt 886097865d0872fe2c9c3c981e531184d3752a9768c30d740fc33951b04c5cc4
Version 20000000
Previous Block 00000000000000000001f67781d6f05084986ab017640c91344eae66a915cd1b
Merkle Root e3506b76e1f9e0069f50cfc019decbeedd4673ef54fa2ea4cfdb218d9ca28f66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,522
Size: 1.00 vMB
Total Fees: 0.01730128 BTC
Feerates: 130.38 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,134 (276,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,191 638,191 00000000000000000011322aae06b0e924689b02a3bc46340fa7ed00ef11e86c 2,106 1.00/1.00 vMB 16
638,190 638,190 0000000000000000000c1dbe483a14a6ebbc7a0a7cf2fff797e9b771dbed681f 2,631 1.00/1.00 vMB 27
638,189 638,189 0000000000000000000699b7482377a969dc6b1a96ac3fd80335002076ff36ef 2,890 1.00/1.00 vMB 23
638,188 638,188 00000000000000000008d359104ecb96a3f4a29fec7625b47ad9425e21c3e671 2,925 1.00/1.00 vMB 40
638,187 638,187 000000000000000000084c79f261116d7fb65afb51ffceebe48f14bac4e8a7e8 2,556 1.00/1.00 vMB 29
638,186 638,186 0000000000000000000ec4c03fddd362f10fb719d4a79b4bd235afba1b2089de 2,674 1.00/1.00 vMB 34
638,185 638,185 00000000000000000008963b854a8ad79d06e1e2a5c49790c663df7851d8e23f 2,572 1.00/1.00 vMB 30
638,184 638,184 0000000000000000000b21a11620620f9a64caa0ca3b9877dde6c8e37b9f2a45 3,003 1.00/1.00 vMB 41
638,183 638,183 0000000000000000000d73b62daed88e72564256ada2b4fbcc0519254841c189 2,629 1.00/1.00 vMB 29
638,182 638,182 0000000000000000000d399569a21ce30e0ee231a00827a3c3065a819ed01eef 2,954 1.00/1.00 vMB 30
638,181 638,181 0000000000000000000eba3da3a033edca81cefee6647d587d842c47f61ac344 2,943 1.00/1.00 vMB 43
638,180 638,180 000000000000000000007a31c6c007f5902553abed9e4202d0a11349ad6661a8 3,091 1.00/1.00 vMB 38
638,179 638,179 000000000000000000098075d93e6dfe5661e1c0d4c4b709d4e4d0634b999cf5 2,170 1.00/1.00 vMB 24
638,178 638,178 000000000000000000014ab59648f558df1a652d65dc810fb5391beab6af0079 1,847 1.00/1.00 vMB 33
638,177 638,177 0000000000000000000d7eacdfaa9a31a91a3f18a65210b79ce5f5d8a9c229cd 2,934 1.00/1.00 vMB 31
638,176 638,176 0000000000000000001059413ac2d097a52dba89207c71e9e4eb6c2b8ac8238c 2,703 1.00/1.00 vMB 41
638,175 638,175 000000000000000000065f6290a071da517338f72e55513594a518c03e494aed 1,812 1.00/1.00 vMB 20
638,174 638,174 0000000000000000000a49019c5568f099bd94e94e7fabc862916343fb82b8df 3,618 1.00/1.00 vMB 27
638,173 638,173 0000000000000000000c3150e0dc93821538929d98100fef421033de9c2eb872 2,815 1.00/1.00 vMB 37
638,172 638,172 0000000000000000000d90bff6481154971c0ef6cad6be9da9f29cdc6da7bb24 3,100 1.00/1.00 vMB 46
638,171 638,171 000000000000000000049fc53bd71e4d754f0c2e99e4e7f8ce958a750bcfac76 2,390 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.62 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: 672.08 GB
    • Received: 16.13 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.