Loading Tool

Explorer IconExplorer

Memory Pool

51,579 transactions
29.29 vMB
0.08047357 BTC
Random Selection Loading Transactions
Max Size: 158.42/200 MB

Candidate Block

Mining Attempt 3c82d05c25128a85fa0d55ca2f519a34c83cf75794c152a3aa0080d5d60d2409
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 5c5c729e2866f48a1195766b53f13b6aec84ee0a2f31f28aebfe3303b8998644
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,329
Size: 1.00 vMB
Total Fees: 0.02424081 BTC
Feerates: 173.90 > 2.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (475,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
439,291 439,291 00000000000000000215072ec31c319e2b2dc8a11c433bb2babcb5f2b7fa6dd2 2,055 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.