Loading Tool

Explorer IconExplorer

Memory Pool

50,872 transactions
29.09 vMB
0.07445251 BTC
Random Selection Loading Transactions
Max Size: 157.15/200 MB

Candidate Block

Mining Attempt 8f705bb18092bd293ef8145ae0af737a15f8e14b926dab55cead05480fabaf32
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0d97ed73de82e05ccb37509db63c143d881bb2b58ded077a8de12c8ca2977138
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,017
Size: 1.00 vMB
Total Fees: 0.01860904 BTC
Feerates: 173.90 > 1.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (475,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,314 439,314 0000000000000000033e34ffefb23a8de7695e9b9b19d1c325f71b4cc33fd792 830 0.30/1.00 vMB 64
439,313 439,313 000000000000000001a95a6dc8607e519a1d1df1c2ab10c8ac518e5f67e6b393 250 0.14/1.00 vMB 53
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
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.