Loading Tool

Explorer IconExplorer

Memory Pool

41,431 transactions
28.55 vMB
0.07682909 BTC
Random Selection Loading Transactions
Max Size: 145.75/200 MB

Candidate Block

Mining Attempt 954ecb5ddf3bd31d5c2f4c3d1e57b2255e8ec0346e0e23f78dd59240d3f84555
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root f1a91a51a251a7062b384d210a5e5d3f6fb91e4db36470cf63aae85db3d94f20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.02158738 BTC
Feerates: 88.27 > 2.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (405,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,320 509,320 0000000000000000003a5e174bb15b3539721b45f4043a6ff4d5358040695bf7 2,327 1.00/1.00 vMB 61
509,319 509,319 000000000000000000029f7192dde8e7a176495ee51c2dbe801a88557a0622ff 2,179 1.00/1.00 vMB 61
509,318 509,318 00000000000000000018f6ec0d438f085e74a56c225db5f9e34e38409a0e555f 1,929 1.00/1.00 vMB 23
509,317 509,317 000000000000000000598e2c7a418176e55572c3644d8a445ae5699011b5e03b 2,506 1.00/1.00 vMB 102
509,316 509,316 0000000000000000004016386980eef61294f543247950d55f125b90c8022b72 2,174 1.00/1.00 vMB 112
509,315 509,315 0000000000000000003c575b048f4817c11bb4a891f35f4777c91b96f3058ded 2,813 1.00/1.00 vMB 122
509,314 509,314 0000000000000000001f3073efc0338f75a17261ac9e9f4b78b5b06509d9e251 422 1.00/1.00 vMB 11
509,313 509,313 000000000000000000057c6d161280f6a006dfbcbae74f46be7a44ee602277bf 1,549 1.00/1.00 vMB 51
509,312 509,312 000000000000000000537a80864bfbc272af7e7ecf7b0a9409d871e575c84f06 1,535 1.00/1.00 vMB 43
509,311 509,311 00000000000000000041bac9136944ab4fd8a4c046b0c96d5fe3775d6fe2dcc2 659 1.00/1.00 vMB 23
509,310 509,310 000000000000000000156c31958cdd86ae3076e4b5f1d353bfd37cc22fff32ec 1,342 1.00/1.00 vMB 22
509,309 509,309 00000000000000000024d18f623936295a8eddd30ae17b72900ac59fdbd9dd62 1,721 1.00/1.00 vMB 29
509,308 509,308 000000000000000000527f5efd1834078e0381252f7ce7ec3a81366fe89a7140 1,614 1.00/1.00 vMB 53
509,307 509,307 0000000000000000004d6e5f867cc6296215d6c61909c0a0212c89a7e15918ed 761 1.00/1.00 vMB 55
509,306 509,306 0000000000000000005f7839e03341e8d2700ff7fc9efea068239a72c3694492 1,185 1.00/1.00 vMB 74
509,305 509,305 00000000000000000028bb50073aad0d60f77caeb1b741ac21a97f6480994f53 1,754 1.00/1.00 vMB 5
509,304 509,304 0000000000000000003bb09f3fe0b70cc9ad2d2ad4e0ad162a73136218c512dc 2,541 1.00/1.00 vMB 46
509,303 509,303 00000000000000000043af75ef2b699daff5ad41b1c8115298dae7477988c169 1,659 1.00/1.00 vMB 19
509,302 509,302 0000000000000000000d74c1cded93e348cdf69c79d689c9412060b1e6a3383f 2,505 1.00/1.00 vMB 121
509,301 509,301 00000000000000000027a745ab5a2cef3a6f957b2fd589bd0257e9daf048eb5b 2,731 1.00/1.00 vMB 101
509,300 509,300 0000000000000000004e5bd70e28d497791053a4e5283884f229d54c433e3e68 1,776 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.