Loading Tool

Explorer IconExplorer

Memory Pool

74,642 transactions
29.73 vMB
0.09716236 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 597ae24bba9552bb675a39df1a8dec22f8019d553a65881144ca8df02d42a80f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root fe7754b98cea7739b435639e2a763e1467768350e3c1d4bac381d96d7fa8bb80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,861
Size: 1.00 vMB
Total Fees: 0.02704133 BTC
Feerates: 150.36 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (309,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,238 605,238 0000000000000000000a815b7a2567076747bff7a18169dd3c8cf9bf20b16b2f 2,812 1.00/1.00 vMB 7
605,237 605,237 0000000000000000001588650e8e68dbd570503f4cb45a843448f64b71d59016 3,270 1.00/1.00 vMB 24
605,236 605,236 000000000000000000008c8b8fa619861f1bb4a0488c94e9c26a89294a0b7570 2,902 1.00/1.00 vMB 20
605,235 605,235 00000000000000000003e1aa9996a384672e53875750bd338f46d49ad869d6c7 3,081 1.00/1.00 vMB 25
605,234 605,234 0000000000000000000788e2cd9bd7af42bf60de36b9b1c4040ce1eafdc94192 2,796 1.00/1.00 vMB 32
605,233 605,233 00000000000000000015379b28f1255afe6cc65f2bc1401ac6e382e2a38310fa 2,946 1.00/1.00 vMB 37
605,232 605,232 0000000000000000000d3c0ebcde2b595cd9126df59e4a3750affd5d73487840 633 0.21/1.00 vMB 31
605,231 605,231 00000000000000000001f50b84aeb52fcbe05175bfb12b11870775a5b729147a 1,724 0.88/1.00 vMB 2
605,230 605,230 00000000000000000007d5ac2a154a9b27cad9470e60323daca48cae97907fc4 2,808 1.00/1.00 vMB 12
605,229 605,229 000000000000000000146cd60597a85614a9b8a983b136a0815c87355cf65499 2,870 1.00/1.00 vMB 16
605,228 605,228 00000000000000000000da9180e716b324180a417ad46367c66e81955cfc2a88 1,395 1.00/1.00 vMB 5
605,227 605,227 0000000000000000000651aa77c574d6d614d259352ed0748fcd4ae1d24b8cda 2,533 1.00/1.00 vMB 22
605,226 605,226 0000000000000000000648007090d431710024610d5a102b17cd6af8dc5360fc 2,447 1.00/1.00 vMB 7
605,225 605,225 00000000000000000010a237fe3772f3e00bfd1f0e450c9b5fa2fd07de67951d 2,926 1.00/1.00 vMB 26
605,224 605,224 0000000000000000000f74293efe22574d2d93238549e176b9cb52f8812ed240 2,090 1.00/1.00 vMB 19
605,223 605,223 00000000000000000011a442f40d23d63aca0cb103f316995f4a9d93cf0aa37a 2,335 1.00/1.00 vMB 17
605,222 605,222 00000000000000000008aaa1b2307e7f6de91a9e2dbb267bb790dc4624c310dc 2,203 1.00/1.00 vMB 23
605,221 605,221 00000000000000000004ace3c3de0445376ccfda98ce6e7394e19ec7204454d3 2,552 1.00/1.00 vMB 20
605,220 605,220 0000000000000000000ff4e9c1251d8b968a8a7233df0a0b07b3ee68991bc3ee 2,141 1.00/1.00 vMB 38
605,219 605,219 0000000000000000000d29ace1a2e2692eaa6c3fa5035496b1f00748b6e6ffb6 1,230 1.00/1.00 vMB 71
605,218 605,218 00000000000000000001610148be46aae05e65c2c15c9ee08dd8dc2ee09306df 3,066 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.