Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.14 vMB
0.08262752 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt bfa50c1f746237a2681df0e8be6129970adc8f736399fcfeb6de8923d62a3653
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 14d658d77a53e3247054b3393b8872eaf09eae3f9d223e6007ec6d69374e0ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,661
Size: 1.00 vMB
Total Fees: 0.02169643 BTC
Feerates: 178.73 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (230,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,216 684,216 0000000000000000000008cb180510f6ac6c3f52ba1fc45cfeee0b37041409b7 2,936 1.00/1.00 vMB 153
684,215 684,215 00000000000000000008c2d600654cfbe87f4f4252414ab43645492285bd8df1 2,696 1.00/1.00 vMB 104
684,214 684,214 000000000000000000032ed000f6777bede060a1a7fd384abc72ff6b07b1fd43 2,476 1.00/1.00 vMB 131
684,213 684,213 00000000000000000004d832bae7f14ac4509a38bb1003478421eaafb8381339 2,046 1.00/1.00 vMB 121
684,212 684,212 0000000000000000000574adfccb4571b2117a8a8ddc7f29b2a1f89301f7237c 2,436 1.00/1.00 vMB 110
684,211 684,211 00000000000000000005d07696d3135eac46db3a7d0f517a7ab1e55d28818c88 1,856 1.00/1.00 vMB 113
684,210 684,210 00000000000000000000d044b486abd520334f18da82805c97bf24d2f41bfe0b 2,568 1.00/1.00 vMB 139
684,209 684,209 00000000000000000000389c36ad3fd3aedd7825fcd39b32d5ff4ba849d94ac0 2,330 1.00/1.00 vMB 139
684,208 684,208 000000000000000000008b2aacb1e99b02e7b87e4ce779147dd3f8e651734278 2,657 1.00/1.00 vMB 95
684,207 684,207 0000000000000000000710e95931c9786a047d7e80c6070e4bfafd29e486b0a5 2,425 1.00/1.00 vMB 104
684,206 684,206 0000000000000000000324fce93e434e73a85ca7f88db9a09201e214841a98d3 2,298 1.00/1.00 vMB 114
684,205 684,205 00000000000000000009987e30b39123129a3d448e42fd2d87f21cde21fa96b5 2,607 1.00/1.00 vMB 112
684,204 684,204 00000000000000000009a5c7fff6340d5a8c59cf56bc6387e7f11319cc2f6431 2,505 1.00/1.00 vMB 109
684,203 684,203 000000000000000000086cce72e5ec2cd64eece288357da6515da89e23a62613 2,731 1.00/1.00 vMB 132
684,202 684,202 000000000000000000067a70ee33d5eb3ee1b501b9fb36d9a10eca84ea295a5d 2,127 1.00/1.00 vMB 125
684,201 684,201 0000000000000000000758c04f2c9a9cd5e52a192490d3711f7681584412fa57 2,521 1.00/1.00 vMB 100
684,200 684,200 00000000000000000006574ebf4de75e8e2b208c06530ecf2d86914ea7982774 2,750 1.00/1.00 vMB 136
684,199 684,199 000000000000000000003442e6e507e399910b4cc411a4aced27a2e1bdf9ec57 2,600 1.00/1.00 vMB 102
684,198 684,198 00000000000000000000c89570647b58c82930c2016bd48b05cb2c067c4b4e51 2,559 1.00/1.00 vMB 149
684,197 684,197 0000000000000000000928a9d08a90377e9caceb6a50f34aa6fee0e3af5d5fe4 2,551 1.00/1.00 vMB 82
684,196 684,196 00000000000000000008fbdc4de191d12b7e8c863b3c5e8d47d5a677277c4c8b 1,991 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.68 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: 678.14 GB
    • Received: 16.44 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.