Loading Tool

Explorer IconExplorer

Memory Pool

82,396 transactions
31.16 vMB
0.11002457 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt 3abc74d6afba40fc9c75d8412c1f4764d0aaa0f559788530af2886d64463b619
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 6852b5ecffc1623910bb967cffa7eb57b2d73c9a8b488bcd20623faa3b07b646
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,628
Size: 1.00 vMB
Total Fees: 0.03545370 BTC
Feerates: 803.65 > 3.55 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (425,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,304 490,304 00000000000000000078ebd4cf5f2b9068d6e17317ab0ef1224dedec1b9f54f9 1,686 0.96/1.00 vMB 143
490,303 490,303 000000000000000000a19894dcd11a630342a1f142a3af297f9444e628bddf6d 1,954 1.00/1.00 vMB 146
490,302 490,302 0000000000000000007122ed210c9af3c1e8903266fcaf47c76d9250ab989d99 2,442 1.00/1.00 vMB 189
490,301 490,301 000000000000000000895fd1cd85561132cdeac3a1104a88409ffa3925a0ba17 2,797 1.00/1.00 vMB 264
490,300 490,300 000000000000000000aabb22a38523b0b9797a5ecb27b6b3eebcb9cd9b19dd38 1,773 0.96/1.00 vMB 29
490,299 490,299 0000000000000000001a5538b940998b09e0672d5b9a0f22247a5534771442eb 2,641 1.00/1.00 vMB 28
490,298 490,298 000000000000000000bc2b80b5a56ad5be90febf81f261d9f4c9062a3b63c878 2,320 1.00/1.00 vMB 221
490,297 490,297 0000000000000000004b88886e8c3788adba46be17a34bb7a5c0dc92362a289c 2,886 1.00/1.00 vMB 43
490,296 490,296 000000000000000000e5b36ab6f7d5c9a7e6cd9756a95db3098689628d6bcc02 2,329 1.00/1.00 vMB 159
490,295 490,295 000000000000000000ae8b356dae1c1a9ecf0690595fe8477b1030649bca4307 2,047 1.00/1.00 vMB 159
490,294 490,294 0000000000000000007c4110271d6a4d08b06f32b54a37566ac9a465f2d6528c 2,172 1.00/1.00 vMB 143
490,293 490,293 000000000000000000c6951ea2d7c1e45c72725d0d2d1fb2f6958cf32a800fa0 2,277 1.00/1.00 vMB 190
490,292 490,292 000000000000000000570bf6193d7dbeefa3b03b20f433e5ae71523e5d4baff3 773 1.00/1.00 vMB 38
490,291 490,291 0000000000000000003d64786bb64dfb0971d2a9c967106803d21e2ada6dd4e6 2,476 1.00/1.00 vMB 95
490,290 490,290 000000000000000000837c827ab6fbfbfb63bf32597d3c67342b7635c35f73cb 1,321 1.00/1.00 vMB 139
490,289 490,289 000000000000000000ad83836a16535c7e959192f0bff699d64d1bb513951380 1,112 1.00/1.00 vMB 104
490,288 490,288 0000000000000000004521ac0db1e9e380543d1f93a818c7bf2afacdec43acb1 405 0.28/1.00 vMB 151
490,287 490,287 00000000000000000011f9ac6942649b6c44d072a951b8bc70fc7a302246fbde 2,141 1.00/1.00 vMB 17
490,286 490,286 0000000000000000009f714ec7a96fe749525e20bac5cb9e811df356bd4f1cc8 2,112 1.00/1.00 vMB 18
490,285 490,285 000000000000000000a2b9daf64d785baf098ed17cb907578af623863cbe8da5 1,979 1.00/1.00 vMB 101
490,284 490,284 0000000000000000005b78c098f1a0d3e75de39916bb714b2702d87eab5078f0 2,282 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.