Loading Tool

Explorer IconExplorer

Memory Pool

83,368 transactions
30.99 vMB
0.13771716 BTC
Random Selection Loading Transactions
Max Size: 186.99/200 MB

Candidate Block

Mining Attempt bd7a00adb532513186a3b7849c70ba2ede2950b940aec5532b46ec160dac5448
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 3bcbe5f7b81100f4c7fdcf50fa946e8cd9753a7a79a62c2f6090b3e2e46222f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,712
Size: 1.00 vMB
Total Fees: 0.06984824 BTC
Feerates: 366.60 > 7.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (158,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,104 756,104 00000000000000000000005fa3a83f9e727c795bae4a7048918bad5515752cd2 3,619 1.00/1.00 vMB 14
756,103 756,103 0000000000000000000760102910d81ba5f29881cf5ea7d2e57542515f89c1fc 3,500 1.00/1.00 vMB 38
756,102 756,102 000000000000000000040d7e2ae54a2b3d137b7943e8ade34280e6a2dadf0bcc 2,186 1.00/1.00 vMB 16
756,101 756,101 000000000000000000038f0482ad2ec6029686e4e6993d2819b1e2db2ad86a33 3,516 1.00/1.00 vMB 22
756,100 756,100 000000000000000000048c791c72ec07dddc29ed69d5d29d670d5b698c8a8927 1,550 0.67/1.00 vMB 8
756,099 756,099 00000000000000000008c37fa0be32cf74bd47b11b6b9ef5bcd02c2a82af5c15 3,453 1.00/1.00 vMB 15
756,098 756,098 000000000000000000085b30c8bca90101959d37e25e53c83522839ea4c1f884 668 0.28/1.00 vMB 11
756,097 756,097 0000000000000000000042e8e6b6930c51be915d00f25cf9e69f4275aef5d219 1,983 0.86/1.00 vMB 8
756,096 756,096 000000000000000000054983c3ecbf4ab64b6eaa24047283866641adf75e554d 1,927 0.59/1.00 vMB 12
756,095 756,095 000000000000000000051f6fdcb53f8645d132a2ed478b2af3af279877f9cd84 2,322 0.78/1.00 vMB 12
756,094 756,094 000000000000000000041fb039fdbe3d31a88abd21a50f666f154efd04fbe273 2,310 0.86/1.00 vMB 11
756,093 756,093 0000000000000000000873fdab6d2353c09e5728b0575ece53299a51da95833b 271 0.09/1.00 vMB 10
756,092 756,092 00000000000000000005107ab739695c0dca6ce8ca537c1122eac1a2f9dfec7d 284 0.08/1.00 vMB 14
756,091 756,091 000000000000000000086167bf1c782e6f408c17cefe5d13835b8caed939baf9 2,454 0.82/1.00 vMB 12
756,090 756,090 000000000000000000044115ffbaac0e5f4e686620330c4d4c3029be5d6a70f2 916 0.26/1.00 vMB 13
756,089 756,089 00000000000000000007d8e3e863608af4a04a5da68a5ac3da0fec84bdf7a8ab 237 0.21/1.00 vMB 1
756,088 756,088 00000000000000000004b66de0b5c8102b0a58f559a1f22df42e9d97dfe22278 2,491 1.00/1.00 vMB 13
756,087 756,087 0000000000000000000317683524d4110d4f2ee6327336cf37bcbdd5757496a0 2,070 1.00/1.00 vMB 13
756,086 756,086 00000000000000000001456f376b5ae1343ef1598e86b86cafed81609bed5450 2,124 0.68/1.00 vMB 13
756,085 756,085 000000000000000000037bc8d2ae49bcdbb782dcaf7bb2f0c25d9f8feb88871a 2,208 0.72/1.00 vMB 8
756,084 756,084 00000000000000000004cb2ff114f75403a0ebaee6001b3c63814cbed2a29c47 3,565 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.