Loading Tool

Explorer IconExplorer

Memory Pool

74,349 transactions
28.66 vMB
0.07511985 BTC
Random Selection Loading Transactions
Max Size: 169.81/200 MB

Candidate Block

Mining Attempt 5594fdc71441abff72fdc977d7255e42cf7c56d8c0b8c4e0019a38388d0a7b3f
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 841a4573d348431f580610cfee1321d622a684f15c6e3ca44ac3ce68c98b187a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.01754923 BTC
Feerates: 250.89 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (253,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,273 661,273 000000000000000000036b9a757c39b5a5c9b3b677cd8c71d6dc50875f6b829c 2,150 1.00/1.00 vMB 31
661,272 661,272 00000000000000000008d783d8a73d1f6a6f3d6c9da5a8494f650187647b81fa 2,478 1.00/1.00 vMB 53
661,271 661,271 0000000000000000000a95bb3f3ff0719cbb3db307a2d3aa8d6e8f99c8398c6d 2,356 1.00/1.00 vMB 31
661,270 661,270 0000000000000000000c1f73daf096edb12afbd8a3d9266bae6e262ef3ae7016 1,988 1.00/1.00 vMB 29
661,269 661,269 0000000000000000000bb570cc040318493665dc71e3e2be105c601c5e57a3b2 319 0.13/1.00 vMB 33
661,268 661,268 00000000000000000005354866c407c40c95cceea1bea5d2495922d1fe45309c 1,635 0.74/1.00 vMB 13
661,267 661,267 00000000000000000009f533c51c18a0223118b254c136457af0dec336d5c47e 2,086 1.00/1.00 vMB 43
661,266 661,266 0000000000000000000eb4d876d8bcf372fbd678eb128daaf43113be8f39f8c0 2,467 0.96/1.00 vMB 32
661,265 661,265 0000000000000000000e73ffc8f9edcf29fdd39072b87cdbcd811dd9bc95c72c 2,060 1.00/1.00 vMB 42
661,264 661,264 0000000000000000000a7fd2ef8ebf52b6a8f87987f16035fab696498bc4e25e 117 0.03/1.00 vMB 41
661,263 661,263 0000000000000000000d14d315482bc3d128ce122f97f50ec6b6d2e110a7dad9 2,080 0.82/1.00 vMB 33
661,262 661,262 0000000000000000000599f472f5133ab700ed6dda339445e0c9552c169dd78b 160 0.06/1.00 vMB 28
661,261 661,261 0000000000000000000ec2dc22fed7933561e9f95075d66d4d39698b25ff4de2 1,663 0.85/1.00 vMB 22
661,260 661,260 00000000000000000007accf6cbe25a26c4651dcfcd1dce257f34e09a49f90e1 1,104 0.43/1.00 vMB 6
661,259 661,259 00000000000000000002a1a21ef96771220fe5e479594b978fd07c0041738ec5 1,743 1.00/1.00 vMB 16
661,258 661,258 00000000000000000004e9d5fc4da0d6a475955e5f2ad11fc6068de855bbfacd 1,870 1.00/1.00 vMB 32
661,257 661,257 00000000000000000002cc61d2fcad530eb423ab224775446bf9daa5b86cc120 2,552 1.00/1.00 vMB 37
661,256 661,256 0000000000000000000c6601c2534b337405f69a580987d87b2d89eec2f45944 1,687 0.95/1.00 vMB 14
661,255 661,255 00000000000000000005ec8d24b2f9be457374daab06fa74a152d57b5023a05a 2,420 1.00/1.00 vMB 14
661,254 661,254 00000000000000000006def8ac57d367bd7484105f8d4877e42d319e322c6fb7 2,000 1.00/1.00 vMB 34
661,253 661,253 0000000000000000000cd98e24b87fa0ac0e9330d1ac9a7ecac405487f02dfd7 2,608 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.