Loading Tool

Explorer IconExplorer

Memory Pool

77,993 transactions
29.29 vMB
0.06355106 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt 4f3c12b1809080d0d202a0ab9f9471ecb8e509135c78080acf0fe5190c9b2acb
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 978cb2d051595a9541cb771f4bb6b0d5be26a3e9709c7834cf3ee0469e0f0e79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.00423118 BTC
Feerates: 12.16 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (309,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,244 605,244 00000000000000000000e84517fb9d78e541fca4d62823d6f1cdf9aca148013b 3,059 1.00/1.00 vMB 19
605,243 605,243 000000000000000000043c214e9132beadcb5f55107108efcc59143ad2fb68d0 3,592 1.00/1.00 vMB 22
605,242 605,242 00000000000000000010efc635e83cdf2094014e083af1f65e894209068fbfe3 3,412 1.00/1.00 vMB 35
605,241 605,241 000000000000000000116100178f3a008fa8b4dea7d67affa1d6e23dfd6ddedc 3,485 1.00/1.00 vMB 34
605,240 605,240 00000000000000000009875c1ce9536fceebdc56af79208e870175f8433622b2 3,053 1.00/1.00 vMB 19
605,239 605,239 0000000000000000000a7942a78a73ddf1836f7a85e2be8e5437c3a13e636aef 2,951 1.00/1.00 vMB 23
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
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.