Loading Tool

Explorer IconExplorer

Memory Pool

75,488 transactions
27.79 vMB
0.08081827 BTC
Random Selection Loading Transactions
Max Size: 169.63/200 MB

Candidate Block

Mining Attempt 1c3bb18ce0e8d46d46f1ba648f334e9a44505d814f69c5b95bf2c36c52b09079
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 9c2b033cc32cda61eef81786f46d4d545d28a35c72200a11dcd424466aa86ffa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,270
Size: 1.00 vMB
Total Fees: 0.02132207 BTC
Feerates: 106.68 > 2.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (325,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,258 590,258 0000000000000000000f8a04b3db15827e27725769d3b098d6e4082432197aac 2,182 1.00/1.00 vMB 23
590,257 590,257 0000000000000000000f76c24a5480ea941358c928d81ae5160aa573df1fee46 2,486 1.00/1.00 vMB 25
590,256 590,256 00000000000000000008e6268f7ab5a725371f9d1db8a89e9d600e6322272596 2,579 1.00/1.00 vMB 61
590,255 590,255 00000000000000000011b6f3042d4c2ff17c49f7e6cfea0d1f30371687556ba0 2,958 1.00/1.00 vMB 71
590,254 590,254 0000000000000000000ab83d804cc62b0790c7196104a06cd8a060e3ae0a6176 2,923 1.00/1.00 vMB 38
590,253 590,253 0000000000000000000fb4f8486e9cce2b1d0d1a1927fe2b53ed04eaad79db1f 3,346 1.00/1.00 vMB 50
590,252 590,252 00000000000000000011ef015e03d53af1d100e6fa879ede0867df75574ea027 2,832 1.00/1.00 vMB 79
590,251 590,251 0000000000000000000ea49a7bc2d14558c39dd64a34882f08076949c9bd4135 2,412 1.00/1.00 vMB 44
590,250 590,250 0000000000000000001a6ebf4655a49600312d7aafba71ab7acea7a032569a91 2,508 1.00/1.00 vMB 48
590,249 590,249 0000000000000000000c0dcb7782e2609e6ca626e1e46c9edaf6430ce01c1968 1,961 1.00/1.00 vMB 23
590,248 590,248 000000000000000000153a9cb54f1dc2cdd26043abec87f8eb9ca66fea365ccf 2,748 1.00/1.00 vMB 48
590,247 590,247 00000000000000000006728bace66190c14abd56aef69d556842c9760f6df064 2,818 1.00/1.00 vMB 46
590,246 590,246 000000000000000000025c596a503581e1bab0d8015036c15aea201aa6242456 2,163 1.00/1.00 vMB 47
590,245 590,245 0000000000000000000ed2c8892e3b27c83b094c9d6b472eede76befac2b05cd 2,122 1.00/1.00 vMB 50
590,244 590,244 0000000000000000000d1e6d210c0f97cd33e4321caa91a28faa7a6179e36faf 980 1.00/1.00 vMB 48
590,243 590,243 00000000000000000010e86128bb65fb7c878ab9a341c979843e7ba2b8ce480b 2,006 1.00/1.00 vMB 52
590,242 590,242 0000000000000000000c0efbc9e79a6e6330542257def2faaae5275fd40789fe 2,664 1.00/1.00 vMB 61
590,241 590,241 00000000000000000000cb065eb1e84667ae7b34068e31a8cc84a178328c00fd 2,635 1.00/1.00 vMB 69
590,240 590,240 0000000000000000000675120989a1f75e4034fa799f668b5a0dbdcf0cf00c8e 2,939 1.00/1.00 vMB 69
590,239 590,239 00000000000000000000b77eb37f091ea8e7cc7ba5806020fc2ca3031296d6d4 3,145 1.00/1.00 vMB 74
590,238 590,238 000000000000000000076e256b603639cee2a3102487d7b9b6b6f367aa235754 2,613 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.