Loading Tool

Explorer IconExplorer

Memory Pool

42,773 transactions
26.60 vMB
0.06307980 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt 4138ae1aee9a537eb329f4e935d9cd133a8c28482919bc4d8de55e73e370102f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root eb3f6fbe4d0b5eacb971386724f663d18df2621296ab9893e4acfe6179e44e89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01395308 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (475,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,312 439,312 000000000000000004396385d1a0a4ea969f7d05a07bdab2cf71a2a194c148a8 1,586 0.92/1.00 vMB 50
439,311 439,311 000000000000000000f327ae74bda56fb7f28b3a1706728fcf339a313b4335a1 2,108 1.00/1.00 vMB 65
439,310 439,310 000000000000000001e7d5fd370b7c2dcd643a55cb40eb4de93318607e3d9057 1,158 0.49/1.00 vMB 65
439,309 439,309 0000000000000000007919428ded5cf6c2de597424badee7545b190d559e3716 1,197 0.75/1.00 vMB 42
439,308 439,308 0000000000000000012ea2dd8035eb500d64ee759d3f7ee6e3b61b3878925bf1 1,241 0.78/1.00 vMB 42
439,307 439,307 00000000000000000308e7c6e05f650d0acbbffe30fc8b532a5a9d5dcb5c586f 2,715 1.00/1.00 vMB 74
439,306 439,306 000000000000000001145e7272e3160a90ee16ea0ad4ce757b5542c09ac0c1cf 693 0.39/1.00 vMB 62
439,305 439,305 0000000000000000039affd51a8fdd09d03ddbb2eebb0ef62b2e17660e82b7eb 751 0.65/1.00 vMB 24
439,304 439,304 00000000000000000395250cdd4f7f0af0cd0a5ecc8361d72453d6c5b0331877 1,810 0.75/1.00 vMB 74
439,303 439,303 00000000000000000372369e49c7cd38f400f4e2dd846e4ba9f237dfb52be541 1,224 1.00/1.00 vMB 43
439,302 439,302 000000000000000004064dd51db20d05a1f5869347f9f7ad5da4830af823fc12 1,623 1.00/1.00 vMB 59
439,301 439,301 0000000000000000007423581e2054e59ac3b666dfa1334a904e04ed51066173 2,141 1.00/1.00 vMB 76
439,300 439,300 000000000000000001e012780ca153a2f2834bd5a95679486972a7748c606f64 1,876 1.00/1.00 vMB 52
439,299 439,299 0000000000000000007acee41cfd4e236ad4782da2e292bd5276d5e95c437e55 1,684 1.00/1.00 vMB 74
439,298 439,298 000000000000000004023d4b099d442fbf2dff6088e7101d1004391146119d71 1,591 0.75/1.00 vMB 92
439,297 439,297 0000000000000000039e6f0280b2b76f2bebcb0cd3f778c739c775c87d2ae025 999 1.00/1.00 vMB 32
439,296 439,296 00000000000000000274093b257a8846ff9e7d92954e9049cb8414ac543435e9 1,127 1.00/1.00 vMB 45
439,295 439,295 000000000000000002cfb13e920e3e35e734be3536ca2f7b081201919e9ebeb3 1,552 1.00/1.00 vMB 59
439,294 439,294 00000000000000000329b4b0891e2ad63842402bdba894d6f94e2afc358aa7fc 1,977 1.00/1.00 vMB 77
439,293 439,293 0000000000000000002b636f0ec44ed293bcf082cc01677bdb96129c286f40d2 2,084 1.00/1.00 vMB 80
439,292 439,292 0000000000000000030d0b045855b6fbd7fe2222dc607e948cd7a7b90dead552 2,185 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.